29457 Commits

Author SHA1 Message Date
Simon Willnauer
cb14da3b12 TEST: Stabelize TestIndexWriter#testCheckPendingFlushPostUpdate 2017-12-08 14:10:48 +01:00
Karl Wright
dcb84701a4 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-12-08 05:41:33 -05:00
Karl Wright
18f12fdb28 LUCENE-8080: Detect when we are constructing a bogus exact circle, and throw an IllegalArgumentException in that case. Committed on behalf of Ignacio Vera. 2017-12-08 05:41:11 -05:00
Noble Paul
25f24e094e SOLR-9743: documentation 2017-12-08 19:55:27 +11:00
Adrien Grand
b32739428b LUCENE-8081: Fix javadoc tag. 2017-12-08 08:52:19 +01:00
Adrien Grand
0e1d6682d6 LUCENE-4100: Fix more queries to implement the new updated createWeight API. 2017-12-08 08:50:00 +01:00
Adrien Grand
d5c72eb588 LUCENE-8081: Remove unused import. 2017-12-08 08:45:18 +01:00
Noble Paul
24a0708d3c SOLR-11359: added documentation 2017-12-08 17:36:41 +11:00
Adrien Grand
14713302c8 Remove 7.1.1 section of the changelog. 2017-12-07 20:01:29 +01:00
David Smiley
5448274f26 SOLR-11691: Bug: V2 requests for create-alias didn't work when the collections param was an array. 2017-12-07 10:55:50 -05:00
Simon Willnauer
ede46fe6e9 LUCENE-8081: Allow IndexWriter to opt out of flushing on indexing threads
Index/Update Threads try to help out flushing pending document buffers to
disk. This change adds an expert setting to opt ouf of this behavior unless
flusing is falling behind.
2017-12-07 16:22:52 +01:00
Simon Willnauer
a3141457d6 Fix TestTopFieldCollectorEarlyTermination to ensure it has at least 1 none deleted document in the index 2017-12-07 15:47:28 +01:00
Jim Ferenczi
68d16c2a65 LUCENE-8082: Fix NPE in TopFieldCollectors that don't track total hit count 2017-12-07 14:08:46 +01:00
Adrien Grand
4fc5a872de LUCENE-4100: Faster disjunctions when the hit count is not needed. 2017-12-07 10:49:39 +01:00
Anshum Gupta
cd30dabe37 SOLR-11126: Remove wrong change log entry from 7.1 section 2017-12-06 11:34:54 -08:00
Adrien Grand
187849f9b6 LUCENE-7996: PayloadScoreQuery must produce positive scores. 2017-12-06 19:15:13 +01:00
Adrien Grand
63b63c5734 LUCENE-8015: Fixed DFR similarities' scores to not decrease when tfn increases. 2017-12-06 18:19:57 +01:00
Adrien Grand
70b36666d4 LUCENE-8051: Typo in LevensHtein distance.
Closes #284
2017-12-06 17:29:16 +01:00
David Smiley
d84c92ed11 SOLR-11078: Add note about the trade-off between Point and Trie fields. 2017-12-06 11:23:46 -05:00
Cassandra Targett
5b4efc5a41 Ref Guide: numerous minor typos ("with out", "ie", "eg") + a couple incorrect link refs 2017-12-06 09:45:21 -06:00
Mark Miller
5440d925d3 tests: raise chaosmonkey no stop warn time. 2017-12-06 09:24:05 -06:00
Adrien Grand
a8a63464e7 LUCENE-7996: Queries are now required to produce positive scores. 2017-12-06 14:06:03 +01:00
Adrien Grand
e1851c0ce7 Add 7.3.0 version constant. 2017-12-06 10:25:13 +01:00
Noble Paul
b0416ae7ed removed unused imports 2017-12-06 20:11:32 +11:00
Jim Ferenczi
32ffea6f2e LUCENE-8079: Fix test bug 2017-12-06 09:01:21 +01:00
Noble Paul
071d9270d5 SOLR-11669: Policy Session lifecycle cleanup 2017-12-06 15:04:04 +11:00
yonik
e84cce8ea1 SOLR-11664: fix range facet issues with sub-aggregations on string fields, adds resetIterator to SlotAcc 2017-12-05 20:14:57 -05:00
Varun Thacker
2c14b91418 SOLR-11590: Synchronize ZK connect/disconnect handling so that they are processed in linear order 2017-12-05 13:34:50 -08:00
Erick Erickson
eb434dc47a LUCENE-8048: correcting misplaced entry in lucene/CHANGES.txt 2017-12-05 09:57:20 -08:00
Erick Erickson
0688be6c66 LUCENE-8048: Filesystems do not guarantee order of directories updates 2017-12-05 09:09:28 -08:00
Erick Erickson
4a5900728d LUCENE-8048: Filesystems do not guarantee order of directories updates 2017-12-05 09:05:22 -08:00
Joel Bernstein
f78cacf4a4 SOLR-10784, SOLR-10651: Update CHANGES.txt for new statistical and machine learning functions 2017-12-05 10:05:40 -05:00
Andrzej Bialecki
41644bdcdc SOLR-11458: Improve error handling in MoveReplicaCmd to avoid potential loss of data. 2017-12-05 14:46:05 +01:00
Christine Poerschke
9268b2b30f SOLR-9137: bin/solr script ignored custom STOP_PORT on shutdown.
(Joachim Kohlhammer, Steve Rowe, Christine Poerschke)
2017-12-05 12:19:14 +00:00
Joel Bernstein
cd10d0bda0 SOLR-11485: Fix precommit 2017-12-04 23:06:59 -05:00
Joel Bernstein
862f48761c SOLR-11485: Fix broken tests 2017-12-04 22:46:43 -05:00
Joel Bernstein
f8c69270a1 SOLR-11485: Fix precommit 2017-12-04 21:43:07 -05:00
Joel Bernstein
8750e5f2a9 SOLR-11485: Add olsRegress, spline and derivative Stream Evaluators 2017-12-04 21:09:41 -05:00
Steve Rowe
ccedbdd9d6 minor cleanup on spell checking page 2017-12-04 18:04:47 -05:00
Steve Rowe
c72c02e525 minor cleanups on highlighting page 2017-12-04 17:56:30 -05:00
Simon Willnauer
e00ef343bb Remove unused import 2017-12-04 22:40:25 +01:00
Cassandra Targett
0b4e9b2b33 SOLR-11312: Add docs on how to stop Solr to README.txt 2017-12-04 15:28:20 -06:00
Simon Willnauer
b7d8731bbf LUCENE-8043: Fix document accounting in IndexWriter
The IndexWriter check for too many documents does not always work, resulting in
going over the limit. Once this happens, Lucene refuses to open the index and
throws a CorruptIndexException: Too many documents.
This change also fixes document accounting if the index writer hits an aborting
exception and/or the writer is rolled back. Pending document counts are now consistent
with the latest SegmentInfos once the writer has been rolled back.
2017-12-04 21:49:24 +01:00
Cassandra Targett
52cefbe742 SOLR-11412: Add docs for bi-directional CDCR; split CDCR pages into multiple child pages 2017-12-04 13:55:39 -06:00
David Smiley
83753d0a2a SOLR-11662: synonymQueryStyle option for FieldType used by query parser 2017-12-04 13:25:16 -05:00
Erick
929ce7ca30 SOLR-11687: SolrCore.getNewIndexDir falsely returns {dataDir}/index on any IOException reading index.properties 2017-12-04 09:56:58 -08:00
Adrien Grand
bdaf1baa80 LUCENE-8078: The query cache should not cache instances of MatchNoDocsQuery 2017-12-04 10:26:03 +01:00
Adrien Grand
faa77e92dd LUCENE-8074: Introduce leniency to work around scoringi accuracy issues caused by ReqOptSumScorer. 2017-12-04 10:14:35 +01:00
Varun Thacker
2ed0f1b68e SOLR-11713: Fixed CdcrUpdateLogTest.testSubReader() failure which was a test bug 2017-12-03 23:17:51 -08:00
Karl Wright
ae9cc726a4 LUCENE-8076: Modify CHANGES.txt 2017-12-03 04:33:19 -05:00