Commit Graph

26793 Commits

Author SHA1 Message Date
Chris Hostetter b0db06bad5 SOLR-10013: Fix DV range query bug introduced by LUCENE-7643 by disabling and optimization (LUCENE-7649 to track re-enabling or removing completely) 2017-01-20 13:27:09 -07:00
Ishan Chattopadhyaya 69055aa4a8 SOLR-9996: Unstored IntPointField returns Long type 2017-01-20 19:08:05 +05:30
Adrien Grand f57e0177ff LUCENE-7643: Fix leftover. 2017-01-20 13:47:29 +01:00
Adrien Grand 71ca2a84ba LUCENE-7643: Move IndexOrDocValuesQuery to core. 2017-01-20 13:42:31 +01:00
Adrien Grand a2131a9e1e LUCENE-7640: Fix test bug. 2017-01-19 20:02:18 +01:00
Alan Woodward eba9390965 SOLR-10001: Fix overseer-roles test bug 2017-01-19 17:46:03 +00:00
Adrien Grand a14d79366f LUCENE-7645: Use JDK's Arrays.binarySearch in BaseCharFilter. 2017-01-19 11:27:24 +01:00
Adrien Grand 85a05b546b LUCENE-7640: Fix test. 2017-01-19 09:54:50 +01:00
Adrien Grand e8fa59904c LUCENE-7055: Make sure to use the same reader to create the weight and pull the scorers. 2017-01-19 09:30:34 +01:00
markrmiller 075aec91cd SOLR-9885: Allow pre-startup Solr log management in Solr bin scripts to be disabled. 2017-01-19 03:07:09 -05:00
Ishan Chattopadhyaya bb35732eef SOLR-9984: Remove GenericHadoopAuthPlugin (HadoopAuthPlugin is there) 2017-01-19 10:02:13 +05:30
Ishan Chattopadhyaya 1a05d6f4f1 SOLR-9984: Deprecate GenericHadoopAuthPlugin in favor of HadoopAuthPlugin 2017-01-19 09:35:59 +05:30
markrmiller 9f58b6cd17 SOLR-9926: Allow passing arbitrary java system properties to zkcli. 2017-01-18 21:23:36 -05:00
Tomas Fernandez Lobbe 57934ba448 SOLR-8396: Add support for PointFields in Solr 2017-01-18 17:27:21 -08:00
markrmiller a89560bb72 SOLR-9836: Add ability to recover from leader when index corruption is detected on SolrCore creation. 2017-01-18 19:45:22 -05:00
Tomas Fernandez Lobbe a37bfa75a0 SOLR-9980: Expose configVersion in core admin status 2017-01-18 15:01:27 -08:00
Steve Rowe 85061e39e0 Fix changes entry formatting (sub-bullets wrongly promoted to top level items); don't interpret parenthesized text starting with 'e.g.' as an attribution. 2017-01-18 15:21:23 -05:00
Alan Woodward 8c2ef3bc7f LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException
This allos us to also remove the throws clause on SortField.getComparator(),
TopDocs.merge() and various Collector constructors
2017-01-18 19:17:19 +00:00
Tomas Fernandez Lobbe 68d246df00 SOLR-9979: Macro expansion should not be done in shard requests 2017-01-18 10:53:02 -08:00
Mike McCandless 57626c9a99 WordDelimiterGraphFilter can't correct offsets if a CharFilter had changed them 2017-01-18 11:04:01 -05:00
Adrien Grand 188a19e67e LUCENE-7640: Fix test bug. 2017-01-18 16:59:26 +01:00
Kevin Risden db6a3393a9 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-18 10:45:57 -05:00
Adrien Grand 71aa463d4b LUCENE-7640: Speed up PointValues#estimatePointCount with Relation.CELL_INSIDE_QUERY. 2017-01-18 15:07:06 +01:00
Adrien Grand 3404677e57 LUCENE-7641: Speed up range queries that match most documents. 2017-01-18 13:48:27 +01:00
Chris Hostetter 9ee48aa857 SOLR-9977: Fix config bug in DistribDocExpirationUpdateProcessorTest that allowed false assumptions about when index version changes 2017-01-17 17:32:42 -07:00
Mike McCandless 0bdcfc291f LUCENE-7619: don't let offsets go backwards 2017-01-17 17:57:11 -05:00
Chris Hostetter 39eec660ca SOLR-9976: Fix init bug in SegmentsInfoRequestHandlerTest 2017-01-17 14:42:41 -07:00
Christine Poerschke e816fbe233 SOLR-9975: add SpellCheckComponentTest.testCollateExtendedResultsWithJsonNl method 2017-01-17 15:55:51 +00:00
Mike McCandless 637915b890 LUCENE-7619: add WordDelimiterGraphFilter (replacing WordDelimiterFilter) to produce a correct token stream graph when splitting words 2017-01-17 10:38:07 -05:00
yonik 7d7e5d2246 SOLR-9786: additional test related to TermInSetQuery now requiring all terms in same field 2017-01-17 10:20:02 -05:00
Jim Ferenczi 1acd2ee2bb Various fixes and updates for index sorting on flush
* IndexWriter.validateIndexSort now throws a CorruptIndexException if a segment created by version >= 6.5.0 is not sorted (already applied in branch_6x)
* Removes unneeded check in AssertingLiveDocsFormat (already applied in branch_6x)
* Removes try/finally block when stored fields consumer finishes (already applied in branch_6x).
2017-01-17 14:22:47 +01:00
David Smiley ed513fdee7 SOLR-9935: UnifiedHighlighter, when hl.fragsize=0 don't do fragmenting 2017-01-17 08:07:51 -05:00
Adrien Grand 43874fc5b5 LUCENE-7637: Require that all terms of a TermsQuery come from the same field. 2017-01-17 08:51:58 +01:00
Adrien Grand 86233cb95d LUCENE-7055: Add ScorerProvider to get an estimation of the cost of scorers before building them. 2017-01-17 08:51:58 +01:00
Ishan Chattopadhyaya 38af094d17 SOLR-9941: Moving changelog entry from 7.0.0 to 6.5.0 2017-01-17 03:12:07 +05:30
Kevin Risden 292e518878 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-16 16:07:54 -05:00
Christine Poerschke 205f9cc59e Merge the two problem sections in org.eclipse.jdt.core.prefs settings. 2017-01-16 18:42:07 +00:00
Christine Poerschke 230190065c Remove four unnecessary @Override annotations in SolrQueryBuilder (test) classes. 2017-01-16 18:14:36 +00:00
Christine Poerschke 649c58de02 Remove unnecessary @Override annotation in CoreParser.java class. 2017-01-16 15:29:30 +00:00
Alan Woodward efc7ee0f0c SOLR-9906: Fix dodgy test check 2017-01-16 15:24:02 +00:00
Alan Woodward 478de2a59a Fix precommit 2017-01-16 11:42:36 +00:00
Alan Woodward fc2e0fd133 LUCENE-7623: Add FunctionMatchQuery and FunctionScoreQuery 2017-01-16 11:15:33 +00:00
Uwe Schindler ceaeb42a1f Add 6.5 version also in trunk; sync up CHANGES.txt 2017-01-16 11:50:28 +01:00
Uwe Schindler c64a01158e LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads and preserve all attributes
[merge branch 'edgepayloads' from Nathan Gass https://github.com/xabbu42/lucene-solr]

Signed-off-by: Uwe Schindler <uschindler@apache.org>
2017-01-16 11:16:43 +01:00
Alan Woodward 9aa78dcca3 Revert "Add getMatchingChildren() method to Scorer"
This reverts commit 9403372fbc.
2017-01-15 10:18:20 +00:00
Uwe Schindler 27ec40d3f5 SOLR-9893: For full Java 9 compatibility also update to latest Objenesis 2.5 (this allows mocking frameworks to instantiate objects without a ctor) 2017-01-15 10:07:22 +01:00
Uwe Schindler 60d4a554ec Fix compile warning in Lucene Core; make Eclipse happy by moving Java-1-like-side-by-side class to separate file 2017-01-14 19:46:59 +01:00
Uwe Schindler 4eafdb337a SOLR-9893: Update Mockito to version 2.6.2 for Java 9 support. Disable all legacy EasyMock tests when running on Java 9 until they were migrated to Mockito 2017-01-14 12:43:24 +01:00
Mike McCandless e2c41af501 LUCENE-7626: I forgot to close the reader in this test 2017-01-14 06:21:01 -05:00
Alan Woodward 9403372fbc Add getMatchingChildren() method to Scorer 2017-01-14 10:28:51 +00:00