Commit Graph

24249 Commits

Author SHA1 Message Date
Varun Thacker 72501bd0bf Cleanup the data_driven configset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718294 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 10:32:26 +00:00
Uwe Schindler 6b2097090c Fix some minor Ant build system issues to support new Verona JDK versioning ("9" instead of "1.9"); Constants.java works fine - thanks Robert!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718282 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 10:04:11 +00:00
Varun Thacker af650f5edd SOLR-8131: Add CHANGES entry under solr 5.4 as well mentioning change to ManagedIndexSchemaFactory in all example config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718264 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 08:52:18 +00:00
Varun Thacker 0e886c19fa SOLR-8131: Make ManagedIndexSchemaFactory the default schemaFactory when luceneMatchVersion >= 6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718258 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 07:32:41 +00:00
Anshum Gupta b8a2745d94 SOLR-8359: Restrict child classes from using parent logger's state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718257 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 06:59:18 +00:00
Erick Erickson ceb66d34c0 SOLR-8318: SimpleQueryParser doesn't use MultiTermAnalysis for Fuzzy Queries. Thanks Tom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718233 13f79535-47bb-0310-9956-ffa450edef68
2015-12-06 22:41:55 +00:00
Robert Muir 0bc10ecb72 LUCENE-6923: Fix RamUsageEstimator to access private fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718195 13f79535-47bb-0310-9956-ffa450edef68
2015-12-06 18:04:09 +00:00
Erick Erickson f5bb03e6c6 SOLR-8263: Tlog replication could interfere with the replay of buffered updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718142 13f79535-47bb-0310-9956-ffa450edef68
2015-12-06 01:29:21 +00:00
Uwe Schindler 8a148abb4e Add extra check that we can create an AccessControlContext for running test with lower privileges. It's trappy otherwise!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718132 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 23:02:06 +00:00
Uwe Schindler 847a8af93b LUCENE-6921: Prevent NPE if stupid context classloader is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718113 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 18:31:50 +00:00
Uwe Schindler 889bf7f953 LUCENE-6921: Remove not necessary doPrivilegedCheck and update docs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718082 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 14:02:24 +00:00
Uwe Schindler 9d4c415450 LUCENE-6921: Fix SPIClassIterator#isParentClassLoader to don't require extra permissions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718078 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 12:55:29 +00:00
Uwe Schindler 4394851104 LUCENE-6920: Improve custom function checks in expressions module to use MethodHandles and work without extra security privileges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718069 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 11:04:01 +00:00
David Wayne Smiley 31b6cd6851 LUCENE-6912: Grouping's Collectors now calculate a needsScores() instead of always 'true'.
In core, CachingCollector should have always returned true when scores are cached (small bug).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718009 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 19:17:12 +00:00
James Dyer 12f6c0348b SOLR-6271: fix StringDistance comparison in CSSC. ( This closes #135 )
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717999 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 17:41:17 +00:00
Christine Poerschke 3799ea6027 LUCENE-6910: fix 'if ... > Integer.MAX_VALUE' check in (Binary|Numeric)DocValuesFieldUpdates.merge (https://scan.coverity.com/projects/5620 CID 119973 and CID 120081)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717993 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 16:45:14 +00:00
Shalin Shekhar Mangar 30c0cfc262 SOLR-8366: ConcurrentUpdateSolrClient attempts to use response's content type as charset encoding for parsing exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717978 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 15:12:08 +00:00
Adrien Grand f9b446d66f LUCENE-6918: LRUQueryCache.onDocIdSetEviction is only called when at least one DocIdSet is being evicted. (Adrien Grand)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717947 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 12:22:46 +00:00
Varun Thacker 4a4f2a00e7 SOLR-8363: Fix luceneMatchVersion check and update in build scripts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717898 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 06:13:46 +00:00
Gregory Chanan 75c00c7877 SOLR-8353: Support regex for skipping license checksums
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717870 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 23:03:45 +00:00
Christine Poerschke 7b32197915 LUCENE-6910: remove no-op code in CheckIndex.java (https://scan.coverity.com/projects/5620 CID 120040)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717804 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 16:52:33 +00:00
James Dyer 038d1720c9 SOLR-2556: Fix SpellingQueryConverter to recognize terms consisting only of digits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717795 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 16:11:43 +00:00
Shalin Shekhar Mangar 3619ada095 SOLR-7339: Remove http2-parent as a dependency because it is only a pom and thus fails our maven builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717777 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 14:54:26 +00:00
Adrien Grand 4a689b9098 LUCENE-6889: Add some basic rewrite rules to BooleanQuery that can make it run significantly faster in some cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717757 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 13:10:33 +00:00
Christine Poerschke 34c65f091a LUCENE-6910: remove line.length(); statement in TrecContentSource.java (https://scan.coverity.com/projects/5620 CID 120628)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717756 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 13:07:34 +00:00
Christian Moen df9c6a835f Add n-best output to JapaneseTokenizer (LUCENE-6837)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717713 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 06:27:44 +00:00
Christine Poerschke bd777ac22d Remove outdated comment line in RandomMergePolicy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717660 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 18:15:51 +00:00
Shalin Shekhar Mangar 0618b18f7b SOLR-8339: Refactor SolrDocument and SolrInputDocument to have a common base abstract class called SolrDocumentBase. Deprecated methods toSolrInputDocument and toSolrDocument in ClientUtils.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717654 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 15:56:17 +00:00
Alan Woodward 30f941068a SOLR-8357: UpdateLog.RecentUpdates implements Closeable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717603 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 10:23:32 +00:00
Michael McCandless fd44b39c03 do not use near-zero maxMergedSegmentMB for this test!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717591 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 09:25:45 +00:00
Anshum Gupta 6caaa0c454 SOLR-8330: Standardize and fix logger creation and usage so that they aren't shared across source files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717590 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 09:22:22 +00:00
Chris M. Hostetter bc0de7eeca SOLR-8333: Several API tweaks so that public APIs were no longer refering to private classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717554 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 23:19:35 +00:00
Christine Poerschke dc675593b8 SOLR-8338: in OverseerTest replace strings such as "collection1" and "state" with variable or enum equivalent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717534 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 21:13:09 +00:00
Christine Poerschke c4404701b5 ${message}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717526 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 20:52:57 +00:00
Shalin Shekhar Mangar 6cbe8f2dff SOLR-7339: Disabling testUpdateField until we can fix the underlying issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717512 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 20:12:19 +00:00
Noble Paul 91f42897a5 SOLR-8355: update permissions were failing node recovery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717493 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 18:29:47 +00:00
James Dyer dac0b56589 SOLR-8175: fix AIOOBE w/WordBreakSolrSpellChecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717492 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 18:29:23 +00:00
David Wayne Smiley ce0363c0ad SOLR-8180: jcl-over-slf4j is officially a solrj/solr dependency now; not marked optional in a POM.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717481 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 18:12:00 +00:00
Christine Poerschke ab86b188ea SOLR-8321: add a (SolrQueryRequest free) SortSpecParsing.parseSortSpec variant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717454 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 16:26:28 +00:00
Erick Erickson 9181fa67d7 Took out debug statements I'd left in a long time ago, no functional changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717450 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 16:06:07 +00:00
Shalin Shekhar Mangar bf48cb639c SOLR-7339: Use GzipHandler instead of GzipFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717431 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 13:23:08 +00:00
Christine Poerschke 0745c12a90 LUCENE-6911: remove deprecated, no-op StandardQueryParser.getMultiFields(CharSequence[] fields) method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717396 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 10:13:12 +00:00
Shalin Shekhar Mangar c10dd7daa7 SOLR-7339: Upgrade Jetty to v9.3.6.v20151106
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717377 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 04:21:34 +00:00
Gregory Chanan 26f915aa98 SOLR-7928: Add eol-style native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717368 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 01:59:37 +00:00
Gregory Chanan 5a9e07d57a SOLR-8351: Improve HdfsDirectory toString representation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717344 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 22:59:24 +00:00
Gregory Chanan 562d97a69d SOLR-7928: Improve CheckIndex to work against HdfsDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717340 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 22:46:48 +00:00
Christine Poerschke a8c41a13c9 LUCENE-6911: correcting attribution (Mikhail suggested returning getter in LUCENE-6910, thank you)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717314 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 20:09:28 +00:00
Christine Poerschke 89444f10eb LUCENE-6911: Add correct StandardQueryParser.getMultiFields() method, deprecate no-op StandardQueryParser.getMultiFields(CharSequence[]) method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717303 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 18:59:22 +00:00
David Wayne Smiley a649775350 remove -XX:MaxPermSize from maven test build on trunk (deprecated in java 8).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717273 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 15:20:01 +00:00
David Wayne Smiley c6bcc54e40 LUCENE-6833: maven build: add test-files/ to morfologik pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717271 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 15:16:10 +00:00