Yonik Seeley
f2b3d010b3
SOLR-5148: optimization - lazy create child doc list
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522680 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 17:44:09 +00:00
Michael McCandless
534a9f3080
LUCENE-5133: allow highlight to Object for AnalyzingInfixSuggester for advanced use cases
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522667 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 17:14:27 +00:00
Adrien Grand
d06ba3caaf
LUCENE-5204: Make Directory easier to wrap.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522661 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 16:59:34 +00:00
Michael McCandless
c3ccfbe8d1
LUCENE-4906: PostingsHighlighter: add expert API to render highlights to Object
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522619 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 15:34:55 +00:00
Adrien Grand
980411d93d
Add version 4.6.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522507 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 09:40:24 +00:00
Dawid Weiss
047a650004
SOLR-5219: follow-up code cleanups.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522472 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 07:49:23 +00:00
Shalin Shekhar Mangar
247142e18c
SOLR-5233: The deleteshard collections API doesn't wait for cluster state to update, can fail if some nodes of the deleted shard were down and had incorrect logging.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522463 13f79535-47bb-0310-9956-ffa450edef68
2013-09-12 07:14:10 +00:00
Dawid Weiss
098f8b37f4
SOLR-5219: always forget about eol-style...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521979 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 18:46:26 +00:00
Dawid Weiss
7a79894528
SOLR-5219: Rewritten selection of the default search and document clustering algorithms.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521978 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 18:45:27 +00:00
Noble Paul
bddef8a226
SOLR-5006 added missed param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521955 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 17:57:20 +00:00
Chris M. Hostetter
86d4a61797
SOLR-5231: Fixed a bug with the behavior of BoolField that caused documents w/o a value for the field to act as if the value were true in functions if no other documents in the same index segment had a value of true.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521948 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 17:35:24 +00:00
Dawid Weiss
49a7ccee8c
SOLR-5202: cleaned up comments surrounding clustering component. Left all the algorithms in there, but added a pointer to integration-strategies which includes more exhaustive configuration examples.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521804 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 11:24:19 +00:00
Ryan McKinley
3cf82592c1
SOLR-3706: getRenderedMessage() rather than + ""
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521741 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 06:06:48 +00:00
Ryan McKinley
a338f097c6
SOLR-3706: avoid NPE (merge from 4x)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521739 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 05:53:39 +00:00
Mark Robert Miller
bd4f9b9896
SOLR-4816: CloudSolrServer can now route updates locally and no longer relies on inter-node update forwarding.
...
SOLR-3249: Allow CloudSolrServer and SolrCmdDistributor to use JavaBin.
SOLR-4816: CloudSolrServer now uses multiple threads to send updates by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521713 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 01:19:45 +00:00
Chris M. Hostetter
88a00de5b7
SOLR-5227: Correctly fail schema init if a dynamicField is configured to be required, or have a default value
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521587 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 19:00:52 +00:00
Robert Muir
315c0e6dbe
SOLR-5210: make perSegFilter cache actually per-segment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521559 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 17:39:54 +00:00
Robert Muir
d545fdfd1e
SOLR-4909: Use DirectoryReader.openIfChanged in non-NRT mode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521556 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 17:19:08 +00:00
Chris M. Hostetter
54427466aa
SOLR-5222: test proving that dynamicField's using docValues work as expected with missing values
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521304 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 22:29:42 +00:00
Robert Muir
7ccb123261
LUCENE-5197: Added SegmentReader.ramBytesUsed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521267 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 19:59:07 +00:00
Shai Erera
61d684fe7f
Make IndexFileDeleter.lastFiles a List<String> instead of List<Collection<String>>
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521258 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 19:30:51 +00:00
Mark Robert Miller
19f9181c74
SOLR-5215: Fix possibility of deadlock in ZooKeeper ConnectionManager.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521236 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 18:36:11 +00:00
Steven Rowe
9cedad9cd1
Upgrade Apache Rat from v0.9 to v0.10
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521206 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 17:29:45 +00:00
Michael McCandless
9c13028cd7
LUCENE-5202: allow afterPosition() to insert a token at the end as well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521182 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 16:28:55 +00:00
Han Jiang
69798d5a72
LUCENE-3069: Lucene should have an entirely memory resident term dictionary
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521173 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 16:07:56 +00:00
Shai Erera
ad94fefaee
remove irrelevant TODO - segmentFileName is only added if not null
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521038 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 11:11:50 +00:00
Robert Muir
815ee4e2e6
don't add missing docs for the comparison unless the codec supports it (or the test will get complicated)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520776 13f79535-47bb-0310-9956-ffa450edef68
2013-09-07 14:19:19 +00:00
Dawid Weiss
05b7a45c4b
Fixing eol-style on XML files.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520699 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 21:16:13 +00:00
Dawid Weiss
4003d5cb7d
SOLR-5202: follow-up to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520681 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 20:08:14 +00:00
Dawid Weiss
43467403b2
SOLR-5202: Support easier overrides of Carrot2 clustering attributes via XML data sets exported from the Workbench. Polished clustering configuration examples.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520677 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 20:02:57 +00:00
Erick Erickson
e4bcd35ac0
SOLR-2548, Multithread faceting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520645 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 17:53:40 +00:00
Han Jiang
9d6787618f
LUCENE-3069: reuse customized TermState in PBF
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1520618 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 16:04:51 +00:00
Robert Muir
91c01ddb5f
LUCENE-5200: HighFreqTerms has confusing behavior with -t option
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520615 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 15:56:38 +00:00
Han Jiang
6cfd9d7b79
LUCENE-3069: remove impersonate codes, fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1520592 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 15:12:24 +00:00
Adrien Grand
9a930b8806
Revert LUCENE-4734.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520536 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 10:52:47 +00:00
Adrien Grand
da16af7519
LUCENE-5101: Make it easier to plugin different bitset implementations to CachingWrapperFilter.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520525 13f79535-47bb-0310-9956-ffa450edef68
2013-09-06 10:07:12 +00:00
Michael McCandless
0a8fc36864
LUCENE-3069: small javadoc fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1520422 13f79535-47bb-0310-9956-ffa450edef68
2013-09-05 20:58:17 +00:00
Adrien Grand
81563c2f57
LUCENE-5201: Fixed compression bug in LZ4.compressHC.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520268 13f79535-47bb-0310-9956-ffa450edef68
2013-09-05 10:08:55 +00:00
Tommaso Teofili
e69fb35cc2
SOLR-5201 - AnalysisEngines are now created in the factory and passed to the processors with a JCas pool
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520239 13f79535-47bb-0310-9956-ffa450edef68
2013-09-05 07:12:10 +00:00
Yonik Seeley
32803cb94f
SOLR-5210: add block join support to example
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520081 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 17:44:18 +00:00
Adrien Grand
5fa6cd3fec
Fix compression bug on highly compressible inputs with LZ4.compressHC.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520060 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 16:11:36 +00:00
Yonik Seeley
7e7cf0961f
SOLR-5175: keep child order in block index
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520042 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 14:57:44 +00:00
Han Jiang
aa1e8b37f4
LUCENE-3069: move TermDict impls to package 'memory', nuke all 'Temp' symbols
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1520034 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 14:29:48 +00:00
Adrien Grand
d46bb05fe0
LUCENE-5188: Make CompressingStoredFieldsFormat more friendly to StoredFieldVisitors.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520025 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 14:00:34 +00:00
Han Jiang
12f60cb535
revert noisy changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1519947 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 08:53:30 +00:00
Han Jiang
054a95e182
LUCENE-3069: javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1519909 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 03:05:23 +00:00
Chris M. Hostetter
c53362f38a
SOLR-5206: Fixed OpenExchangeRatesOrgProvider to use refreshInterval correctly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1519858 13f79535-47bb-0310-9956-ffa450edef68
2013-09-03 21:39:51 +00:00
Chris M. Hostetter
31a88ab101
SOLR-3852: Fixed ZookeeperInfoServlet so that the SolrCloud Admin UI pages will work even if ZK contains nodes with data which are not utf8 text
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1519763 13f79535-47bb-0310-9956-ffa450edef68
2013-09-03 17:29:49 +00:00
Robert Muir
386bbd0675
LUCENE-5199: don't use old codec components mixed in with new ones when using -Ds
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1519756 13f79535-47bb-0310-9956-ffa450edef68
2013-09-03 16:51:00 +00:00
Shai Erera
fdee65fd72
LUCENE-5199: Improve LuceneTestCase.defaultCodecSupportsDocsWithField to check the actual DocValuesFormat used per-field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1519685 13f79535-47bb-0310-9956-ffa450edef68
2013-09-03 13:54:48 +00:00