Noble Paul
73d5f1c52c
SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint
2016-06-21 18:51:45 +05:30
Adrien Grand
5afdc1d72d
SOLR-8995: Remove unused imports.
2016-06-20 09:58:50 +02:00
Adrien Grand
bac521d1aa
LUCENE-7317: Remove auto-prefix terms.
2016-06-20 09:58:42 +02:00
Noble Paul
d3fcac779b
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-06-20 11:17:30 +05:30
Noble Paul
ab44ac17ae
SOLR-8995: replace SAM implementations with lambda
2016-06-20 11:17:12 +05:30
Uwe Schindler
097cffeba7
LUCENE-7346: Update forbiddenapis to version 2.2
2016-06-19 21:28:25 +02:00
Mike McCandless
ea9c7ea88c
LUCENE-7335: IW's commit data is now late binding
2016-06-17 05:47:14 -04:00
Christine Poerschke
f9521549e0
SOLR-9195: remove unnecessary allocation and null check in UpdateRequestProcessorChain.getReqProcessors
2016-06-15 14:39:45 +01:00
Noble Paul
62452f033a
SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh
2016-06-15 11:50:23 +05:30
Mike McCandless
ba92214830
LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig
2016-06-14 18:41:37 -04:00
Christine Poerschke
9be5b98eb3
SOLR-9161: change SolrPluginUtils.invokeSetters implementation to accommodate setter variants
2016-06-14 09:45:08 +01:00
Adrien Grand
9719105e7c
SOLR-9204: Remove unused imports.
2016-06-14 10:25:52 +02:00
markrmiller
90c920d276
SOLR-9204: Improve performance of getting directory size with hdfs.
2016-06-13 12:23:37 -04:00
Adrien Grand
6d1bb14077
LUCENE-7319: Remove more unused imports so that precommit passes.
2016-06-13 15:45:54 +02:00
Adrien Grand
f1ddc55aff
LUCENE-7319: Remove more unused imports.
2016-06-13 15:33:49 +02:00
Christine Poerschke
21bc7ef104
LUCENE-7319: remove unused imports
2016-06-13 12:35:49 +01:00
Noble Paul
ff6475c3a7
SOLR-8744: Minimize the impact on ZK when there are a lot of blocked tasks
2016-06-12 13:13:40 +05:30
Erick Erickson
bc86c1015c
SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields
2016-06-11 17:53:59 -07:00
Erick Erickson
f1c74bb250
SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields
2016-06-11 17:34:52 -07:00
Mike McCandless
ea26dd5855
LUCENE-6766: finish 6.x backport
2016-06-11 11:48:40 -04:00
Mike McCandless
a3270ac6e6
LUCENE-6766: keep SortingMergePolicy for solr back-compat; fix Solr tests; fix precommit failures
2016-06-11 11:48:40 -04:00
Alan Woodward
4a22b0ff82
SOLR-9176: Fix facet method fallback selection
2016-06-10 15:41:24 +01:00
Steve Rowe
3c789e9d27
SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649
2016-06-10 02:33:30 -04:00
Gregory Chanan
360d9c40da
SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient
2016-06-09 13:26:30 -07:00
Scott Blum
cde57ab64a
SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed
2016-06-09 15:16:27 -04:00
Mike McCandless
ae0adfc34d
LUCENE-7323: compound file writing now verifies checksum and segment ID for the incoming sub-files, to catch hardware issues or filesystem bugs earlier
2016-06-09 14:49:47 -04:00
Noble Paul
23f3b31114
SOLR-7123: echo shows wrong output, and added a test for multi level nesting
2016-06-09 11:48:59 +05:30
Noble Paul
a07c40a217
SOLR-7123: echo shows wrong output, and added a test for multi level nesting
2016-06-09 11:48:45 +05:30
Noble Paul
73b73f068b
SOLR-9198: config APIs unable to add multiple values with same name
2016-06-09 00:35:12 +05:30
David Smiley
3a57beaa9e
SOLR-8859: Fix AbstractSpatialFieldType to not cycle through all Spatial4j provided formats.
...
And Fix RptWithGeometrySpatialField to be less brittle on init()
(cherry picked from commit fb37b3e
)
2016-06-07 17:06:04 -04:00
Noble Paul
7f6be6e893
SOLR-7123: Syntax modified. Multiple paths can be added in the split parameter itself (pipe separated)
2016-06-07 22:19:09 +05:30
Uwe Schindler
d4ede8b2f7
Fix temp dir usage in ZkCLI test
2016-06-07 10:56:07 +02:00
Chris Hostetter
4e3884bec7
Revert "SOLR-9140: Replace some zk state polling with CollectionStateWatchers"
...
Alan's comments (via Uwe) in SOLR-9140 jira comments suggest that he thought he had already
reverted this on both branches, but that is not the case. Reverting on his behalf due to the
likelyhood that this is causing SOLR-9189.
Alan's comments regarding the master equivilent revert...
"There's still some places where notifications can be missed, so I'm reverting
this until those are fixed."
This reverts commit 9f299bb6ad
.
2016-06-06 14:13:59 -07:00
Alan Woodward
3595b9ab2e
Revert "SOLR-9181: Fix test bug in ZkStateReaderTest"
...
This reverts commit 0cfe43164a
.
2016-06-04 11:06:31 +01:00
Chris Hostetter
8481d6f47f
SOLR-9107: new @RandomizeSSL annotation for more fine grained control of SSL testing
...
(cherry picked from commit 09372acb66
)
Conflicts:
solr/CHANGES.txt
2016-06-03 11:12:42 -07:00
Alan Woodward
9f299bb6ad
SOLR-9140: Replace some zk state polling with CollectionStateWatchers
2016-06-03 15:52:41 +01:00
Alan Woodward
0cfe43164a
SOLR-9181: Fix test bug in ZkStateReaderTest
2016-06-03 15:13:17 +01:00
Chris Hostetter
7f82139369
SOLR-9182: SuppressSSL on some tests where it's non to cause OOM
...
(cherry picked from commit 1eb6c9f816
)
Conflicts:
solr/core/src/test/org/apache/solr/cloud/TestTolerantUpdateProcessorRandomCloud.java
2016-06-02 11:30:28 -07:00
Noble Paul
734dcb99fc
SOLR-8744: Overseer operations performed with fine grained mutual exclusion
2016-06-02 14:49:06 +05:30
Noble Paul
91f8edca8f
SOLR-7123: '/update/json/docs' path supports nested documents
2016-06-01 18:35:34 +05:30
Chris Hostetter
22faa09882
SOLR-8940: Fix group.sort option
...
(cherry picked from commit 18256fc287
)
2016-05-31 16:12:55 -07:00
Jan Høydahl
a460addd2f
SOLR-8583: Do not attempt highlight of alternate if it is same as original hl field
...
(cherry picked from commit 05ce40a
)
2016-05-30 10:25:55 +02:00
Jan Høydahl
fa84052682
SOLR-8583: Apply highlighting to hl.alternateField by default.
...
(cherry picked from commit e37e49e
)
2016-05-29 09:46:15 +02:00
Erick
e4210b29a8
SOLR-9136: Separate out the error statistics into server-side error vs client-side error
2016-05-28 11:20:05 -07:00
Mikhail Khludnev
9863eea256
SOLR-9110: removing static members from tests.
2016-05-28 00:52:52 +03:00
yonik
5525f42928
SOLR-9160: Sync 6x and 7.0 move of UninvertingReader, SlowCompositeReaderWrapper for Solr (LUCENE-7283)
2016-05-27 12:40:24 -04:00
Mikhail Khludnev
aec3654fb8
SOLR-9110: moving JoinFromCollection- SubQueryTransformer- BlockJoinFacet- Distrib Tests to SolrCloudTestCase
2016-05-27 14:36:45 +03:00
jdyer1
f1f85e560f
SOLR-9165: disable "cursorMark" when testing for valid SpellCheck Collations
2016-05-26 14:48:23 -05:00
Noble Paul
8276a62b42
SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas
2016-05-25 23:43:12 +05:30
Chris Hostetter
dc67fcde51
SOLR-9119: several static methods in ValueSourceParser have been made private in master, and deprecated here
...
(cherry picked from commit e9f65fe0f8
) ... with modifications
2016-05-24 15:51:34 -07:00