Commit Graph

22567 Commits

Author SHA1 Message Date
Michael McCandless a4369f070e LUCENE-6437: randomize cpu core count and spins for ConcurrentMergeScheduler's dynamic defaults
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674535 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 16:28:00 +00:00
Yonik Seeley 3b94724907 SOLR-7422: "type" param for JSON Facet API for flatter structure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674519 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 14:27:26 +00:00
Timothy Potter beea9c2733 SOLR-7421: Marking test as a BadApple for now until we can figure out what is causing replication to take so long for a small index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674512 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 14:11:26 +00:00
Shalin Shekhar Mangar e541bccd45 SOLR-7420: Overseer stats are not reset on loss of ZK connection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674458 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 08:42:57 +00:00
Shalin Shekhar Mangar 8573f64b9c SOLR-6087: SolrIndexSearcher makes no DelegatingCollector.finish() call when IndexSearcher throws an expected exception. This closes #57.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674443 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 04:43:19 +00:00
Shalin Shekhar Mangar f258d2f9d4 SOLR-6886: Removed redundant size check and added missing calls to DelegatingCollection.finish inside Grouping code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674430 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 03:32:36 +00:00
Tommaso Teofili dbf063d3d1 LUCENE-6433 - using generics in Classifier#getClasses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674304 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 13:46:17 +00:00
Robert Muir 44a97f67b7 LUCENE-6432: add SuppressReproduceLine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674277 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 11:21:21 +00:00
Robert Muir 538f90225e LUCENE-6431: make ExtrasFS reproducible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674274 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 11:07:45 +00:00
Robert Muir 8611461a94 add assume for jenkins machines running us-ascii etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674188 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 02:08:59 +00:00
Tomas Eduardo Fernandez Lobbe 61bdfdd635 SOLR-7412: Fixed range.facet.other parameter for distributed requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674182 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 01:35:30 +00:00
Robert Muir 3dd6b59650 LUCENE-6430: fix URI delegation for non-ascii files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674177 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 01:04:56 +00:00
Yonik Seeley 4e73212034 SOLR-7411: fix threadsafety bug in SearchHandler introduced in SOLR-7380
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674163 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 22:47:11 +00:00
Michael McCandless f9e71c7eec LUCENE-6400: preserve original token when possible in SolrSynonymParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674155 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 21:26:35 +00:00
Michael McCandless 678d8d3f0c LUCENE-6345: add null checking for query parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674124 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 18:16:22 +00:00
Michael McCandless 67035844c1 fix test bug: this test relies on docid ordering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674117 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 17:40:11 +00:00
Robert Muir 5cbdc93244 LUCENE-6430: FilterPath needs hashCode/equals
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674105 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 16:07:18 +00:00
Adrien Grand f4c0546567 LUCENE-6425: Replaced Query.extractTerms with Weight.extractTerms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674091 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 15:14:35 +00:00
Adrien Grand d30e730809 LUCENE-6429: Removed the TermQuery(Term,int) constructor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674084 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 14:53:09 +00:00
David Wayne Smiley b2c273fa7a committing Karl's latest LUCENE-6196-fixes.patch
https://issues.apache.org/jira/secure/attachment/12725741/LUCENE-6196-fixes.patch
WIP; tests fail

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1674049 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 11:51:41 +00:00
Michael McCandless bf299ff52e LUCENE-5879: fix test bug: we cannot enforce max term count for empty-string prefix query since we [intentionally] do not create an empty-string auto-prefix term at index time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674029 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 09:18:58 +00:00
Steven Rowe 01a4c97273 Backcompat index generation: add docs, and point to usage information on the wiki: http://wiki.apache.org/lucene-java/ReleaseTodo#Generate_Backcompat_Indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673962 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 21:36:00 +00:00
Steven Rowe 648d28dbe9 Add 5.1.0 back compat test indices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673899 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 17:55:19 +00:00
Shai Erera dee02e6151 SOLR-7401: fix copy/paste bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673888 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 17:33:48 +00:00
Shai Erera 86b191c550 SOLR-7401: fixed NPE when concurrently creating and deleting collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673813 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 15:05:06 +00:00
Adrien Grand 7a4bd83558 LUCENE-6426: Fix FieldType's copy constructor to also copy over the numeric precision step.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673790 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 14:42:13 +00:00
Robert Muir 3897e3069e LUCENE-6424: fix names in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673783 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 14:31:25 +00:00
David Wayne Smiley 400c39bac7 committing Karl's latest
WIP; tests fail

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1673751 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 13:09:20 +00:00
Adrien Grand 3bf3b08d6f Fix eol-style.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673744 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 12:50:30 +00:00
Tommaso Teofili 06a1248a4d SOLR-7376 - adjusted RawValueTransformerFactoryimpl to use StorableField#stringValue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673731 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 11:29:02 +00:00
Robert Muir d71933415d LUCENE-6424: DirectoryStream doesn't wrap with FilterPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673720 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 10:36:34 +00:00
Adrien Grand 63073a01c2 LUCENE-6419: Added two-phase iteration assertions to AssertingQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673667 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 07:37:23 +00:00
Tommaso Teofili 4187f7c507 SOLR-7376 - commented code using old IndexableField API, just using Object#toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673665 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 07:14:49 +00:00
Ryan McKinley 6e96326e20 Merged revision(s) 1673654 from lucene/dev/branches/branch_5x:
SOLR-7376: adding missing files
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673655 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 06:15:20 +00:00
Ryan McKinley 63edfb11c6 Merged revision(s) 1673647 from lucene/dev/branches/branch_5x:
SOLR-7376: Return raw XML or JSON
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673649 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 04:57:39 +00:00
Robert Muir fd70dadf80 ensure a single segment in new test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673596 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 00:55:47 +00:00
Robert Muir a5877d42b0 LUCENE-6421: defer reading of positions in MultiPhraseQuery until they are needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673595 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 00:54:03 +00:00
Robert Muir 0aa98d464c LUCENE-6421: revert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673577 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 23:02:53 +00:00
Robert Muir d185168be9 LUCENE-6421: defer reading of positions in MultiPhraseQuery until they are needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673572 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 22:26:21 +00:00
Michael McCandless 82b3106f6c LUCENE-6382: enforce max allowed indexed position
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673508 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 18:54:10 +00:00
Shalin Shekhar Mangar 382f9e45e0 SOLR-7381: MDC keys are now exposed in thread names automatically so that a thread dump can give hints on what the thread was doing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673469 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 17:03:38 +00:00
Varun Thacker 71fca8a60d SOLR-6637: improve CHANGES entry + fix wrong usage of path in snapshooter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673420 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 13:15:49 +00:00
Shalin Shekhar Mangar 293efe55c1 SOLR-7381: Set node name in MDC inside ZkController as soon as we discover it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673411 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 11:45:20 +00:00
Shalin Shekhar Mangar a64266193a SOLR-7381: Usages of Executors#newFixedThreadPool, #newSingleThreadExecutor, #newCachedThreadPool as well as ThreadPoolExecutor directly is now forbidden in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673372 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 06:50:52 +00:00
Noble Paul bdefedfa42 Do not throw cached Exception, create new
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673364 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 05:34:29 +00:00
Noble Paul e666070542 Reduce logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673362 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 05:26:11 +00:00
Shalin Shekhar Mangar 53c80b10cf SOLR-7385: The clusterstatus API now returns the config set used to create a collection inside a 'configName' key
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673360 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 05:25:12 +00:00
Shalin Shekhar Mangar 0e54a26d18 SOLR-7372: Enable maxRamMB to be configured via the Config APIs on filterCache and queryResultCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673358 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 05:12:52 +00:00
David Wayne Smiley 99e12a9ea3 SOLR-6692: highlighter refactorings...
* extract method getDocPrefetchFieldNames
 * trim field names in getHighlightFields instead of later on
 * lazy-create FVH (could be expensive for wildcard queries)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673328 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 01:04:00 +00:00
David Wayne Smiley f295b3a890 SOLR-6692: Highlighter NPE bugfix when highlight nonexistent field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673281 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 21:11:40 +00:00