Michael McCandless
df4a217d15
LUCENE-6094: allow IW.rollback to stop CMS's stalling too
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643508 13f79535-47bb-0310-9956-ffa450edef68
2014-12-06 09:15:39 +00:00
Robert Muir
66745d3ce7
LUCENE-5914: More options for stored fields compression
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643490 13f79535-47bb-0310-9956-ffa450edef68
2014-12-06 03:30:02 +00:00
Michael McCandless
de4c6513bc
LUCENE-5987: IndexWriter forcefully closes itself on hitting aborting exception
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643432 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 21:04:37 +00:00
Chris M. Hostetter
95e75230e4
SOLR-6560: Purge termIndexInterval from example/test configs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643381 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:30:25 +00:00
Steven Rowe
d72e3dfb0f
SOLR-3881: Avoid OOMs in LanguageIdentifierUpdateProcessor:
...
- Added langid.maxFieldValueChars and langid.maxTotalChars params to limit
input, by default 10k and 20k chars, respectively.
- Moved input concatenation to Tika implementation; the langdetect
implementation instead appends each input piece via the langdetect API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643377 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:22:30 +00:00
Adrien Grand
846e457684
SOLR-4799: Fix javadocs generation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643351 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 16:53:32 +00:00
David Wayne Smiley
29c90c668c
LUCENE-6092: NumberRangePrefixTree toRangeShape normalization bug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643327 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:24:12 +00:00
Timothy Potter
af748a9254
SOLR-6653: don't exit with error code if restarting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643317 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:10:21 +00:00
David Wayne Smiley
978aac3184
LUCENE-6034: Highlighter QueryScorer/WeightedSpanTermExtractor shouldn't re-invert a term vector based TokenStream. It can now highlight payload-sensitive queries.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643316 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:08:57 +00:00
David Wayne Smiley
e460ce328c
LUCENE-6034: Simplify MemoryIndex state via TreeMap<Info> etc.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643298 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 14:43:16 +00:00
Noble Paul
83f0d3578c
SOLR-4799 faster join using join=zipper aka merge join for nested DIH EntityProcessors
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643097 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 11:56:26 +00:00
Robert Muir
854e3f930e
move optimizations section up, and move compression changes to optimizations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643090 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:54:53 +00:00
Adrien Grand
bd88a849c3
LUCENE-6091: Fix UsageTrackingFilterCachingPolicy's handling of null DocIdSets.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643085 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:42:09 +00:00
Adrien Grand
07cf3638ec
LUCENE-6088: TermsFilter implements Accountable.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643079 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:26:36 +00:00
Robert Muir
8e1d811e09
LUCENE-6090: use raw deflate stream for CompressionMode.HIGH_COMPRESSION
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643075 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:09:14 +00:00
Anshum Gupta
778e1b31ab
SOLR-6755: Adding a try/catch block and extra logging to get more details when this test fails next
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643013 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 21:50:19 +00:00
Robert Muir
834c63b932
LUCENE-6089: Tune CompressionMode.HIGH_COMPRESSION
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642981 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 18:20:03 +00:00
Mark Robert Miller
34bee4999d
SOLR-6756: A first pass at making the cloud-dev scripts work again.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642963 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 17:41:30 +00:00
Timothy Potter
d7851a8c5f
SOLR-6653: should return error code >0 when something fails
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642952 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 16:57:06 +00:00
Yonik Seeley
564aed06e9
SOLR-6776: only clear changesSinceCommit on a hard commit so tlog will still be flushed on a softCommit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642946 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 16:46:05 +00:00
Robert Muir
972ae5392a
LUCENE-6085: add back SI.attributes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642919 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 15:45:50 +00:00
Timothy Potter
7ff7ab4a31
SOLR-6732: back compat support needed in trunk and 5x to support upgrades from 4.10.1 to 5x
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642917 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 15:41:58 +00:00
Michael McCandless
da3f0749d5
LUCENE-6087: allow custom DirectoryReader to SearcherManager
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642887 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 14:51:53 +00:00
Mark Robert Miller
d2a05a3d50
SOLR-4792: Remove WAR file from dist directory.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642879 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 14:33:49 +00:00
Shalin Shekhar Mangar
9d4bd1f350
SOLR-6796: distrib.singlePass does not return correct set of fields for multi-fl-parameter requests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642873 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 14:04:35 +00:00
Michael McCandless
facb9a0158
don't allow O(N^2) merging in this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642829 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 09:30:15 +00:00
Michael McCandless
ce164ff8de
VerboseFS shouldn't suppress exceptions if it doesn't want to log them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642827 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 09:21:22 +00:00
Michael McCandless
333645af1b
improve assume message in test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642822 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 08:50:44 +00:00
Timothy Potter
6530bfc93f
SOLR-6694: fix misplaced percent found when fixing this issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642780 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:57:24 +00:00
Shalin Shekhar Mangar
25bbac4a0d
SOLR-6795: distrib.singlePass returns score even though not asked for
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642774 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:44:11 +00:00
Timothy Potter
224f6f59c1
SOLR-6694: auto-detect JAVA_HOME using the Windows registry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642767 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:00:23 +00:00
Michael McCandless
e989394fb2
LUCENE-6084: add reasonable IndexOutput.toString
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642761 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 21:21:38 +00:00
Timothy Potter
9806b86719
SOLR-6726: better strategy for selecting the JMX RMI port based on SOLR_PORT in bin/solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642745 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 19:50:30 +00:00
Shalin Shekhar Mangar
3c34c0f125
Moved back-ported items to 4.10.3 section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642733 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 18:49:32 +00:00
Chris M. Hostetter
1d57269643
SOLR-6780: Fixed a bug in how default/appends/invariants params were affecting the set of all keys found in the request parameters, resulting in some key=value param pairs being duplicated.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642727 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 18:09:56 +00:00
Shalin Shekhar Mangar
42ff0ca08a
Removing svn:keywords from new test file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642711 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:57:39 +00:00
Shalin Shekhar Mangar
608a61cd5c
SOLR-6554: Moved performance test factors into constants
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642708 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:32:36 +00:00
Noble Paul
62353b343e
SOLR-6476 reference to a deleted servlet cleaned up
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642705 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:18:36 +00:00
Shalin Shekhar Mangar
2339bd0218
SOLR-6554: Refactored Overseer to improve reuse and put batching logic inside ZkStateWriter. Added a new ZkStateWriterTest.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642693 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 14:37:04 +00:00
Mark Robert Miller
193c1be0b4
SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642689 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 14:29:29 +00:00
Noble Paul
56d7da62ba
SOLR-6476 removing othe vestiges of config REST APIs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642660 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 09:59:15 +00:00
Noble Paul
f317f12f87
SOLR-6476 refactored bulk schema APIs and other read REST APIs to use standard RequestHandler mechanism
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642641 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 08:02:05 +00:00
David Wayne Smiley
a371f353f5
SOLR-6510: add tests for collapse on docvalues
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642620 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 02:39:18 +00:00
Robert Muir
4d18ac3959
LUCENE-6082: simplify exception handling in simpletext .si format
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642560 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 16:05:21 +00:00
Robert Muir
effff3b1c7
LUCENE-6082: remove abort() from codec apis
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642558 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 15:58:29 +00:00
Robert Muir
bdc977613d
IW.close() always closes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642528 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 07:11:03 +00:00
Robert Muir
9f6e3efcba
add test that files are cleaned up after abort
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642527 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 07:05:53 +00:00
David Wayne Smiley
e2ed5913cb
LUCENE-6031: don't call deprecated TokenSources method (in tests)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642512 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 04:34:11 +00:00
David Wayne Smiley
015eacf293
SOLR-6680: DefaultSolrHighlighter: avoid CachingTokenFilter when not needed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642510 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 04:23:57 +00:00
Uwe Schindler
57ff9ed94c
LUCENE-5968: Improve error message when 'ant beast' is run on top-level modules
...
This closes #96
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642488 13f79535-47bb-0310-9956-ffa450edef68
2014-11-29 23:52:42 +00:00