25248 Commits

Author SHA1 Message Date
Mike McCandless
0dd65f6130 LUCENE-6766: more IW.infoStream logging around sorting; fix test bug 2016-06-11 11:48:40 -04:00
Mike McCandless
4740056f09 LUCENE-6766: fix parallel reader's detection of conflicting index sort 2016-06-11 11:48:40 -04:00
Mike McCandless
2703b827bf LUCENE-6766: resolve remaining nocommits; add more IW infoStream logging during merge 2016-06-11 11:48:40 -04:00
Mike McCandless
a4722befb3 LUCENE-6766: add deletions to random test 2016-06-11 11:48:40 -04:00
Mike McCandless
3010ffacaf LUCENE-6766: add another random test case; move early terminating collector to core 2016-06-11 11:48:40 -04:00
Mike McCandless
dc5c5126a2 LUCENE_6766: add missing first/last tests 2016-06-11 11:48:40 -04:00
Mike McCandless
c26bb87140 LUCENE-6766: simplify test case 2016-06-11 11:48:40 -04:00
Mike McCandless
365436ea58 LUCENE-6766: remove unused SortField.Type.BYTES; don't pass liveDocs to DocIDMerger (it's redundant with MergeState.DocMap) 2016-06-11 11:48:40 -04:00
Mike McCandless
a30c2632c8 LUCENE-6766: add float, double 2016-06-11 11:48:40 -04:00
Mike McCandless
b62cad334c LUCENE-6766: implement STRING sort, using segment-local ordinals 2016-06-11 11:48:40 -04:00
Mike McCandless
f4022dc68a LUCENE-6766: don't throw exc from MultiXXX if there is an index sort 2016-06-11 11:48:40 -04:00
Mike McCandless
1530c5a9a5 LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort 2016-06-11 11:48:40 -04:00
Mike McCandless
fdc220eeb4 LUCENE-6766: initial patch 2016-06-11 11:48:39 -04:00
Nicholas Knize
7448abb3bc LUCENE-7331: Remove GeoPointTestUtil from TestGeoPointQuery. 2016-06-11 07:56:22 -05:00
Uwe Schindler
b9fb98d59a LUCENE-7333: Fix test bug where randomSimpleString() generated a filename that is a reserved device name on Windows 2016-06-11 11:32:08 +02:00
David Smiley
7520d79e04 LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes
(cherry picked from commit b33d717)
2016-06-10 13:41:21 -04:00
Mike McCandless
e98aa2266a LUCENE-7326: don't use postings format by name in this test 2016-06-10 11:57:14 -04:00
Alan Woodward
4a22b0ff82 SOLR-9176: Fix facet method fallback selection 2016-06-10 15:41:24 +01:00
Mike McCandless
01dff06800 LUCENE-7327: fix rare test bug 2016-06-10 10:17:34 -04:00
Adrien Grand
ef707f05ae LUCENE-7286: Added support for highlighting SynonymQuery. 2016-06-10 09:11:49 +02:00
Steve Rowe
74d94ec265 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:34:56 -04: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
Mike McCandless
a60518c567 LatLonPoint no longer needs to fork core's PointRangeQuery 2016-06-09 19:22:53 -04:00
Gregory Chanan
360d9c40da SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient 2016-06-09 13:26:30 -07:00
Scott Blum
4eead9b235 Fix solr/CHANGES.txt 2016-06-09 16:24:37 -04: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
Adrien Grand
bd7689b74d LUCENE-4787: Fixed some highlighting javadocs. 2016-06-09 16:17:50 +02:00
Adrien Grand
7a4565e298 LUCENE-6662: Fixed typo in the CHANGES entry. 2016-06-09 15:50:39 +02:00
Adrien Grand
04b0a459ec LUCENE-6662: Fixd potential resource leaks. 2016-06-09 15:48:39 +02:00
Noble Paul
274dcdb5f6 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-06-09 11:49:22 +05:30
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
Steve Rowe
210e0bbc88 CHANGES.txt-s: Move issues released with 6.0.1 into the 6.0.1 sections 2016-06-08 18:22:11 -04:00
Noble Paul
73b73f068b SOLR-9198: config APIs unable to add multiple values with same name 2016-06-09 00:35:12 +05:30
Steve Rowe
ded16f8f18 SOLR-9107: When creating a randomized SSL test config, 100% effective odds of using SSL and/or client auth should never be trumped by chance. 2016-06-08 14:43:19 -04:00
Adrien Grand
e495616686 Add Version.LUCENE_6_2_0. 2016-06-08 14:31:40 +02:00
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
2628723092 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-06-07 22:19:44 +05:30
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
Mike McCandless
bacac1c333 LUCENE-7316: improve test 2016-06-07 07:57:35 -04:00
Karl Wright
3ee694eb86 LUCENE-7316: Use intersections in bounds computations for GeoConvexPolygon and GeoConcavePolygon. 2016-06-07 07:12:05 -04:00
Uwe Schindler
d4ede8b2f7 Fix temp dir usage in ZkCLI test 2016-06-07 10:56:07 +02:00
Uwe Schindler
524f4fb963 SOLR-8610: Fix temporary dir usage in DIH 2016-06-07 10:56:06 +02:00
Mikhail Khludnev
871347282a SOLR-8445: fix line separator in log4j.properties files 2016-06-07 00:25:18 +03: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 9f299bb6ad39960469e297b0b364f5972e485621.
2016-06-06 14:13:59 -07:00
Mikhail Khludnev
87d46225cd SOLR-8676: keep LOG4J_CONFIG in solr.cmd 2016-06-06 23:55:01 +03:00
Mikhail Khludnev
6fd494ebef SOLR-8610: Resolve variables in encryptKeyFile of DIH's JdbcDataSource 2016-06-06 23:42:21 +03:00
Mikhail Khludnev
22e5d31cdc SOLR-8612: closing JDBC Statement on exceptions from JdbcDataSource in DataImportHandler aka DIH (Kristine Jetzke via Mikhail Khludnev) 2016-06-06 21:45:20 +03:00
Mike McCandless
5dfaf0392f LUCENE-7132: BooleanQuery sometimes assigned the wrong score when ranges of documents had only one clause matching while other ranges had more than one clause matchng 2016-06-06 10:36:46 -04:00