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 |
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 |