Noble Paul
|
6c0846107a
|
SOLR-8726 : typo in file name
|
2016-02-26 15:43:51 +05:30 |
Mike McCandless
|
3c1b309d2d
|
fix a few plases in CheckIndex to not try to call BytesRefBuilder.toString (it hits an UnsupportedOperationException)
|
2016-02-26 04:27:28 -05:00 |
Jan Høydahl
|
9bb9b7900f
|
SOLR-8737: Managed synonym lists do not include the original term in the expand
|
2016-02-26 01:26:30 +01:00 |
Robert Muir
|
d21fe2e34a
|
Add missing bounds check to PointRangeQuery for inclusive arrays.
Otherwise you may or may not get a strange exception.
|
2016-02-25 14:03:55 -05:00 |
Mike McCandless
|
b9d46e4fd6
|
LUCENE-7048: add changes entry
|
2016-02-25 13:11:14 -05:00 |
Mike McCandless
|
446ce8604e
|
LUCENE-7048: add XXXPoint.newSetQuery to match documents with any values from the specified set (this is the analog of TermsQuery, for points)
Merge branch 'point_set_query'
|
2016-02-25 13:08:35 -05:00 |
Mike McCandless
|
7e1fbdf31a
|
fix compilation errors
|
2016-02-25 05:51:18 -05:00 |
Mike McCandless
|
a1f5269280
|
get multi-dim point-in-set testcase working; add explicit tests for 'no points queried' cases; fix last nocommits
|
2016-02-25 05:21:08 -05:00 |
Robert Muir
|
e901c61973
|
javadocs
|
2016-02-25 04:34:59 -05:00 |
Gregory Chanan
|
de119f0b5d
|
SOLR-8735: Fix CheckHdfsIndexTest test failure
|
2016-02-25 00:18:22 -08:00 |
Tomas Fernandez Lobbe
|
730d10f145
|
SOLR-8420: Fix long overflow in sumOfSquares for Date statistics
Casted operations to double. Changed the test to support a percentage error given the FUZZY flag in doubles
|
2016-02-24 19:02:17 -08:00 |
Mike McCandless
|
41a336f1e5
|
add BinaryPoint.newSetQuery
|
2016-02-24 17:45:56 -05:00 |
Mike McCandless
|
c056f4b388
|
improve tests; fix a couple nocommits
|
2016-02-24 16:59:01 -05:00 |
Mike McCandless
|
ae70920378
|
add BigIntegerPoint.newSetQuery; fix Float/DoublePoint to encode/decode correctly
|
2016-02-24 16:39:13 -05:00 |
Mike McCandless
|
1c3d52d6b5
|
Merge branch 'master' into point_set_query
|
2016-02-24 15:38:40 -05:00 |
Mike McCandless
|
1fb9de8da5
|
add InetAddressPoint.newSetQuery
|
2016-02-24 15:38:22 -05:00 |
Mike McCandless
|
dc95d5248a
|
LUCENE-7047: improve Geo3DPoint, core XXXPoint.toString
|
2016-02-24 11:13:01 -05:00 |
Mike McCandless
|
dfbcbf96cd
|
Merge branch 'master' into point_set_query
Conflicts:
lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
|
2016-02-24 08:48:48 -05:00 |
Mike McCandless
|
30fcafdfd9
|
add newSetQuery to DoublePoint and FloatPoint
|
2016-02-24 08:48:10 -05:00 |
Robert Muir
|
77e62276f9
|
LUCENE-7046: Remove PointInRectQuery, instead using 2-D PointRangeQuery for LatLonPoint
|
2016-02-24 08:31:45 -05:00 |
Mike McCandless
|
8abd5a415b
|
fix test bug: let BKD use enough heap in this test
|
2016-02-24 07:52:22 -05:00 |
Noble Paul
|
405e084a6c
|
SOLR-7362: enabling more logs
|
2016-02-24 15:53:11 +05:30 |
Mike McCandless
|
79c8bce1af
|
add LongPoint.newSetQuery; improve PointInSetQuery.toString
|
2016-02-24 04:50:37 -05:00 |
Noble Paul
|
bba7b82ab9
|
Merge remote-tracking branch 'origin/master'
|
2016-02-24 14:59:42 +05:30 |
Noble Paul
|
d77cd3287d
|
SOLR-872: move the embedded xml for schema and solconfig for .system collection to individual files
|
2016-02-24 14:59:07 +05:30 |
Dawid Weiss
|
4c9dca8d90
|
SOLR-8711: follow-up removal of dependencies no longer used. (applying
again, with changes to the sources).
This reverts commit 594fb908f6 .
|
2016-02-24 09:27:06 +01:00 |
Dawid Weiss
|
594fb908f6
|
Revert "SOLR-8711: follow-up removal of dependencies no longer used."
This reverts commit a77d67a926 .
|
2016-02-24 09:08:18 +01:00 |
Mike McCandless
|
3f5ed6eb67
|
address some nocommits; add randomized test for 1D ints
|
2016-02-23 18:41:03 -05:00 |
Mike McCandless
|
01afea60d6
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-02-23 17:39:15 -05:00 |
Mike McCandless
|
e4a196265b
|
use more than one thread for this test
|
2016-02-23 17:39:08 -05:00 |
Mike McCandless
|
8d88bb7a13
|
remove debug print
|
2016-02-23 17:19:11 -05:00 |
Mike McCandless
|
8a4c19777e
|
Merge branch 'master' into point_set_query
Conflicts:
lucene/core/src/java/org/apache/lucene/document/IntPoint.java
|
2016-02-23 17:15:20 -05:00 |
Mike McCandless
|
1654818e98
|
more tests; move factory method to IntPoint
|
2016-02-23 17:12:50 -05:00 |
Robert Muir
|
099e031139
|
LUCENE-7045: remove all encode/decode hooks from PointRangeQuery
|
2016-02-23 17:03:55 -05:00 |
Mike McCandless
|
96ed42bb13
|
factor out some private helper classes
|
2016-02-23 16:48:35 -05:00 |
Mike McCandless
|
013abeaa5b
|
a rough start
|
2016-02-23 16:34:39 -05:00 |
markrmiller
|
18bb8caede
|
SOLR-8720: ZkController#publishAndWaitForDownStates should use #publishNodeAsDown.
|
2016-02-23 14:51:01 -05:00 |
markrmiller
|
8ac4fdd6bb
|
SOLR-8696: Start the Overseer before actions that need the overseer on init and when reconnecting after zk expiration and improve init logic.
|
2016-02-23 13:59:04 -05:00 |
markrmiller
|
7d32456efa
|
SOLR-8497: Merge indexes should mark it's directories as done rather than keep them around in the directory cache.
|
2016-02-23 13:15:01 -05:00 |
Robert Muir
|
54216c6f65
|
LUCENE-7043: Add BigIntegerPoint and InetAddressPoint to sandbox.
|
2016-02-23 07:24:38 -05:00 |
Noble Paul
|
9ce2d0d25d
|
SOLR-8698: params.json can now have appends and invariants as well. 'useParams' specified in the requestHandler is always applied
|
2016-02-23 17:40:49 +05:30 |
Noble Paul
|
a33236aa02
|
Merge remote-tracking branch 'origin/master'
|
2016-02-23 16:15:28 +05:30 |
Noble Paul
|
4d9d0c0011
|
SOLR-8719 renamed classes to make their usage generic
|
2016-02-23 16:14:49 +05:30 |
Dawid Weiss
|
a77d67a926
|
SOLR-8711: follow-up removal of dependencies no longer used.
|
2016-02-23 10:49:23 +01:00 |
Noble Paul
|
cf96432630
|
SOLR-8522: Make it possible to use ip fragments in replica placement rules , such as ip_1, ip_2 etc
|
2016-02-23 13:31:08 +05:30 |
Noble Paul
|
e069d31086
|
SOLR-7362
|
2016-02-23 11:21:59 +05:30 |
Dennis Gove
|
a7a6663720
|
SOLR-8718: Corrects location for note for SOLR-8666 in solr/CHANGES.txt
|
2016-02-22 20:39:35 -05:00 |
Noble Paul
|
982654b795
|
Merge remote-tracking branch 'origin/master'
|
2016-02-23 06:32:33 +05:30 |
Noble Paul
|
eb1f8e2409
|
SOLR-8377 removed an unnecessary for loop
|
2016-02-23 06:12:33 +05:30 |
Robert Muir
|
9ca1a19b81
|
LUCENE-7042: more cleanup for Point encodings
|
2016-02-22 19:32:52 -05:00 |