Commit Graph

26808 Commits

Author SHA1 Message Date
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
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
Kevin Risden 483bfa6423 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-13 14:35:53 -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
Kevin Risden 737194712f Merge branch 'apache-https-master' into jira/solr-8593 2017-01-12 11:51:04 -05: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
Andrzej Bialecki 98422e0dc0 SOLR-9950 Check the difference in counts - meter may not be zero at this point. 2017-01-10 11:44:16 +01:00
Noble Paul 2048b82443 * SOLR-9886: Add a 'enable' flag to caches to enable/disable them 2017-01-10 21:05:38 +10:30
anshum 2b4e3dd941 SOLR-9644: Fixed SimpleMLTQParser and CloudMLTQParser to handle boosts properly and CloudMLTQParser to only extract actual values from IndexableField type fields to the filtered document. 2017-01-09 13:06:24 -08:00
Andrzej Bialecki b8383db06e SOLR-9856 Collect metrics for shard replication and tlog replay on replicas. 2017-01-09 21:00:00 +01:00
Chris Hostetter 1d7379b680 SOLR-9934: SolrTestCase.clearIndex has been improved to take advantage of low level test specific logic that clears the index metadata more completely then a normal *:* DBQ can due to update versioning 2017-01-09 09:54:56 -07:00
Alan Woodward 17cd0f00cc LUCENE-7624: Remove deprecated TermsQuery 2017-01-09 15:33:07 +00:00
Alan Woodward 22940f5c49 LUCENE-7624: Move TermsQuery into core as TermInSetQuery 2017-01-09 14:25:05 +00:00
Christine Poerschke 5e9f9279cc SOLR-9932: add TestSolrCoreParser class 2017-01-09 13:05:43 +00:00
Mike McCandless d7beb0f147 improve exception message 2017-01-09 05:48:54 -05:00
Andrzej Bialecki b9827bcba9 SOLR-9854 Relax test assertions. 2017-01-09 11:16:40 +01:00
Ishan Chattopadhyaya b017731203 SOLR-9777: IndexFingerprinting should use getCombinedCoreAndDeletesKey() instead of getCoreCacheKey() for per-segment caching 2017-01-09 08:33:06 +05:30
Alan Woodward 322ad88960 LUCENE-7611: Remove queries javadoc link from suggester help page 2017-01-08 20:07:30 +00:00
markrmiller 8bc151d1c6 SOLR-9902: Fix move impl. 2017-01-08 10:22:55 -05:00