Mike McCandless
5b3e07a98a
BKDWriter: also fix split to read ord after docID
2016-03-24 11:22:03 -04:00
Mike McCandless
f859bab35f
simplify BKDWriter's comparator tie break for its temp files; add test case verifying tie break by docID
2016-03-24 10:02:48 -04:00
Mike McCandless
5174c4934c
fix test bug: pass the correct point count when creating BKDWriter
2016-03-24 05:13:59 -04:00
yonik
cb41903039
LUCENE-7119: allow bypass of docvalues check in DocTermOrds
2016-03-23 23:04:50 -04:00
yonik
e136d10817
Fix StrField.toObject and toExternal to work with docValue IndexableField instances, optimize createFields
2016-03-23 20:43:55 -04:00
Kevin Risden
a0da40204a
SOLR-8810: Implement Connection.setReadOnly, Statement.set/getFetchSize, ResultSet.getType
2016-03-23 17:28:59 -05:00
Mike McCandless
97b6270337
LUCENE-7133: check field name in equals/hashCode for point queries
2016-03-23 17:12:14 -04:00
Kevin Risden
dbee659174
SOLR-8819: Implement DatabaseMetaDataImpl getTables() and fix getSchemas(). (Trey Cahill, Joel Bernstein, Kevin Risden)
2016-03-23 15:49:21 -05:00
Kevin Risden
a0609e9cfb
Remove mistakenly added files
2016-03-23 15:45:53 -05:00
Kevin Risden
3a548e38e4
Add override on bintray upload
2016-03-23 13:05:52 -05:00
Kevin Risden
ae7fefd73a
Exclude master from .travis.yml
2016-03-23 13:05:52 -05:00
Kevin Risden
395672905d
Fix bintray deploy key
2016-03-23 13:05:52 -05:00
Kevin Risden
984b531b86
Added python3 requirement
2016-03-23 13:05:52 -05:00
Kevin Risden
699e6f8924
Add JVM settings for ant
2016-03-23 13:05:52 -05:00
Kevin Risden
fbb4344eb6
Added precommit and deploy for .travis.yml
2016-03-23 13:05:52 -05:00
Kevin Risden
934d4bebfc
Added .travis.yml
2016-03-23 13:05:52 -05:00
yonik
ced7570e2c
SOLR-8886: fix TrieField.toObject(IndexableField) for docValues
2016-03-23 11:56:17 -04:00
Mike McCandless
390166fa25
disable query cache when this test uses threads, so seeds reliably reproduce
2016-03-23 06:21:09 -04:00
Mike McCandless
6a5e935aa6
GeoPointField now validates incoming lat/lon
2016-03-23 04:42:15 -04:00
markrmiller
574da7667f
SOLR-8856: Do not cache merge or 'read once' contexts in the hdfs block cache.
2016-03-22 23:05:13 -04:00
Mike McCandless
99c3bb2371
LUCENE-7128: fix a few more lon/lat places; remove more dead code
2016-03-22 18:21:24 -04:00
Robert Muir
5385c8d92f
LUCENE-7130: fold optimizations from LatLonPoint to GeoPointField
2016-03-22 17:47:09 -04:00
Robert Muir
1e5f74a02b
LUCENE-7127: remove epsilon-based testing from lucene/spatial, fix distance bugs.
2016-03-22 16:54:08 -04:00
markrmiller
9aeb745a7d
SOLR-8855: The HDFS BlockDirectory should not clean up it's cache on shutdown.
2016-03-22 16:09:56 -04:00
Mike McCandless
275a259b1f
LUCENE-7128: clean up new geo APIs to consistently take lat before lon, make methods private when possible, use lat/lon instead of y/x naming, remove unused code
2016-03-22 11:52:26 -04:00
Mike McCandless
6a474df367
remove unnecessary confusing parameters
2016-03-22 11:35:02 -04:00
Robert Muir
ca3cad194b
Separate simple tests from random tests, separate tests for different encodings.
...
We can simplify the random tests to be easier to debug (like sandbox latlonpoint), but first
we need to ensure that no coverage is lost: otherwise we might weaken tests with quantization.
2016-03-21 23:44:10 -04:00
jbernste
42262e6768
SOLR-8882: Wait for checkpoint in DaemonStream, TopicStream testcase
2016-03-21 23:38:45 -04:00
Robert Muir
4d0aa7709a
move tests from sandbox/ to spatial/ since they test GeoUtils methods (now with no unwanted quantization)
2016-03-21 23:09:49 -04:00
Robert Muir
69da13ff6f
LUCENE-7125: remove additional confusion (we already quantize once, don't do it again).
2016-03-21 22:47:31 -04:00
Robert Muir
d74572ac9c
LUCENE-7125: remove BKD_TOLERANCE from LatLonPoint polygon tests
2016-03-21 22:01:52 -04:00
Gregory Chanan
56292fd4ef
LUCENE-7115: Speed up FieldCache.CacheEntry toString by setting initial StringBuilder capacity
2016-03-21 11:51:49 -07:00
Gregory Chanan
cb1738360e
SOLR-8869: Optionally disable printing field cache entries in SolrFieldCacheMBean
2016-03-21 11:30:39 -07:00
markrmiller
93e96f688e
SOLR-8857: HdfsUpdateLog does not use configured or new default number of version buckets and is hard coded to 256.
2016-03-21 14:10:17 -04:00
Alan Woodward
04bd586071
SOLR-8837: Fix duplicate election node detection
2016-03-21 17:39:37 +00:00
Robert Muir
ce3114233b
LUCENE-7123: deduplicate/cleanup spatial distance
2016-03-21 10:34:03 -04:00
Steve Rowe
751a53fe00
LUCENE-7111: DocValuesRangeQuery.newLongRange behaves incorrectly for Long.MAX_VALUE and Long.MIN_VALUE
2016-03-21 08:59:43 -04:00
Mike McCandless
0e189bca2d
LUCENE-7120: re-use readers while recursing in BKDWriter so we get more thorough checksum verification on its temp files
2016-03-21 05:49:47 -04:00
jbernste
5a40ae0305
SOLR-8878: Remove debugging
2016-03-20 22:19:38 -04:00
jbernste
f86ac58a5a
SOLR-8878: Allow the DaemonStream run rate be controlled by the internal stream
2016-03-20 22:05:18 -04:00
Uwe Schindler
b2a4003d4c
SOLR-8082: Fix forbidden APIs
2016-03-21 00:09:15 +01:00
Steve Rowe
49d5ec02a2
SOLR-8082: Can't query against negative float or double values when indexed='false' docValues='true' multiValued='false'
2016-03-20 16:55:32 -04:00
Ryan Ernst
7f9c4d886d
LUCENE-7118: Move numDims check before modulo numDims
2016-03-20 13:49:33 -07:00
Ryan Ernst
54e662b6da
LUCENE-7118: Fix packed points upper/lower bound length check
2016-03-20 13:39:50 -07:00
Robert Muir
e1a1dbfabc
LUCENE-7117, LUCENE-7118: Remove multidimensional arrays from PointRangeQuery
2016-03-20 16:05:17 -04:00
Dennis Gove
fecdec6c85
SOLR-5616: Simplifies grouping code to use ResponseBuilder.needDocList() to determine if it needs to generate a doc list for grouped results.
2016-03-20 13:30:29 -04:00
Dennis Gove
e3b785a906
SOLR-8599: Improved the tests for this issue to avoid changing a variable to non-final
2016-03-20 11:13:56 -04:00
Mike McCandless
d392940092
LUCENE-7121: don't write ord for single-valued points, saving 4 bytes per point
2016-03-20 09:16:43 -04:00
Uwe Schindler
3a4e1d1142
SOLR-8874: Update Maven config to correctly set tests.disableHdfs
2016-03-20 13:25:38 +01:00
Uwe Schindler
093a3e8711
Update tools for maximum Java 9 compatibility (especially Groovy)
2016-03-20 11:59:56 +01:00