Robert Muir
|
5ff6d55b77
|
add eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609761 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-11 18:31:09 +00:00 |
Robert Muir
|
17ca5cab58
|
Fix hunspell zero-string overgeneration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609738 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-11 16:29:46 +00:00 |
Robert Muir
|
07385cbc10
|
LUCENE-5817: Fix hunspell zero-affix handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-11 15:04:41 +00:00 |
Robert Muir
|
054a386610
|
make these variables final, maybe to dodge J9 bugs, but more just because they can be
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609598 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-11 00:48:47 +00:00 |
Simon Willnauer
|
173a44e67c
|
LUCENE-5795: MoreLikeThisQuery now only collects the top N terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609474 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 15:15:44 +00:00 |
David Wayne Smiley
|
8f7dc8d07b
|
LUCENE-5714: BBoxStrategy should convert shapes to bounding box on indexing (but not search)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609468 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 14:27:49 +00:00 |
Simon Willnauer
|
8e7ad8727c
|
LUCENE-5812: NRTCachingDirectory now implements Accountable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609459 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 13:55:37 +00:00 |
Robert Muir
|
c41722b75a
|
LUCENE-5809: Simplify ExactPhraseScorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609453 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 12:35:58 +00:00 |
Ryan Ernst
|
e37d59b4c8
|
LUCENE-5806: Extend expression grammar to allow advanced "variables"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609337 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 23:18:58 +00:00 |
David Wayne Smiley
|
4a7b55d258
|
SOLR-6183: bug, BBoxField didn't propagate docValues configuration.
And numberType is now a required attribute.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609291 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 20:31:37 +00:00 |
Simon Willnauer
|
6386b22019
|
LUCENE-5810: remove obsolet methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609281 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 20:07:56 +00:00 |
David Wayne Smiley
|
9b20625f49
|
LUCENE-5714: Enhance TestBBoxStrategy with/without docvalues & indexed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609209 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 15:55:01 +00:00 |
Simon Willnauer
|
130a9ea87d
|
LUCENE-5810: NRTCachingDirectory now implements FilterDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609200 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 15:12:42 +00:00 |
James Dyer
|
4007157b14
|
SOLR-2853: unit test for "spellcheck.maxCollationTries=0"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609171 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 14:22:08 +00:00 |
Michael McCandless
|
524c20b626
|
include META-INF/* when diffing sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 13:14:51 +00:00 |
David Wayne Smiley
|
e8d7bd7bc1
|
LUCENE-5692: remove need for uninversion for RandomSpatialOpFuzzyPrefixTreeTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609139 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 13:00:42 +00:00 |
David Wayne Smiley
|
0705eab7ef
|
LUCENE-5714: TestBBoxStrategy needs to declare docValues requirement
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609134 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 12:37:49 +00:00 |
David Wayne Smiley
|
7cffcc7422
|
SOLR-6183: Spatial BBoxField using BBoxSpatialStrategy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608998 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 03:42:09 +00:00 |
David Wayne Smiley
|
d1d8101289
|
SOLR-6183: AbstractSpatialFieldType: refactor getValueSourceFromSpatialArgs out of getQueryFromSpatialArgs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608991 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 02:24:19 +00:00 |
David Wayne Smiley
|
99f135848a
|
LUCENE-5714: Remove unused private constants in BBoxStrategy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608988 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-09 02:18:59 +00:00 |
David Wayne Smiley
|
72ced061b7
|
LUCENE-5771: SpatialOperation refactoring: (OGC alias names, removed area requirement, fixed overlap definition)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608922 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-08 19:50:22 +00:00 |
David Wayne Smiley
|
7e0aff8dab
|
LUCENE-5714, LUCENE-5779: Enhance BBoxStrategy & Overlap similarity. Configurable docValues / index usage.
Add new ShapeAreaValueSource.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608793 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-08 14:15:35 +00:00 |
Shalin Shekhar Mangar
|
beeeba528f
|
SOLR-6229: Make SuggestComponent return 400 instead of 500 for bad dictionary selected in request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-08 07:29:30 +00:00 |
Steven Rowe
|
954f3dfdc5
|
SOLR-6180: Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608646 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-08 03:20:54 +00:00 |
Chris M. Hostetter
|
474d846bb5
|
LUCENE-5790: Fix compareTo in MutableValueDouble and MutableValueBool, this caused incorrect results when grouping on fields with missing values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608639 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-08 01:23:11 +00:00 |
Shalin Shekhar Mangar
|
e6ce493374
|
Added a null check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608615 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 21:33:38 +00:00 |
Shalin Shekhar Mangar
|
6c0539dd7f
|
SOLR-6228: Make sure that versions are checked after index and config replication is complete
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608601 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 20:37:33 +00:00 |
Shalin Shekhar Mangar
|
cec47f9baf
|
SOLR-5596: Remove initCore call from afterClass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608562 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 19:05:58 +00:00 |
Shalin Shekhar Mangar
|
0f8e3fd973
|
SOLR-5596: Set system property zookeeper.forceSync=no for Solr test cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608555 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 19:01:46 +00:00 |
David Wayne Smiley
|
d76c4cbef0
|
LUCENE-5692: Removed deprecated DisjointSpatialFilter on trunk. Moved CHANGES.txt deprecation note to 4.10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608501 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 15:49:50 +00:00 |
David Wayne Smiley
|
5396b19e2a
|
LUCENE-5692: Deprecate DisjointSpatialFilter; RPT stops using it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608488 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 15:31:03 +00:00 |
Robert Muir
|
685a445a1b
|
LUCENE-5796: Fix Scorer getChildren for two combinations of BooleanQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608454 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 13:17:51 +00:00 |
Shalin Shekhar Mangar
|
b30059948e
|
SOLR-6225: Add the url of the node on which commitWithin failed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608138 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 21:58:20 +00:00 |
Steven Rowe
|
b207188421
|
LUCENE-5770: Upgrade to JFlex 1.6, which has direct support for supplementary code points - as a result, ICU4J is no longer used to generate surrogate pairs to augment JFlex scanner specifications.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608134 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 21:12:09 +00:00 |
Shalin Shekhar Mangar
|
35d479f1b7
|
Increase timeout to 90 seconds to make it pass on slow jenkins machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608127 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 20:21:46 +00:00 |
Uwe Schindler
|
1d2add7a2b
|
The migration guide in Lucene 5 is about migrating Lucene 4->5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608014 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 13:19:12 +00:00 |
Uwe Schindler
|
afe033878a
|
LUCENE-5803: Add more Javadocs to AnalyzerWrapper to encourage people to use DelegatingAnalyzerWrapper (if possible). Add changes entry for Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608005 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 12:19:51 +00:00 |
Uwe Schindler
|
4cdfa19970
|
LUCENE-5803: Add DelegatingAnalyzerWrapper, an optimized variant of AnalyzerWrapper that doesn't allow to wrap components or readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607998 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-05 11:32:31 +00:00 |
Shalin Shekhar Mangar
|
271576ed0f
|
SOLR-6223: SearchComponents may throw NPE when using shards.tolerant and there is a failure in the 'GET_FIELDS/GET_HIGHLIGHTS/GET_DEBUG' phase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607897 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-04 17:54:53 +00:00 |
Shai Erera
|
2cc8facde2
|
LUCENE-5801: rename test vars, class and add missing ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607781 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-04 03:34:20 +00:00 |
Shai Erera
|
f878737c44
|
commit changes after doRandomForceMerge, or otherwise they're lost
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607778 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-04 03:23:05 +00:00 |
Shalin Shekhar Mangar
|
006bee46c8
|
Removing the sha1 files for dependencies that have already been removed from source
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 14:47:31 +00:00 |
Shalin Shekhar Mangar
|
401f652f6c
|
Adding svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607627 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 12:56:47 +00:00 |
Robert Muir
|
bb08141409
|
LUCENE-5793: add equals/hashCode to FieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607595 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 12:03:14 +00:00 |
Noble Paul
|
2f28cc16e0
|
reverting SOLR-5473 , SOLR-5474
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607587 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 11:13:35 +00:00 |
Shai Erera
|
3b6e78cf3b
|
LUCENE-5801: move test under correct package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607585 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 10:58:27 +00:00 |
Shai Erera
|
a7eee727cf
|
LUCENE-5801: add back OrdinalMappingAtomicReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607582 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 10:49:39 +00:00 |
Uwe Schindler
|
3a7ae7ee18
|
Add missing EOL-Style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607566 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 08:59:56 +00:00 |
Shalin Shekhar Mangar
|
5a8f1e6bfc
|
Adding eol-style to _rest_managed.json
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607534 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 05:34:07 +00:00 |
Steven Rowe
|
6eff0b071f
|
LUCENE-5757: Maven build: forbidden-apis should no longer use the rue.txt signature file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607522 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 03:52:55 +00:00 |