Commit Graph

24249 Commits

Author SHA1 Message Date
Christine Poerschke d1623d09e5 LUCENE-6945: rename TestParser to TestCoreParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721526 13f79535-47bb-0310-9956-ffa450edef68
2015-12-23 11:38:27 +00:00
Anshum Gupta 0811245013 SOLR-8454: Adding change log entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721492 13f79535-47bb-0310-9956-ffa450edef68
2015-12-23 06:22:23 +00:00
Christine Poerschke c4b6008e38 SOLR-8452: replace "partialResults" occurrences with SolrQueryResponse.RESPONSE_HEADER_PARTIAL_RESULTS_KEY
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721450 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 19:28:15 +00:00
Christine Poerschke 4d90775b8c LUCENE-6919: In TestConjunctionDISI.java removed now redundant cast to Scorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721433 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 16:53:20 +00:00
Adrien Grand 939b22c08c LUCENE-6946: SortField.equals now takes the missing value into account.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721422 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 16:21:35 +00:00
Adrien Grand 892527c24e LUCENE-6947: Hide SortField.missingValue behind a getter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721411 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 14:36:08 +00:00
Shai Erera 8a9a8e2363 SOLR-8454: Improve logging by ZkStateReader and clean up dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721393 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 13:28:27 +00:00
Christine Poerschke 3064db4d73 LUCENE-6945: factor out TestCorePlus(Queries|Extensions)Parser from TestParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721381 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 12:15:58 +00:00
Michael McCandless fabc3b903d LUCENE-6939: add exponential reciprocal scoring mode to BlendedInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721330 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 10:26:38 +00:00
Christine Poerschke 6c7fa7b644 Removed never used 'import org.apache.solr.common.SolrInputDocument' in QueryEqualityTest.java.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721222 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 18:07:17 +00:00
Adrien Grand 9a4b4f69e8 LUCENE-6944: Prevent BooleanWeight from creating sub bulk-scorers to only trash them later.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721215 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 17:01:57 +00:00
David Wayne Smiley 822785a15f SOLR-8059: debug=results&distrib.singlePass=true can NPE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721203 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 16:00:25 +00:00
Shalin Shekhar Mangar 31db352414 SOLR-8428: Remove unused imports including an internal Java8 class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721194 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 15:34:11 +00:00
Joel Bernstein 413c0b91bb SOLR-8433: Adding logging for HttpClientConfigurer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721176 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 15:01:33 +00:00
Christine Poerschke c4db8d57a4 SOLR-8317: use responseHeader and response accessors to SolrQueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721170 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 14:39:21 +00:00
Mark Robert Miller a38a69a979 SOLR-8371: The Future field should now be a local variable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721158 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 14:00:38 +00:00
Noble Paul 0afacabbcd SOLR-8422: When authentication enabled, requests fail if sent to a node that doesn't host
the collection

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721142 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 12:37:27 +00:00
Noble Paul 7c55b295c3 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721099 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 07:53:16 +00:00
Noble Paul 01a72b3b3f SOLR-8428: RuleBasedAuthorizationPlugin adds an 'all' permission
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721097 13f79535-47bb-0310-9956-ffa450edef68
2015-12-21 07:11:14 +00:00
Joel Bernstein 60a5da24eb SOLR-8443: Change /stream handler http param from stream to expr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720849 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 21:38:17 +00:00
Mark Robert Miller 84005ad61f SOLR-8279: One of two tests was not calling TestInjection#clear after using it. Call clear in the Solr base test class instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720841 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 19:02:30 +00:00
Michael McCandless 5232f791f6 LUCENE-6936: duh, get dimensional value merging working again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720837 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 18:25:32 +00:00
Michael McCandless 602a1f50e7 SOLR-7865: BlendedInfixSuggester was returning more results than requested
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720832 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 18:07:17 +00:00
Yonik Seeley 63e5b30751 SOLR-8230: JSON Facet API: add facet-info to debug when debugQuery=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720823 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 16:44:21 +00:00
Christine Poerschke 6e4bb7c60f SOLR-8317: add responseHeader and response accessors to SolrQueryResponse. TestSolrQueryResponse tests for accessors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720822 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 16:39:35 +00:00
Mark Robert Miller 8416038b6e SOLR-8407: We log an error during normal recovery PeerSync now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720813 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 15:36:09 +00:00
James Dyer 0e0517414c SOLR-8364: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720810 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 15:28:06 +00:00
Michael McCandless d5ebe9cd85 LUCENE-6936: don't try to merge dimentional values that have 0 points/documents (when all docs having dimensional values were deleted)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720798 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 14:24:59 +00:00
Mark Robert Miller 9794ec7705 SOLR-8015: HdfsLock may fail to close a FileSystem instance if it cannot immediately obtain an index lock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720773 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 12:44:36 +00:00
Joel Bernstein a7569ce25b SOLR-8433: Adding logging for schemes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720768 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 12:35:40 +00:00
Noble Paul 4acfcd061a SOLR-8429 precommit error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720732 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 09:13:58 +00:00
Noble Paul eb0ce24e8a SOLR-8434: Add a flag 'blockUnknown' to BasicAuthPlugin to block unauthenticated requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720729 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 08:40:38 +00:00
Mark Robert Miller 29f6dfe7ed SOLR-8371: Try and prevent too many recovery requests from stacking up and clean up some faulty cancel recovery logic.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720718 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 04:01:03 +00:00
David Wayne Smiley 46392dde41 SOLR-8419: TermVectorComponent: fix accidental inclusion of docs when distrib.singlePass. Remove 'uniqueKeyField' from response. distrib now requires a schema unique key.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720714 13f79535-47bb-0310-9956-ffa450edef68
2015-12-18 02:15:56 +00:00
Michael McCandless 3972c0e9eb LUCENE-6922: latest version of svn to git mirror workaround script, from Paul Elschot
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720686 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 22:32:39 +00:00
Joel Bernstein 8eb40736d5 SOLR-8433: Adding logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720673 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 21:45:23 +00:00
James Dyer ade2f7e077 SOLR-4280: Allow specifying "spellcheck.maxResultsForSuggest" as a percentage of filter query results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720636 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 19:40:24 +00:00
Mark Robert Miller d74968d925 SOLR-8279: Do not fail tests due to searcher tracking - just use that for waiting and use ObjectReleaseTracker for the fail since it has more detailed info.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720631 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 19:08:43 +00:00
Mark Robert Miller 8043424046 SOLR-8279: end searcher tracking before object release tracker.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720627 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 18:42:00 +00:00
Mark Robert Miller e2a9b04213 SOLR-8279: Close factories in unrelated test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720624 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 18:21:15 +00:00
Mark Robert Miller fe7ef38b2e SOLR-8279: Add a new test fault injection approach and a new SolrCloud test that stops and starts the cluster while indexing data and with random faults.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720613 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 17:08:10 +00:00
Joel Bernstein bd66345675 SOLR-8433: IterativeMergeStrategy test failures due to SSL errors on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720563 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 14:52:00 +00:00
Noble Paul ed5381fe19 SOLR-8434: Add wildcard support to role, to match any role in RuleBasedAuthorizationPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720550 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 13:49:43 +00:00
Adrien Grand 345050110e LUCENE-6926: Take the match cost into account for MUST_NOT clauses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720544 13f79535-47bb-0310-9956-ffa450edef68
2015-12-17 13:11:00 +00:00
Shalin Shekhar Mangar 180d7828a7 SOLR-8426: Enable /export, /stream and /sql handlers by default and remove them from example configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720468 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 22:10:49 +00:00
Joel Bernstein fae9831060 SOLR-8191: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720461 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 21:45:32 +00:00
Joel Bernstein 352ae7ed5f SOLR-8191: Gaurd against CloudSolrStream close method NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720460 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 21:41:56 +00:00
Joel Bernstein d200689b2b SOLR-6398: Add IterativeMergeStrategy to support running Parallel Iterative Algorithms inside of Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720422 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 19:44:43 +00:00
Shalin Shekhar Mangar 8f9b46d024 SOLR-8427: Remove entry from 5.5 section because this bug exists only in trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720379 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 15:43:39 +00:00
Shalin Shekhar Mangar 4126da0bc9 SOLR-8427: Added entry to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720377 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 15:40:24 +00:00