Commit Graph

18986 Commits

Author SHA1 Message Date
Shai Erera 18788016a8 LUCENE-5341: fix RAMDirectory to override getLockID()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564412 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 18:32:03 +00:00
Shai Erera 04e66785ca LUCENE-5431: add FSLockFactory.toString() and fix FilterDirectory to override getLockID(); also change FSDirectory.toString() to use class.getSimpleName()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564304 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 13:57:39 +00:00
Noble Paul 732f295c4f SOLR-5610 New Collectio API called CLUSTERPROP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563876 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 13:16:12 +00:00
Benson Margulies dac599c111 LUCENE-5405, LUCENE-5406: move changes entries to 4.7.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563868 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 13:01:57 +00:00
Benson Margulies 87729357a7 LUCENE-5405: changes.txt; and fix a typo of Grant's for LUCENE-5406.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563855 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 12:04:33 +00:00
Mark Robert Miller 76df7ede38 SOLR-5667: Performance problem when not using hdfs block cache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563766 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 04:09:44 +00:00
Benson Margulies a1feb72682 LUCENE-5405: this undoes 1563711, which was the result of a cascade of confusion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563741 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 22:50:05 +00:00
Benson Margulies e2c166e8c8 LUCENE-5405: check in the unit test, that escaped the first time.
closes #21.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563711 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 20:47:47 +00:00
Shalin Shekhar Mangar 1da7b4b4c9 SOLR-5535: Set partialResults header for shards that error out if shards.tolerant is specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563576 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 07:47:51 +00:00
Robert Muir 584fda3bdf LUCENE-5410: add fuzzy and near to SimpleQueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563558 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 02:57:02 +00:00
Michael McCandless c70deaf3aa add AssertingScorer.toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563481 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 21:45:12 +00:00
Shalin Shekhar Mangar 7b7a1b5592 SOLR-5634: SolrJ GroupCommand.getNGroups returns null if group.format=simple and group.ngroups=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563392 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 11:12:59 +00:00
Shalin Shekhar Mangar 13c01606a3 SOLR-5684: Shutdown SolrServer clients created in BasicDistributedZk2Test and BasicDistributedZkTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563390 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 10:58:15 +00:00
Michael McCandless 2b7540c7a9 add 45 indices to TestBackCompat; fix back-compat bug in Lucene45DVProducer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563251 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 20:39:48 +00:00
Yonik Seeley c69ba8ba8f SOLR-5685: ignore FieldFacetTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563221 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 19:29:33 +00:00
Mark Robert Miller c0ae2fa0c1 SOLR-5676: SolrCloud updates rejected if talking to secure ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563189 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 17:39:03 +00:00
Yonik Seeley f42caf79bd SOLR-5685: fix FieldFacetAccumulator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563176 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 16:59:06 +00:00
Yonik Seeley db5964de02 SOLR-5685: tests: add assertU to commit calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563142 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 14:58:21 +00:00
Michael McCandless f335512f02 LUCENE-5398: remove invalid byte cast in NormValueSource, since TFIDFSimilarity now allows for norms larger than one byte
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563119 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 12:16:31 +00:00
Shalin Shekhar Mangar fa2423a2ec SOLR-5673: HttpSolrServer doesn't set own property correctly in setFollowRedirects
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562898 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 17:16:00 +00:00
Shalin Shekhar Mangar 968d6f98cc SOLR-5679: SOLR-5679: Shard splitting fails with ClassCastException on collections upgraded from 4.5 and earlier versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562872 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 16:06:50 +00:00
Shalin Shekhar Mangar d5a8bdd767 SOLR-5658: Removing System.out.println in JavaBinUpdatedRequestCodec added for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562836 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 14:20:28 +00:00
Shai Erera 06434e5b5f LUCENE-5320: Add SearcherTaxonomyManager over Directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562806 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 13:12:10 +00:00
Michael McCandless 189ac1d0c1 set native eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562763 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 10:18:01 +00:00
Benson Margulies 82f58d83d0 LUCENE-5405: when there's an exception thrown by an analysis component, note the field name
on the info stream to aid in debugging.

