Commit Graph

28270 Commits

Author SHA1 Message Date
Karl Wright 72818637f2 LUCENE-7941: Test for GeoDegeneratePoints relationships, committed on behalf of Ignacio Vera. 2017-08-28 06:08:53 -04:00
Karl Wright 869fc53b7e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-28 01:50:16 -04:00
Karl Wright 92c94d8ca2 LUCENE-7942: Add aggregateDistances() method to DistanceStyle, and use it in GeoStandardPath to aggregate distances from segment to segment. 2017-08-28 01:49:53 -04:00
Michael Sokolov 2adec432f1 Added javadoc for TYPE field
I tried to run ant precommit in a local lucene checkout to verify this would be OK, but I get this failure I don't understand: "ivy:cachepath doesn't support the nested 'dependency' element" Would you be able to check again? Thanks
2017-08-27 05:45:22 -04:00
Michael Sokolov 803b436fda Make FacetField.TYPE public
Everything else in the class is public, and all the other Field.TYPE constants are public. I want to use this in a field factory class.
2017-08-27 05:45:22 -04:00
Karl Wright d640c92b9f LUCENE-7941: Add a crossing primitive in Plane. 2017-08-26 07:38:55 -04:00
Karl Wright ddcb98e9c3 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-26 05:07:19 -04:00
Karl Wright 2b8cea09bb LUCENE-7941: Broaden the contract for intersects() method, and implement the broadened contract in GeoDegeneratePoint. 2017-08-26 05:06:54 -04:00
Dennis Gove 4b6f2e5ca7 SOLR-11283: Refactors all Stream Evaluators in solrj.io.eval to simplify them 2017-08-25 22:07:37 -04:00
Karl Wright 287ab9dc40 LUCENE-7936: Fix broken GeoComplexPolygon serialization. 2017-08-25 12:06:30 -04:00
Karl Wright 36da0e4a5b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-25 11:42:55 -04:00
Karl Wright e157f1f8c2 LUCENE-7941: Clarify contract for intersects() method. 2017-08-25 11:42:29 -04:00
Andrzej Bialecki 674a8eb8d7 SOLR-11281: More instrumentation to catch the failure on jenkins. 2017-08-25 16:58:53 +02:00
Christine Poerschke 492265014b SOLR-11164, SOLR-11180, SOLR-11220: Fix NullPointerException and always-returns-zero contrib/ltr OriginalScoreFeature issues in SolrCloud mode.
(Yuki Yano, Jonathan Gonzalez, Ryan Yacyshyn, Christine Poerschke)
2017-08-25 15:34:04 +01:00
Karl Wright 554f0d5f20 LUCENE-7936: Complete the serialization/deserialization implementation of Geo3d. 2017-08-25 10:07:25 -04:00
Karl Wright 26b7644d00 LUCENE-7936: Committing a randomized serialization test on behalf of Ignacio Vera, along with fixes. 2017-08-25 07:58:33 -04:00
Karl Wright 0a1d1cf8bd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-25 02:52:25 -04:00
Karl Wright 693db3fe38 LUCENE-7936: Complete the work to support serialization and deserialization of individual Geo3D objects. This adds support for GeoComplexPolygon and the composites. 2017-08-25 02:52:11 -04:00
yonik a7cc9c3631 SOLR-11289: fix comma handling in terms component 2017-08-24 15:54:43 -04:00
Karl Wright 7f52920352 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-24 13:41:34 -04:00
Karl Wright fd11646af2 LUCENE-7936: Implement serialization/deserialization for all objects except GeoComplexPolygon and composites. 2017-08-24 13:41:22 -04:00
yonik f9cc109286 docs: fix erroneous comment about resulting terms list being sorted 2017-08-24 11:55:45 -04:00
Md. Abdulla-Al-Sun 1bca06b8a9 LUCENE-7490: Added bengali language analyzer 2017-08-24 18:05:22 +06:00
Karl Wright 6b8f98db93 LUCENE-7936: Add Geo3d framework for serialization and deserialization. 2017-08-23 10:00:31 -04:00
Mikhail Khludnev 7760b35645 LUCENE-7827: AnalysingInfixSuggester omits textgrams when
minPrefixChars=0
2017-06-30 11:07:04 +03:00
Tomas Fernandez Lobbe a3bcf77705 Fix replica type combination recommendation 2017-08-23 11:14:52 -07:00
Adrien Grand 3be5808caf LUCENE-7939: Speed up MinShouldMatchSumScorer in conjunctions. 2017-08-23 19:09:40 +02:00
Christine Poerschke 40fc36b87e SOLR-11254: Add score-less (abstract) DocTransformer.transform method. 2017-08-23 16:36:14 +01:00
Mikhail Khludnev 19a8be3c9f SOLR-11272: fix NPE from EmbeddedSolrServer on /admin/info/system 2017-06-30 01:18:33 +03:00
Andrzej Bialecki 946c6a95fa SOLR-11281: Improve failure message. 2017-08-23 13:15:36 +02:00
Noble Paul 1a614058ea SOLR-10136: unused imports 2017-08-23 20:42:11 +09:30
Andrzej Bialecki 7c8fbacae6 Release the correct server. 2017-08-23 00:07:43 +02:00
Andrzej Bialecki 9a72405f68 Make this test more robust by using our own MBeanServer. 2017-08-22 22:55:32 +02:00
Andrzej Bialecki a0dd76ae06 Make this test more robust to thread stalls. 2017-08-22 22:50:50 +02:00
Andrzej Bialecki 5d9b9d7a23 SOLR-11255: Use concurrent set for metric names. 2017-08-22 22:31:43 +02:00
Toke Eskildsen fa1198be73 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-22 15:16:48 +02:00
Noble Paul de6b38fe4c SOLR-10136: Re-enablinng it as I could not make it fail even after 200 iterations 2017-08-22 22:43:12 +09:30
Toke Eskildsen 85b89d15a8 SOLR-11240: Raise UnInvertedField internal limit 2017-08-22 15:12:38 +02:00
Jan Høydahl b67424ee58 SOLR-10628: Less verbose output from bin/solr commands 2017-08-22 12:50:53 +02:00
Adrien Grand ea14a0721d Rename assertUnpositioned to checkUnpositioned since this is a hard exception and not an assertion. 2017-08-22 08:40:43 +02:00
Cao Manh Dat ebc3916b04 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-22 10:08:18 +07:00
Cao Manh Dat 6a3cd2788b SOLR-5129: Renaming test class to ZkFailoverTest 2017-08-22 10:07:51 +07:00
Uwe Schindler 86f7d6779a SOLR-8689: Fix bin/solr.cmd so it can run properly on Java 9 2017-08-21 22:30:53 +02:00
Steve Rowe 25bbd2512e SOLR-11181: changes entry 2017-08-21 16:05:57 -04:00
Steve Rowe 379ccd46c4 SOLR-11181: Switch order of maven artifact publishing procedure: deploy first instead of locally installing first, to workaround a double repository push of *-sources.jar and *-javadoc.jar files. 2017-08-21 16:01:29 -04:00
Adrien Grand ab793e7ab5 LUCENE-7925: Collapse duplicate SHOULD or MUST clauses by summing up their boosts. 2017-08-21 11:38:08 +02:00
Adrien Grand bb9b82f98b LUCENE-7621: Add CoveringQuery, a query whose required number of matching clauses can be defined per document. 2017-08-21 11:30:34 +02:00
Cao Manh Dat 04956b8a90 SOLR-11054: In SoftAutoCommitTest.testSoftAndHardCommitMaxDocs() all indexed docs must be searchable 2017-08-21 15:36:17 +07:00
Cao Manh Dat 9d8d3b0f29 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-08-21 15:30:29 +07:00
Cao Manh Dat 4aedb5039f SOLR-5129: Timeout property for waiting ZK get started 2017-08-21 15:30:08 +07:00