Commit Graph

26660 Commits

Author SHA1 Message Date
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
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
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
Alan Woodward 8fa0a8dd1e LUCENE-7627: Add #intersect(CompiledAutomaton) to Sorted*DocValues 2017-01-14 09:40:19 +00:00
Andrzej Bialecki 53d5af17da SOLR-9960 MetricsHandler should support multiple prefixes. 2017-01-14 09:52:15 +01:00
Mike McCandless 64b86331c2 LUCENE-7626: IndexWriter no longer accepts broken offsets 2017-01-13 17:46:02 -05:00
Uwe Schindler 5b3565ed7e LUCENE-7596: Update Groovy to version 2.4.8 to allow building with Java 9 build 148+. Also update JGit version for working-copy checks. 2017-01-13 20:20:31 +01:00
Nathan Gass ea049b96a2 also copy all attributes for ngram token filters 2017-01-13 17:07:23 +01:00
Nathan Gass 80e2854247 add comment and test for ngram token filter 2017-01-13 16:42:41 +01:00
Nathan Gass 01f2a87c67 use captureState and restoreState instead of cloneAttributes 2017-01-13 15:54:07 +01:00
Nathan Gass 6570e6ecc2 copy all attributes including payload to new tokens 2017-01-13 12:14:27 +01:00
Nathan Gass 61e4528306 add test that EdgeNGram filter keeps payloads 2017-01-13 12:14:26 +01:00
Christine Poerschke 987e2650b5 SOLR-8542: changed Solr Reference Guide section references from "Result Reranking" to "Learning To Rank"
(Also added bullet points for the solr/contrib/ltr/README links.)
2017-01-12 17:56:18 +00:00
Shalin Shekhar Mangar dee7709dd8 SOLR-9947: Fix CloudSolrClientTest.testNonRetryableRequests failure 2017-01-12 20:49:38 +05:30
Andrzej Bialecki 6c6c077435 SOLR-9947 Clean up metrics and SolrInfoMBean categories. Add a hierarhical view of
SolrInfoMBeans in JMX.
2017-01-12 13:14:12 +01:00
Shalin Shekhar Mangar d2664b1004 SOLR-9948: Add a way to configure granularity of metrics for http connections 2017-01-12 13:00:00 +05:30
David Smiley 7435ab1878 LUCENE-7559: UH: Also expose OffsetsEnum, and test it's exposure 2017-01-12 00:29:17 -05:00
Ishan Chattopadhyaya 04f45aab76 SOLR-9941: Clear deletes lists before log replay 2017-01-11 21:51:04 +05:30
Shalin Shekhar Mangar 2437204730 SOLR-9918: Remove unused import to make precommit happy 2017-01-11 12:20:42 +05:30
koji d66bfba5dc SOLR-9918: Add SkipExistingDocumentsProcessor that skips duplicate inserts and ignores updates to missing docs 2017-01-11 11:48:33 +09:00
Timothy Potter 118fc422d0 SOLR-9954: Prevent against failure during failed snapshot cleanup from swallowing the actual cause for the snapshot to fail. 2017-01-10 18:35:19 -07:00
Jan Høydahl f99c967632 SOLR-9584: Support Solr being proxied with another endpoint than default /solr
This closes #86 - see original commit e0b4caccd3
2017-01-10 14:32:38 +01:00
Yun Jie Zhou e0b4caccd3 use relative URL path instead of absolute path starting from /solr 2017-01-10 14:18:31 +01:00