Commit Graph

29953 Commits

Author SHA1 Message Date
David Smiley f0aed933a6 SOLR-12139: eq() now works on strings and perhaps anything 2018-04-09 12:17:48 -04:00
Alan Woodward e30264b314 LUCENE-8242: Remove IndexSearcher.createNormalizedWeight 2018-04-09 15:07:04 +01:00
Alan Woodward 798d351034 LUCENE-8242: Deprecate createNormalizedWeight 2018-04-09 15:07:04 +01:00
Ishan Chattopadhyaya f83a8da05e SOLR-12096: Removing redundant patch file 2018-04-09 17:43:29 +05:30
Ishan Chattopadhyaya ea08bd3b67 SOLR-12096: Fixed inconsistent results format of subquery transformer for distributed search (multi-shard) 2018-04-09 16:36:07 +05:30
Simon Willnauer a7a3c0a282 LUCENE-8237: Add missing CHANGES.TXT entry 2018-04-09 12:09:32 +02:00
Simon Willnauer ed62b990d8
LUCENE-8237: Add a SoftDeletesDirectoryReaderWrapper
This adds support for soft deletes if the reader is opened form a directory.
Today we only support soft deletes for NRT readers, this change allows to wrap
existing DirectoryReader with a SoftDeletesDirectoryReaderWrapper to also filter
out soft deletes in the case of a non-NRT reader.
2018-04-09 11:50:38 +02:00
Adrien Grand b82f5912a0 Disable rewrite optimizations that can make the test fail because of floating-point rounding errors. 2018-04-09 10:22:53 +02:00
Adrien Grand 6568f3bb59 LUCENE-8222: Await-fix TestICUTokenizerCJK. 2018-04-09 09:53:22 +02:00
Simon Willnauer a49543b48a LUCENE-8243: Add original finder to the attribution list in the CHANGES.TXT 2018-04-09 09:16:30 +02:00
Uwe Schindler 3530397f17 SOLR-11971: Add CVE number: CVE-2018-1308 2018-04-08 19:20:12 +02:00
Mike McCandless 99364584ff LUCENE-8243: fix IndexWriter.addIndexes(Directory[]) to properly preserve index file names for updated doc values fields 2018-04-08 11:15:21 -04:00
Karl Wright bd8fe72426 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-08 06:44:45 -04:00
Karl Wright 348de9e8b5 LUCENE-8245: Adjust envelope to not leave as big a gap between travel planes and above/below planes. 2018-04-08 06:44:10 -04:00
Alan Woodward 2ae488aae2 SOLR-12147: Don't use MemoryPostingsFormat for TestDocTermOrds.testTriggerUnInvertLimit
This can lead to OOM on nightly runs, as it needs to create a very large index,
and the CI machines don't have huge amounts of RAM.
2018-04-07 18:34:25 +01:00
Alan Woodward 005da87521 LUCENE-8226: Don't generate unnecessarily massive indexes for index vs query sorting test 2018-04-07 18:29:14 +01:00
Mike McCandless 0f53adbee4 LUCENE-8238: improve javadocs for WordDelimiterFilter and WordDelimiterGraphFilter 2018-04-06 15:20:22 -04:00
Steve Rowe 5c37b07a3d SOLR-12199: TestReplicationHandler.doTestRepeater(): TEST_PORT interpolation failure: Server refused connection at: http://127.0.0.1:TEST_PORT/solr 2018-04-06 14:50:21 -04:00
Cassandra Targett abaf378d0e Ref Guide: add language to source blocks; split optimistic concurrency example & add explanations 2018-04-06 11:00:09 -05:00
Cassandra Targett b2d756c9f4 Ref Guide: fix color definition so monospace links display with color 2018-04-06 11:00:09 -05:00
Chris Hostetter 73d74107dc Use asciidoctor's 'attribute-missing: warn' option and fix some places that were generating warnings because of unescaped/uninteded attribute syntax 2018-04-05 17:16:00 -07:00
broustant aba793def6 LUCENE-8239: remove unused import of @Ignore 2018-04-05 16:53:42 -04:00
Chris Hostetter 9009fe6378 SOLR-10616: add 'java-javadocs' as a variable in the ref-guide, and cleanup some overly specific mentions of 'Java 8'
Continuation of SOLR-12118
2018-04-05 11:36:24 -07:00
Joel Bernstein 4137f320aa SOLR-12183: Fix precommit 2018-04-05 14:00:08 -04:00
Joel Bernstein d2845b033e SOLR-12175: Fix TestConfigSetsAPI 2018-04-05 14:00:07 -04:00
Joel Bernstein c58516edf1 SOLR-12183: Remove dead code 2018-04-05 14:00:07 -04:00
Joel Bernstein 80375acb7f SOLR-12183: Refactor Streaming Expression test cases 2018-04-05 14:00:07 -04:00
Joel Bernstein d420139c27 SOLR-12175: Add random field type and dynamic field to the default managed-schema 2018-04-05 14:00:07 -04:00
Karl Wright f1d6911272 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-05 13:56:31 -04:00
Karl Wright 74c2b798eb LUCENE-8239: Handle degenerate vector case on linear edge evaluation. 2018-04-05 13:56:21 -04:00
Cassandra Targett 8e7b1b2375 Ref Guide: remove unused README that was copied with our theme design and has never been relevant for us 2018-04-05 12:39:48 -05:00
Chris Hostetter 2573eac1c2 SOLR-12134: CHANGES entry: ref-guide 'bare-bones html' validation is now part of 'ant documentation' and validates javadoc links locally 2018-04-05 10:10:20 -07:00
Karl Wright 27f4772678 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-05 12:07:24 -04:00
Karl Wright 9b03f8c033 LUCENE-8239: Identify the situation where the travel and test point plane envelopes are off the ellipsoid and avoid them. 2018-04-05 12:07:07 -04:00
David Smiley 8b3fc53e6e SOLR-12136: highlighting.adoc: Add links and clarify "hl.fl" must refer to stored fields. 2018-04-05 11:36:10 -04:00
Ignacio Vera 508476e1ad LUCENE-8239: Add failing test with ignore flag 2018-04-05 15:33:55 +02:00
Simon Willnauer 4a902f35db LUCENE-8233: Use a consistent merge policy in test to make sure segment counts match 2018-04-05 12:23:41 +02:00
Jan Høydahl 60ae7be407 LUCENE-7935: Keep md5/sha1 checksums for maven artifacts 2018-04-05 02:18:04 +02:00
Alan Woodward 2ace16cef7 Add 7.3.0 back-compat test indexes 2018-04-04 22:46:17 +01:00
Dawid Weiss 469979dc25 Moved system.out from the forked subprocess to test because it uses inherited i/o handles directly and shows as unexpected JVM output. 2018-04-04 21:54:27 +02:00
Steve Rowe ef902f9d8e SOLR-7887: fix maven compilation by turning off annotation processing 2018-04-04 14:45:09 -04:00
Alan Woodward 3e17933ad8 Add 7.3.0 release to DOAP files 2018-04-04 17:59:48 +01:00
Steve Rowe 8e276b90f5 SOLR-11929: UpdateLog metrics are not initialized on core reload 2018-04-04 11:19:21 -04:00
Andrzej Bialecki 2bbd193691 SOLR-12095: Missed a few calls to init(). 2018-04-04 17:13:24 +02:00
Simon Willnauer ecc17f9023 LUCENE-8233: Add support for soft deletes to IndexWriter
This change adds support for soft deletes as a fully supported feature
by the index writer. Soft deletes are accounted for inside the index
writer and therefor also by merge policies.

This change also adds a SoftDeletesRetentionMergePolicy that allows
users to selectively carry over soft_deleted document across merges
for renention policies. The merge policy selects documents that should
be kept around in the merged segment based on a user provided query.
2018-04-04 13:45:14 +02:00
Ignacio Vera cf56890400 LUCENE-8236: Filter duplicated points when creating GeoPath shapes to avoid creation of bogus planes. 2018-04-04 13:33:42 +02:00
Alan Woodward 7117b68db6 LUCENE-8196: Check for a null input in LowpassIntervalsSource 2018-04-04 09:38:19 +01:00
Cao Manh Dat 34b83ed869 SOLR-12176: Improve FORCELEADER to handle the case when a replica win the election but does not present in clusterstate 2018-04-04 03:41:57 +07:00
Varun Thacker 56f80c0dc7 SOLR-12154: Disallow explicit usage of Log4j2 logger via forbidden APIs 2018-04-03 18:21:14 -07:00
Chris Hostetter c0709f113d SOLR-12134: hook ref-guide 'bare-bones-html' validation into top level documentation target using relative javadoc URL prefixess that are now validated to point to real files 2018-04-03 16:15:09 -07:00