closes #21



git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562657 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 00:43:52 +00:00
Steven Rowe 9feffa8472 LUCENE-5353: ShingleFilter's filler token should be configurable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562639 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 23:34:48 +00:00
Steven Rowe 4e9a524eda LUCENE-5420: stop re-compiling the internal module dependency regex for every dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562554 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 19:20:12 +00:00
Steven Rowe 332ac341a0 LUCENE-5420: 'ant get-maven-poms' should support custom version formats
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562530 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 18:03:24 +00:00
Michael McCandless acfba809aa LUCENE-3069: merge the back-compat indices from 4.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562506 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 16:38:44 +00:00
Michael McCandless db23db43c1 LUCENE-3069: move CHANGES entries under 4.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562498 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 16:23:22 +00:00
Shai Erera 30f1be17e8 LUCENE-5387: Improve FacetConfig.build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562491 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 16:09:16 +00:00
Shai Erera 8a60a5e6a2 LUCENE-5367: add test to ensure we don't introduce the bug again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562462 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 14:44:08 +00:00
Noble Paul 6849fe3286 SOLR-5476 tests were failing earlier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562434 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 13:17:27 +00:00
Erik Hatcher 7a648bf7db SOLR-5230: Call DelegatingCollector.finish() during grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562305 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 23:07:25 +00:00
Chris M. Hostetter d593f195ba SOLR-5652: test fixes: add 'plain' docvalue field variants to schema, and check codecs for support of missing docValues before trying to sort on them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562155 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 19:03:35 +00:00
Michael McCandless fd35f2609a LUCENE-5409: fix ToParentBlockJoinQuery.rewrite to correctly preserve the origChildQuery after more than one iteration of rewrite
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562124 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 16:59:06 +00:00
Yonik Seeley f15097b4e2 allow _version_ to use DocValues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561851 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 21:17:23 +00:00
Mark Robert Miller a193836b86 SOLR-5666: Using the hdfs write cache can result in appearance of corrupted index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561751 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 17:03:09 +00:00
Steven Rowe 2a36de54dd SOLR-5671: increase logging to try and track down test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561709 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 15:21:41 +00:00
Steven Rowe 135918c0f8 LUCENE-5414: intellij config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561707 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 15:17:31 +00:00
Mark Robert Miller cb8b1cd32b SOLR-5577: Harden leaking Timer thread.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561497 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 14:51:55 +00:00
Robert Muir 76c12eeb3d LUCENE-5415: add multitermquery support to PostingsHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561451 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 04:49:18 +00:00
Simon Willnauer d1999b7791 LUCENE-5414: Suggest module should not depend on expression module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561415 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 22:18:36 +00:00
Michael McCandless b27fe755d1 LUCENE-5228: IndexWriter.addIndexes(Directory[]) now acquires the IW write lock on the incoming indices to ensure there are no active IndexWriters in those directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561404 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 21:49:20 +00:00
Michael McCandless a3d74984a2 tab to space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561400 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 20:58:19 +00:00
Michael McCandless 3ae719d025 SOLR-5661: catch too-large priority queue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561369 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 19:09:28 +00:00
Mark Robert Miller 9ed426cbd4 tests: reduce number of shards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561332 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 16:27:09 +00:00
Shalin Shekhar Mangar 0b295b861e SOLR-5492: Enabling CustomCollectionTest after removing shards.info test code from it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561271 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 06:54:55 +00:00
David Wayne Smiley c6e416cd00 LUCENE-5395: use Locale.ROOT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561250 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 03:48:13 +00:00
David Wayne Smiley 006dd1874f LUCENE-5395: calculated sha1 via "ant jar-checksums" this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561238 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 00:29:28 +00:00