David Smiley
eafc9ffc6f
LUCENE-8407: Add SpanTermQuery.getTermStates getter
2018-07-18 09:09:31 -04:00
Adrien Grand
7d8fc543f0
LUCENE-8411: Remove fillFields from TopFieldCollector factory methods.
2018-07-18 12:55:05 +02:00
Mike McCandless
a2f113c5c6
LUCENE-8400: make BytesRefHash.compact public
2018-07-18 05:53:59 -04:00
Adrien Grand
331ccf3910
LUCENE-8405: Remove TopDocs.maxScore.
2018-07-18 08:38:57 +02:00
Steve Rowe
1ba5cff7b6
Don't run @BadApple tests when Yetus runs unit tests
2018-07-17 20:21:04 -04:00
Christine Poerschke
e9c6effd07
SOLR-12454: Tweak Overseer leadership transition related logging for easier troubleshooting.
2018-07-17 20:16:11 +01:00
Christine Poerschke
f7aed28760
SOLR-12464: Reduce Overseer.close() logging (for non-Overseer leaders)
2018-07-17 20:16:10 +01:00
Adrien Grand
8093c450c1
LUCENE-8263: Replace TieredMergePolicy's reclaimDeletesWeight with deletesPctAllowed.
2018-07-17 18:31:06 +02:00
Adrien Grand
d730c8b214
LUCENE-8060: Remove usage of TopDocs#totalHits that should really be IndexSearcher#count.
...
Many tests were written before we introduced IndexSearcher#count and used
`searcher.search(query, 1).totalHits` to get the number of matches of a query
rather than `searcher.count(query)`.
2018-07-17 14:32:02 +02:00
Cao Manh Dat
705e6f76a4
SOLR-12412: Fix test failure
2018-07-17 18:42:29 +07:00
Noble Paul
be475bbc7e
SOLR-12522: forbidden api
2018-07-17 16:37:36 +10:00
Noble Paul
49b1fe2b6d
SOLR-12522: Support a runtime function `#ALL` for 'replica' in autoscaling policies
2018-07-17 15:40:22 +10:00
Mike McCandless
ae3929c3ed
LUCENE-8487: add IndexSearcher.getSlices
2018-07-16 12:26:58 -04:00
Chris Hostetter
2b395dabb8
SOLR-12115: explain all the types of Domain changes available in JSON Faceting
...
this also restructures the order of the content a bit to introduce concepts in the order they will most likelye be useful to most users
2018-07-16 09:15:11 -07:00
Erick Erickson
8ce46b6c45
LUCENE-8398: TieredMergePolicy.getMaxMergedSegmentMB has rounding error
2018-07-16 08:12:35 -07:00
Jim Ferenczi
4b9e2c406e
LUCENE-8402: Mute test
2018-07-16 14:35:39 +02:00
Uwe Schindler
c97f27b06c
Merge branch 'remove-constructor-wrapper-classes' of https://github.com/michaelbraun/lucene-solr :
...
LUCENE-8345, GitHub PR #392 : Remove instantiation of redundant wrapper classes for primitives; add wrapper class constructors to forbiddenapis.
This closes #392
2018-07-16 12:24:45 +02:00
Adrien Grand
b6d6f1e3b5
LUCENE-8399: Disable test.
2018-07-16 11:23:02 +02:00
Noble Paul
1e50030940
SOLR-12495,SOLR-11986 ref guide
2018-07-16 17:57:57 +10:00
Noble Paul
11b22b441a
SOLR-11986: Allow percentage in freedisk attribute in autoscaling policy rules
2018-07-16 17:36:02 +10:00
Noble Paul
09526a560c
Revert "OLR-11986: Allow percentage in freedisk attribute in autoscaling policy rules"
...
This reverts commit 5b9f4f3
2018-07-16 17:33:51 +10:00
Noble Paul
5b9f4f3ecf
OLR-11986: Allow percentage in freedisk attribute in autoscaling policy rules
2018-07-16 17:29:25 +10:00
Nicholas Knize
f291f3eb6c
isolate large vertex shape test from basic shape test
2018-07-15 16:12:06 -05:00
Nicholas Knize
d387cb5241
update TestLatLonShape to handle large number of vertices
2018-07-15 09:36:18 -05:00
Nicholas Knize
e56c81b452
Fix simple tessellator test errors
2018-07-14 23:45:43 -05:00
Erick Erickson
db8db0d2b6
SOLR-12551: Upgrade to Tika 1.18
2018-07-14 15:45:33 -07:00
Michael Braun
abdbd9c996
Update to trunk
2018-07-14 14:08:05 -04:00
Nicholas Knize
3b1714e737
LUCENE-8396: silence random large poly test - for now
2018-07-14 12:48:28 -05:00
Michael Braun
f0e1864ceb
Merge remote-tracking branch 'source/master' into remove-constructor-wrapper-classes
2018-07-14 13:39:37 -04:00
Nicholas Knize
b5ef13330f
LUCENE-8396: Add Points Based Shape Indexing and Search that decomposes shapes into a triangular mesh and indexes individual triangles as a 6 dimension point
2018-07-14 11:28:37 -05:00
David Smiley
424608946c
SOLR-12441: Lowercase _NEST_PARENT_ and _NEST_PATH_ fields.
2018-07-13 22:51:13 -04:00
Mike McCandless
07de1dc011
LUCENE-8397: add DirectoryTaxonomyWriter.getCache
2018-07-13 10:20:03 -04:00
Chris Hostetter
0545901c24
Tighten up the test variability to reduce the risk of some random collection/query combinations that can't be verified
2018-07-12 21:48:38 -07:00
Alan Woodward
8997d41357
LUCENE-8395: WordDelimiterGraphFilter can incorrectly add holes
2018-07-12 13:13:04 +01:00
Adrien Grand
b68829e656
Add 6.6.5 bwc indices.
2018-07-12 11:08:04 +02:00
Adrien Grand
e01eefe965
Add version 6.6.5.
2018-07-12 11:02:21 +02:00
Anshum Gupta
26f76cc1be
SOLR-12547: Fix typo in documentation for maxSize based auto-commit
2018-07-11 23:00:49 -07:00
Erick Erickson
93ae3669b5
SOLR-12008: Settle a location for the log4j2.xml file
2018-07-11 20:57:38 -07:00
David Smiley
fe180bbd59
SOLR-12441: New NestedUpdateProcessorFactory
2018-07-10 22:59:41 -04:00
Adrien Grand
14e132b29f
LUCENE-8382: Don't propagate calls to setMinCompetitiveScore in MultiCollector.
2018-07-10 09:17:34 +02:00
Adrien Grand
b1bb11b79d
LUCENE-8391: More tests for merge policies.
2018-07-10 09:17:34 +02:00
Adrien Grand
a864ef8231
LUCENE-8394: Explicitly handle the case when segments are smaller than the floor size.
2018-07-10 09:17:34 +02:00
Adrien Grand
8e0d9849bd
LUCENE-8393: TieredMergePolicy needs to take into account the maximum segment size when computing the allowed number of segments.
2018-07-10 09:17:34 +02:00
Adrien Grand
9433ab79e2
LUCENE-8392: Avoir corner cases when maxMergeAtOnce is greater than segmentsPerTier.
2018-07-10 09:17:34 +02:00
Cao Manh Dat
cd08c7ef13
SOLR-12412: release IndexWriter after getting tragic exception
2018-07-10 09:25:38 +07:00
Adrien Grand
ad01baedbf
LUCENE-8383: Fix computation of mergingBytes in TieredMergePolicy.
2018-07-09 15:23:36 +02:00
Adrien Grand
41ddac5b44
LUCENE-8385: Fix computation of the allowed segment count in TieredMergePolicy.
2018-07-09 15:21:10 +02:00
Alan Woodward
963cceebff
LUCENE-8390: Replace MatchesIteratorSupplier with IOSupplier
2018-07-09 12:35:12 +01:00
Cao Manh Dat
1197176110
SOLR-12412: Leader should give up leadership when IndexWriter.tragedy occur
2018-07-09 09:14:23 +07:00
Alexandre Rafalovitch
5f5e5dbfb5
Added name in the CHANGES.txt
2018-07-08 13:33:13 -04:00