Commit Graph

23231 Commits

Author SHA1 Message Date
Uwe Schindler 1f2b51cd96 LUCENE-6563: Improve MockFileSystemTestCase.testURI to check if a path can be encoded according to local filesystem requirements. Otherwise stop test execution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689768 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 23:03:58 +00:00
Ramkumar Aiyengar 6571cd9fe3 SOLR-7751: Minor optimizations to QueryComponent.process
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689652 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 13:10:34 +00:00
Adrien Grand 0fe4cb474a LUCENE-6589: Fix test bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689649 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 12:49:32 +00:00
Adrien Grand cf0a0bf33f LUCENE-6589: Add CheckJoinIndex to validate index structure for joins.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689637 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 12:18:44 +00:00
Ramkumar Aiyengar d4d68b88c7 SOLR-7750: Change TestConfig.testDefaults to cover all SolrIndexConfig fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689630 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 11:29:08 +00:00
Adrien Grand 3556eb70ed Consistently reference docsWithField with `this`.
Close #183


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689586 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 07:32:36 +00:00
Joel Bernstein 676accb5f4 SOLR-7441: Disable failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689559 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 02:18:29 +00:00
Anshum Gupta 0325ef2ae4 SOLR-7143: MoreLikeThis Query parser now handles multiple field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689531 13f79535-47bb-0310-9956-ffa450edef68
2015-07-07 00:05:23 +00:00
Adrien Grand de18625659 LUCENE-6639: Make LRUQueryCache consider a query as used on the first time a Scorer is pulled.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689464 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 17:38:37 +00:00
Adrien Grand 2919e13adc LUCENE-6649: Remove dependency of lucene/join on Filter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689432 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 15:48:28 +00:00
Uwe Schindler 8ab9006ce1 Merged revision(s) 1689411 from lucene/dev/branches/branch_5x:
LUCENE-6658: Fix IndexUpgrader to also upgrade indexes without any segments

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689420 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 14:50:11 +00:00
Michael McCandless f0b550a092 LUCENE-6365: fix test to not add duplicate strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689404 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 14:03:46 +00:00
Upayavira 4d8127f437 SOLR-7752 Enable return, fix error display and tidy query labels
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689353 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 10:07:08 +00:00
Michael McCandless b3bc510c2b LUCENE-6523: NRT readers now reflect a new commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689198 13f79535-47bb-0310-9956-ffa450edef68
2015-07-04 22:15:01 +00:00
Michael McCandless 3d8bfad40b LUCENE-6365: switch to iterator API to get all finite strings from an Automaton
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689192 13f79535-47bb-0310-9956-ffa450edef68
2015-07-04 19:47:35 +00:00
Joel Bernstein b22f711b63 SOLR-7707: Add StreamExpression Support to RollupStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689168 13f79535-47bb-0310-9956-ffa450edef68
2015-07-04 14:24:35 +00:00
Michael McCandless db01548109 LUCENE-6657: don't throw NPE when a given segment never saw all terms used in the TAQ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689133 13f79535-47bb-0310-9956-ffa450edef68
2015-07-04 10:14:27 +00:00
Ramkumar Aiyengar 7b2973f408 SOLR-7714: Add note about ShardHandler interface change to upgrade notes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689105 13f79535-47bb-0310-9956-ffa450edef68
2015-07-03 22:54:39 +00:00
Michael McCandless ae4723e0b5 LUCENE-6365: fix buggy Operations.topoSort; add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689079 13f79535-47bb-0310-9956-ffa450edef68
2015-07-03 20:03:24 +00:00
Michael McCandless 39a08cae76 LUCENE-6365: add Operations.topoSort
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689046 13f79535-47bb-0310-9956-ffa450edef68
2015-07-03 16:33:17 +00:00
Joel Bernstein a4e7ab3796 SOLR-7441, SOLR-7647: Improve overall robustness of the Streaming stack: Streaming API, Streaming Expressions, Parallel SQL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689045 13f79535-47bb-0310-9956-ffa450edef68
2015-07-03 16:32:07 +00:00
Ramkumar Aiyengar 07f8c4ec5b SOLR-7741: Add missing fields to SolrIndexerConfig.toMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689041 13f79535-47bb-0310-9956-ffa450edef68
2015-07-03 16:00:56 +00:00
Adrien Grand f6ff2431bd LUCENE-6646: Make EarlyTerminatingCollector SortingMergePolicy-free.
Close #175
Close #178


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688894 13f79535-47bb-0310-9956-ffa450edef68
2015-07-02 19:33:53 +00:00
Michael McCandless 14d1dcaf0f remove flaky test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688884 13f79535-47bb-0310-9956-ffa450edef68
2015-07-02 19:00:14 +00:00
Uwe Schindler 4accc25477 LUCENE-6651: AttributeImpl#reflectWith(AttributeReflector) was made abstract and has no reflection-based default implementation anymore.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688855 13f79535-47bb-0310-9956-ffa450edef68
2015-07-02 16:18:51 +00:00
Uwe Schindler 1816ed1945 LUCENE-6653, LUCENE-6652: Refactor TermToBytesRefAttribute; add oal.analysis.tokenattributes.BytesTermAttribute; remove code duplication in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688830 13f79535-47bb-0310-9956-ffa450edef68
2015-07-02 14:09:29 +00:00
David Wayne Smiley 96a0dc55d5 LUCENE-6632: Geo3D: Compute circle planes more accurately.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688759 13f79535-47bb-0310-9956-ffa450edef68
2015-07-02 02:52:52 +00:00
Adrien Grand 1ee28326db LUCENE-6640: Add missing javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688723 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 19:53:42 +00:00
Adrien Grand 845944c446 LUCENE-6640: Use BitsProducer instead of Filter in lucene/suggest.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688682 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 16:34:44 +00:00
Adrien Grand bc1c535617 LUCENE-6648: Remove usage of oal.search.Filter in lucene/facet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688661 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 14:48:21 +00:00
Ramkumar Aiyengar c8ce5437da SOLR-7740: Fix typo bug with TestConfigOverlay
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688619 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 11:15:14 +00:00
Adrien Grand 76bc05fe3f LUCENE-6554: Add missing javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688610 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 09:37:29 +00:00
Michael McCandless d9dba8d517 fix test bug: increase max determinized states during complement op
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688602 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 09:09:11 +00:00
Adrien Grand ef17416494 LUCENE-6554: Removed illegal ToBlockJoinFieldComparator in favor of doc values selectors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688599 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 08:54:21 +00:00
Adrien Grand a9cc05ced1 LUCENE-6643: Make lucene/grouping Filter-free.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688591 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 08:41:07 +00:00
David Wayne Smiley 688c67f8ff LUCENE-6578: Geo3D: compute the distance from a point to a shape.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688545 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 02:03:43 +00:00
Uwe Schindler e50f72e073 LUCENE-6542: FSDirectory's ctor now works with security policies or file systems that restrict write access
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688537 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 00:16:37 +00:00
Dawid Weiss b6e28103ec SOLR-7724: SolrJ now supports parsing the output of the clustering component. (Alessandro Benedetti via Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688455 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 14:26:30 +00:00
Michael McCandless 5f44cbb202 LUCENE-6617: reduce heap usage for small FSTs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688412 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 09:43:37 +00:00
Adrien Grand c348368de1 LUCENE-6633: Remove DuplicateFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688409 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 09:16:02 +00:00
Shalin Shekhar Mangar e65dccbbb1 SOLR-7736: Point to the correct jira issue for awaits fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688405 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 08:58:11 +00:00
Shalin Shekhar Mangar a32822991a SOLR-7673: Race condition in shard splitting can cause operation to hang indefinitely or sub-shards to never become active
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688396 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 08:27:50 +00:00
Adrien Grand a7d1ee7002 LUCENE-6634: PKIndexSplitter now takes a Query instead of a Filter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688365 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 06:50:50 +00:00
Uwe Schindler 4b758ee3fe LUCENE-6637: Fix FSTTester to not violate file permissions on -Dtests.verbose=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688317 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 21:54:08 +00:00
Chris M. Hostetter 7ac8dd4111 SOLR-7712: fixed test to account for aggregate floating point precision loss
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688266 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 17:06:28 +00:00
Upayavira 5d8668700f SOLR-7732 Loader icon keeps spinning and is chopped in half
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688156 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 08:54:27 +00:00
Ramkumar Aiyengar 8c964253b5 SOLR-7710: Replace async occurrences with CommonAdminParams.ASYNC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688039 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 18:53:45 +00:00
Ramkumar Aiyengar 385a1283fe SOLR-7485: Add CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688026 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 17:19:27 +00:00
Ramkumar Aiyengar b9854071cf SOLR-7485: Replace shards.info occurrences with ShardParams.SHARDS_INFO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688025 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 17:18:04 +00:00
Ramkumar Aiyengar 9281fd9378 LUCENE-6568: Make rat invocation depend on ivy configuration being set up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688022 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 16:24:05 +00:00