Robert Muir
|
b3ee746a8b
|
LUCENE-7099: add newDistanceSort to sandbox LatLonPoint
|
2016-03-11 19:29:22 -05:00 |
Mike McCandless
|
684b222221
|
Replace O(N^2) cost bitset clearing with O(N)
|
2016-03-11 18:43:34 -05:00 |
jbernste
|
007d41c9f5
|
SOLR-8832: Faulty DaemonStream shutdown procedures
|
2016-03-11 15:35:51 -05:00 |
yonik
|
50c413e865
|
SOLR-8831: allow _version_ field to be retrievable via docValues
|
2016-03-11 14:10:37 -05:00 |
Upayavira
|
fe21f7a4c3
|
SOLR-8730: Fix highlighting in new UI query pane
|
2016-03-11 13:26:01 +00:00 |
Mike McCandless
|
1e05d3be76
|
fix int overflow bug in BKDWriter that prevented it from indexing > 2.1B points; try to improve runtime of Test2BPoints
|
2016-03-11 06:48:30 -05:00 |
Mike McCandless
|
fafbb2b6c7
|
remove dead code
|
2016-03-11 05:34:19 -05:00 |
Mike McCandless
|
af34993843
|
remove TODO that was in fact done
|
2016-03-11 04:54:01 -05:00 |
Mike McCandless
|
1a233d83de
|
test bug: close the right reader (the one we passed to newSearcher)
|
2016-03-11 04:53:43 -05:00 |
Varun Thacker
|
343d9c6fa4
|
SOLR-8804: Fix a race condition in the ClusterStatus API call
|
2016-03-11 14:02:06 +05:30 |
anshum
|
b0caca3b60
|
SOLR-8765: Fix CollectionAdminRequest.SplitShard to accept requests without the 'shard' parameter
|
2016-03-10 16:49:02 -08:00 |
anshum
|
209f5c2946
|
SOLR-8790: Add the node name to core responses in calls from the Overseer
|
2016-03-10 16:20:44 -08:00 |
Upayavira
|
937a41489f
|
SOLR-7858 - update links between new/old UIs for 6.x release
|
2016-03-10 23:48:48 +00:00 |
Mike McCandless
|
859ad950cc
|
fix rare-ish test bug
|
2016-03-10 16:34:04 -05:00 |
Mike McCandless
|
7523ca1162
|
LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points
Squashed commits:
commit e26b065c71388407bc6725256ca43d7bb30dee29
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:16:45 2016 -0500
simplify the checking for incoming points
commit b7254376dcb398c7739aab4544118bb4526961d5
Merge: 8ec82a0 d35d569
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:05:24 2016 -0500
Merge branch 'master' into slow_wrapper
Conflicts:
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java
commit 8ec82a0d9a0dd946d96da20962bb2ea95758edbe
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 13:56:25 2016 -0500
LUCENE-7086: move SlowCompositeReaderWrapper to misc module
|
2016-03-10 16:08:59 -05:00 |
Noble Paul
|
8cc978b53b
|
SOLR-8135: SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure
|
2016-03-11 00:49:49 +05:30 |
Robert Muir
|
d35d5694d8
|
LUCENE-7090, LUCENE-7075: deprecate single-valued LegacyNumerics fieldcaching, provide Points-based replacement.
|
2016-03-10 08:29:56 -05:00 |
Martijn van Groningen
|
0b8b16f9f2
|
LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable<? extends IndexableField>' as document instead of 'Document'
|
2016-03-10 14:05:54 +01:00 |
Shalin Shekhar Mangar
|
66cd070d7a
|
Fix javadocs for ClusterState.getCollectionOrNull
|
2016-03-10 18:16:43 +05:30 |
Robert Muir
|
162636bf05
|
LUCENE-7081: prefix-compress compressible fixed-width data (like InetAddress/BigInteger)
|
2016-03-10 07:25:48 -05:00 |
Robert Muir
|
89cc676f2b
|
LUCENE-7089, LUCENE-7075: add points to flexible queryparser to replace legacy numerics support
|
2016-03-09 21:06:41 -05:00 |
Alan Woodward
|
f24810bdf1
|
SOLR-8765: Throw SolrException rather than IAE on name validation
|
2016-03-09 21:15:58 +00:00 |
Erick Erickson
|
540e8010c3
|
SOLR-8813: Add test for MultiValued fields being returned in the correct order
|
2016-03-09 11:40:44 -08:00 |
Mike McCandless
|
dee8b5e40a
|
don't use slow composite wrapper in these tests
|
2016-03-09 14:11:04 -05:00 |
Alan Woodward
|
4015f12ff1
|
SOLR-8765: Set parameters correctly in async shard requests
|
2016-03-09 17:38:38 +00:00 |
Robert Muir
|
a7ff1c8d3e
|
LUCENE-7076: improve deprecation message for LegacyNumericRangeQuery
|
2016-03-09 12:16:59 -05:00 |
Robert Muir
|
58623e00cc
|
LUCENE-7079: add newSetQuery(String, Collection) to primitive Point types
|
2016-03-09 11:25:37 -05:00 |
Mike McCandless
|
dacbf333e4
|
CheckIndex failed to say it was checking points
|
2016-03-09 11:03:37 -05:00 |
Christine Poerschke
|
f1ad769666
|
LUCENE-7084: fail precommit on comparingIdentical. also replaces one assert in the SingletonSortedSetDocValues constructor with equivalent test (TestSortedSetDocValues.testNoMoreOrdsConstant).
|
2016-03-09 16:00:15 +00:00 |
Robert Muir
|
116ece2fe4
|
LUCENE-7088, LUCENE-7075: Add PointRangeQueryBuilder to xml-queryparser to replace LegacyNumericRangeQueryBuilder
|
2016-03-09 10:07:33 -05:00 |
Mike McCandless
|
770e508fd3
|
LUCENE-7085: PointRangeQuery.equals sometimes returns false even if queries were in fact equal
|
2016-03-09 10:07:15 -05:00 |
Mike McCandless
|
004e83bb6c
|
add 2B point test
|
2016-03-09 09:30:22 -05:00 |
Alan Woodward
|
55c595a9dc
|
SOLR-8765: Enforce required parameters in SolrJ Collections API
|
2016-03-09 12:51:05 +00:00 |
Simon Willnauer
|
588aeeaab7
|
LUCENE-7080: Sort files to corrupt to prevent HashSet iteration order issues across JVMs
|
2016-03-09 10:56:13 +01:00 |
Mike McCandless
|
12f7ad6696
|
remove troublesome float tests since facets only actually expose doubles
|
2016-03-08 17:30:30 -05:00 |
Mike McCandless
|
a6c8ccbc99
|
fix random float test to do the +/- 1 ulp in float space
|
2016-03-08 17:22:31 -05:00 |
Mike McCandless
|
d776f7b6bd
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-03-08 15:22:13 -05:00 |
jbernste
|
02523d5b6d
|
SOLR-8799: Update CHANGES.txt
|
2016-03-08 15:25:52 -05:00 |
jbernste
|
56ad6e5d8a
|
SOLR-8799: Improve error message when tuple can't be read by SolrJ JDBC
|
2016-03-08 15:22:42 -05:00 |
Mike McCandless
|
62b3aaa526
|
improve testing for sparse points
|
2016-03-08 15:21:37 -05:00 |
Shai Erera
|
4384627f08
|
SOLR-8793: Fix stale commit files' size computation in LukeRequestHandler
|
2016-03-08 22:13:21 +02:00 |
David Smiley
|
e490b329b3
|
SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
|
2016-03-08 14:36:04 -05:00 |
Mike McCandless
|
e3fcbfe7ce
|
don't use slow composite reader in this test
|
2016-03-08 13:34:08 -05:00 |
Mike McCandless
|
2cac33a5ce
|
LUCENE-7083: default points merge logic should not ask a reader to merge points on a field that doesn't exist in that segment
|
2016-03-08 13:28:28 -05:00 |
David Smiley
|
9393a3190c
|
LUCENE-6952: Make most Filter* classes abstract.
|
2016-03-08 12:36:46 -05:00 |
Robert Muir
|
f9fbf8bc1d
|
LUCENE-7075: clean up LegacyNumerics* usage in queries/ tests
|
2016-03-08 11:17:12 -05:00 |
Robert Muir
|
75f18ad404
|
LUCENE-7075: clean up LegacyNumeric* in .document javadocs
|
2016-03-08 10:55:13 -05:00 |
Varun Thacker
|
dcb7a882b6
|
SOLR-8766: Remove support for admin/gettableFiles as well
|
2016-03-08 19:32:10 +05:30 |
Robert Muir
|
4cc9ad44df
|
LUCENE-7075: remove legacy numericutils usage from test.
|
2016-03-08 08:41:24 -05:00 |
Noble Paul
|
dd1dd46b8e
|
Merge remote-tracking branch 'origin/master'
|
2016-03-08 18:54:20 +05:30 |