Commit Graph

23888 Commits

Author SHA1 Message Date
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
Alan Woodward e5be9136a6 SOLR-8336: CoreDescriptor takes a Path for its instance dir, rather than a String
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717254 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 14:02:45 +00:00
Christine Poerschke 209481ad35 SOLR-8340: move solr/CHANGES.txt entry from 5.4.0 to 5.5.0 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717226 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 11:01:11 +00:00
Christine Poerschke e32f6e5e67 SOLR-8340: Fixed NullPointerException in HighlightComponent.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716911 13f79535-47bb-0310-9956-ffa450edef68
2015-11-27 20:01:25 +00:00
Noble Paul 19b101566d SOLR-8326: If BasicAuth enabled, inter node requests fail after node restart
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716675 13f79535-47bb-0310-9956-ffa450edef68
2015-11-26 14:23:27 +00:00
Jan Høydahl 4913d99542 Fix CHANGES entry for 5.5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716587 13f79535-47bb-0310-9956-ffa450edef68
2015-11-26 09:32:37 +00:00
David Wayne Smiley 0442747f05 LUCENE-6900: Grouping sortWithinGroup shouldn't be null; use Sort.RELEVANCE.
Enhanced related Solr side a bit.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716569 13f79535-47bb-0310-9956-ffa450edef68
2015-11-26 04:56:47 +00:00
Yonik Seeley 45aef9f26d SOLR-8341: fix parsing of domain:{excludeTags:mytag}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716523 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 19:51:08 +00:00
Timothy Potter c862370abe SOLR-7169: bin/solr status should return exit code 3 no Solr is running instead of 0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716516 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 19:29:09 +00:00
Timothy Potter 872e329a2b SOLR-8101: Improve Linux service installation script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716506 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 18:40:03 +00:00
Chris M. Hostetter 02569e6ad0 SOLR-8239: CHANGES typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716501 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 17:47:19 +00:00
Nick Knize cb84d30a46 LUCENE-6905: updating change log.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716486 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 17:01:52 +00:00