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
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