Commit Graph

29080 Commits

Author SHA1 Message Date
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
Karl Wright 42682543eb Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-12-03 04:28:01 -05:00
Karl Wright 3fcee1266e LUCENE-8076: It is possible to create planet models that are not normalized and this messes up surface distance computations. Therefore, normalize these computations. Committed on behalf of Ignacio Vera. 2017-12-03 04:27:51 -05:00
Varun Thacker 864ce90d2c SOLR-11616: Snapshot the segments more robustly such that segments created during a backup does does not fail the
operation
2017-12-01 19:30:29 -08:00
Anshum Gupta 8c855fa287 The queue size for ConcurrentUpdateSolrClient should default to 10 instead of throwing an IllegalArgumentException 2017-12-01 14:25:02 -08:00
Cassandra Targett f2dd3c5f85 SOLR-11646: Add v2 API examples to several pages; add context to about-this-guide.adoc; tweak CSS to make tabs more obvious 2017-12-01 15:59:24 -06:00
Karl Wright 6c3869f8b1 LUCENE-8071: Handle large concave circles properly. Committed on behalf of Ignacio Vera. 2017-12-01 10:44:58 -05:00
Christine Poerschke 832a975bc4 LUCENE-8068: remove now-unused import
(to fix 'ant precommit' failing)
2017-12-01 13:59:10 +00:00
David Smiley 7877f5a511 SOLR-11542: Rename TimePartitionedUpdateProcessor to TimeRoutedAliasUpdateProcessor 2017-11-30 23:25:14 -05:00
Karl Wright 9c0ca9b465 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-11-30 20:52:02 -05:00
Karl Wright 249dac1a5d LUCENE-8070: Put in a check that prevents a bogus exact circle from being created. 2017-11-30 20:51:50 -05:00
Simon Willnauer 01d12777c4 LUCENE-8068: Allow IndexWriter to write a single DWPT to disk
Adds a `flushNextBuffer` method to IndexWriter that allows the caller to
synchronously move the next pending or the biggest non-pending index buffer to
disk. This enables flushing selected buffer to disk without highjacking an
indexing thread. This is for instance useful if more than one IW (shards) must
be maintained in a single JVM / system.
2017-11-30 18:57:27 +01:00
Anshum Gupta ebdaa44182 SOLR-11608: Correctly parse the new core-name in the V2 core rename API. 2017-11-29 13:17:17 -08:00
Adrien Grand 75d11eafac LUCENE-8059: Fix test bug. 2017-11-29 19:52:06 +01:00
Adrien Grand 812711416d LUCENE-8059: Fold early termination support into TopFieldCollector. 2017-11-29 18:09:38 +01:00
Adrien Grand d27ddcb409 LUCENE-8008: Reduce leniency in CheckHits. 2017-11-29 18:09:38 +01:00
Adrien Grand 6d34f23263 LUCENE-8058: Large instances of TermInSetQuery are no longer eligible for caching as they could break memory accounting of the query cache. 2017-11-29 09:29:52 +01:00
Joel Bernstein 70767b109f SOLR-11697: Add geometricDistribution Stream Evaluator 2017-11-28 21:23:15 -05:00
Cassandra Targett c2f26183a7 SOLR-11573: Update meta-docs section on including code from non-adoc files 2017-11-28 15:01:02 -06:00
Christine Poerschke 812db14f27 SOLR-11291: Factor out abstract metrics/SolrCore[Container]Reporter classes. (Omar Abdelnabi, Christine Poerschke) 2017-11-28 15:39:55 +00:00
Christine Poerschke 64b3a5bb4b SOLR-11250: A new DefaultWrapperModel class for loading of large and/or externally stored LTRScoringModel definitions. (Yuki Yano, shalin, Christine Poerschke) 2017-11-28 14:55:57 +00:00
Jim Ferenczi a06e685642 LUCENE-8062: GlobalOrdinalsQuery is no longer eligible for caching 2017-11-28 14:56:28 +01:00
Shalin Shekhar Mangar 207e546122 SOLR-11202: Implement a set-property command for AutoScaling API 2017-11-28 16:08:32 +05:30
Karl Wright dae529de58 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-11-28 03:01:18 -05:00
Karl Wright cabaafa194 LUCENE-8067: Refactor exact circle tests. Committed on behalf of Ignacio Vera. 2017-11-28 03:01:05 -05:00
Joel Bernstein 8072b46b63 SOLR-11680: Add normalizeSum Stream Evaluator 2017-11-27 13:38:43 -05:00
Noble Paul 7a12de47ec SOLR-9743: removed unused logging 2017-11-27 17:06:27 +10:30
David Smiley 3b0686a4d3 LUCENE-8049: CHANGES.txt: moved to 7.2.0 from 8.0.0 2017-11-26 23:28:37 -05:00