Commit Graph

29866 Commits

Author SHA1 Message Date
Karl Wright b7dd782d98 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-10 11:10:51 -04:00
Karl Wright 14b313f42b LUCENE-8245: Adopt a more-rigorous way of finding intersections with envelope planes. 2018-04-10 11:10:40 -04:00
Mikhail Khludnev ce061a5198 SOLR-11251: documenting debug=timing hint for JSON Facet API. 2018-04-10 16:14:16 +03:00
Karl Wright b65229c904 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-10 06:57:34 -04:00
Karl Wright 661fdf3a43 LUCENE-8245: Add more tests that demonstrate problems with GeoComplexPolygon. 2018-04-10 06:57:13 -04:00
Ignacio Vera d45211d534 LUCENE-8247: Increase the circle precision for test Geo3dShapeWGS84ModelRectRelationTest 2018-04-10 10:02:14 +02:00
Ishan Chattopadhyaya a70b257c80 SOLR-12096: Fix test failure, using deterministic sort order 2018-04-10 12:35:05 +05:30
Mark Miller 5e2a5a5b8c SOLR-10783: Add support for Hadoop Credential Provider as SSL/TLS store password source. 2018-04-09 21:57:56 -05:00
Joel Bernstein 1d8c58eb6d SOLR-12198: Fix precommit 2018-04-09 21:41:17 -04:00
Joel Bernstein 0e4605cc45 SOLR-12198: Stream Evaluators should not copy matrices needlessly 2018-04-09 21:24:55 -04:00
Karl Wright 1cd859713b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-04-09 20:13:23 -04:00
Karl Wright 9bd6d1305c LUCENE-8245: Don't rely only on 'intersects' code to determine whether we should bother looking for crossings; also see if endpoints lie on travel planes. 2018-04-09 20:13:12 -04:00
Steve Rowe a12d398874 SOLR-12205,SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive 2018-04-09 18:09:51 -04:00
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