Commit Graph

25319 Commits

Author SHA1 Message Date
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 00584579b7 LUCENE-7302: move CHANGES entry to the right section 2016-06-11 15:37:35 -04:00
Mike McCandless a73a64989e sequence numbers: fix test bug 2016-06-11 14:07:20 -04:00
Mike McCandless 1216b69414 sequence numbers: fix issue number in CHANGES 2016-06-11 14:07:15 -04:00
Mike McCandless 4bdd08a9a6 sequence numbers: improve test debuggability, IW javadocs 2016-06-11 14:07:10 -04:00
Mike McCandless 0b9c0dd522 sequence numbers: add CHANGES entry 2016-06-11 14:07:05 -04:00
Mike McCandless 88c761b4a0 sequence numbers: add test case for updating numeric doc values 2016-06-11 14:06:58 -04:00
Mike McCandless 9ae814073c sequence numbers: fix concurrency bug in add/updateDocuments; improve test debuggability; simplify delete queue concurrency 2016-06-11 14:06:51 -04:00
Mike McCandless 5361d67996 sequence numbers: always increment seq no (even for addDocument/s); add tests; add javadocs; make DWDQ's seqNo private 2016-06-11 14:06:43 -04:00
Mike McCandless 7a03c64969 sequence numbers: remove dead variable, improve comments 2016-06-11 14:06:38 -04:00
Mike McCandless 818ed49098 sequence numbers: removed synchronized in DocumentsWriterDeleteQueue.add 2016-06-11 14:06:30 -04:00
Mike McCandless 4ee0b49429 sequence numbers: resolve last nocommits 2016-06-11 14:06:22 -04:00
Mike McCandless 69c28eac11 cutover RandomIndexWriter to return sequence numbers 2016-06-11 14:06:17 -04:00
Mike McCandless 67c35aedb9 remove TrackingIndexWriter 2016-06-11 14:06:12 -04:00
Mike McCandless 7ee1f42245 cutover all IW APIs that change the index to return seq no 2016-06-11 14:06:06 -04:00
Mike McCandless 88dd1aad77 initial sequence numbers patch 2016-06-11 14:06:00 -04:00
Tommaso Teofili 270d3859ab LUCENE-7161 - mitigate not enough docs test issue while looking for a better solution 2016-06-11 18:41:04 +02: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
Mike McCandless 2f6cdea9a9 LUCENE-6766: remove leftover sop 2016-06-11 11:48:40 -04:00
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