Mark Robert Miller
|
3d24b825a5
|
LUCENE-5434: This test method uses a non nrt reader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565373 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 17:56:46 +00:00 |
Mark Robert Miller
|
65274f5965
|
LUCENE-5434: NRT support for file systems that do no have delete on last close or cannot delete while referenced semantics.
SOLR-5693: Running on HDFS does work correctly with NRT search.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565344 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 16:52:28 +00:00 |
Michael McCandless
|
9074bf8832
|
LUCENE-5426: allow customization of SortedSetDocValuesReaderState for Lucene doc values faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565167 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 11:17:40 +00:00 |
Shalin Shekhar Mangar
|
b436fd64cb
|
SOLR-5629: SolrIndexSearcher.name should include core name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565138 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 10:00:15 +00:00 |
Shalin Shekhar Mangar
|
462131403a
|
SOLR-5690: Fix NPE in AbstractStatsValues.accumulate with docValues and docs with empty field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565106 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 08:21:56 +00:00 |
Shalin Shekhar Mangar
|
95610a8c58
|
SOLR-4227: Wrap XML RequestWriter's OutputStreamWriter in a BufferedWriter to avoid frequent converter invocations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565099 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 07:50:17 +00:00 |
Mark Robert Miller
|
3b43c10bd1
|
SOLR-5672: Add logParamsList parameter to support reduced logging. Closes #23.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565072 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 05:08:11 +00:00 |
Mark Robert Miller
|
4ed5b93abf
|
SOLR-5691: Sharing non thread safe WeakHashMap across thread can cause problems.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565069 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 04:47:42 +00:00 |
Mark Robert Miller
|
801c267066
|
SOLR-5682: Make the admin InfoHandler more pluggable / derivable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565067 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 03:56:37 +00:00 |
Mark Robert Miller
|
65ba982fdf
|
SOLR-4072: Error message is incorrect for linkconfig in ZkCLI.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565059 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 03:07:16 +00:00 |
Mark Robert Miller
|
59b660aef1
|
SOLR-5678: Fix CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565057 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 03:02:22 +00:00 |
Mark Robert Miller
|
8b4ea8885e
|
SOLR-5678: SolrZkClient should throw a SolrException when connect times out rather than a RuntimeException.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565056 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 03:01:36 +00:00 |
Mark Robert Miller
|
a2bf844c90
|
SOLR-5593: Replicas should accept the last updates from a leader that has just lost it's connection to ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565049 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 02:38:00 +00:00 |
Shai Erera
|
c039f73cde
|
LUCENE-5425: Make creation of FixedBitSet in FacetsCollector overridable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564898 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 19:45:46 +00:00 |
Chris M. Hostetter
|
ad2a7568f5
|
SOLR-5623: revert r1564739, shalin already fixed the bug that caused these failures, but Uwe didn't know that
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564831 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 17:05:52 +00:00 |
Uwe Schindler
|
7c84bdc3bb
|
Fix eol-style (must be "native")!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564744 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 12:31:06 +00:00 |
Uwe Schindler
|
caa9f77686
|
Ignore tests that fail since the last few commits. The responsible person should fix those. This commit is only to make Jenkins quiet again!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564739 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 12:23:33 +00:00 |
Shalin Shekhar Mangar
|
92195c8000
|
SOLR-5623: Added svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564737 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 12:22:35 +00:00 |
Shalin Shekhar Mangar
|
e63b46137d
|
SOLR-5598: LanguageIdentifierUpdateProcessor ignores all but the first value of multiValued string fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564732 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 12:17:45 +00:00 |
Shalin Shekhar Mangar
|
aba50169d0
|
SOLR-5530: Remove empty throws clause
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564720 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 11:59:37 +00:00 |
Shalin Shekhar Mangar
|
315263e31f
|
SOLR-5530: Fix forbidden-api-check failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564712 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 11:41:07 +00:00 |
Shalin Shekhar Mangar
|
e262c75e81
|
SOLR-5530: Added a NoOpResponseParser for SolrJ which puts the entire raw response into an entry in the NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564709 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 11:03:26 +00:00 |
Shalin Shekhar Mangar
|
9cb69be380
|
SOLR-5623: Use root locale in String.format and do not wrap SolrExceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 10:25:47 +00:00 |
Shai Erera
|
7016e497fa
|
remove empty throws clause
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564666 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 08:14:33 +00:00 |
Benson Margulies
|
755cd1d189
|
SOLR-5623: backport and fill in CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564592 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 00:47:35 +00:00 |
Chris M. Hostetter
|
ab768b83b0
|
SOLR-5526: Fixed NPE that could arrise when explicitly configuring some built in QParserPlugins
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564588 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 00:41:25 +00:00 |
Benson Margulies
|
178ec39037
|
SOLR-5623: Better diagnosis of RuntimeExceptions in analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564584 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 00:32:03 +00:00 |
Yonik Seeley
|
5111571d13
|
SOLR-5694: update gitignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564419 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 18:58:08 +00:00 |
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 |