Martijn van Groningen
|
50feae82af
|
LUCENE-7307: Add getters to the PointInSetQuery and PointRangeQuery queries.
|
2016-06-02 15:06:20 +02:00 |
Alan Woodward
|
36ee71320a
|
LUCENE-7236: Fix test bug
|
2016-06-01 20:15:45 +01:00 |
Mike McCandless
|
0894919906
|
LUCENE-7301: ensure multiple doc values updates to one document within one update batch are applied in the correct order
|
2016-06-01 14:28:33 -04:00 |
Adrien Grand
|
9c9d8ccf7e
|
LUCENE-7309: Speed up Polygon2D creation.
|
2016-06-01 17:35:50 +02:00 |
Karl Wright
|
d16199ce7e
|
LUCENE-7310: Increase bounds slop factor by 2x to cover a specific failure.
|
2016-06-01 09:18:40 -04:00 |
Mike McCandless
|
979af27209
|
LUCENE-7300: fix test bug to ensure the newly created file is in fact written through to the underlying filesystem even if NRTCachingDirectory is used
|
2016-05-30 06:37:19 -04:00 |
Adrien Grand
|
358d6f7e6b
|
LUCENE-7306: Speed up points indexing/merging with radix sort.
|
2016-05-30 10:30:40 +02:00 |
Adrien Grand
|
3a74daab20
|
LUCENE-7289: Fix test bug, 65520 gets rounded to +Infinity too.
|
2016-05-30 07:52:54 +02:00 |
Steve Rowe
|
88dbd07f1e
|
Add 6.0.1 back compat test indexes
|
2016-05-28 09:26:59 -04:00 |
Steve Rowe
|
6d530e0857
|
LUCENE-7278: Get Clover working again
|
2016-05-27 13:50:43 -04:00 |
yonik
|
5525f42928
|
SOLR-9160: Sync 6x and 7.0 move of UninvertingReader, SlowCompositeReaderWrapper for Solr (LUCENE-7283)
|
2016-05-27 12:40:24 -04:00 |
Tommaso Teofili
|
55d854566e
|
LUCENE-7305 - use macro average in confusion matrix metrics, removed unused import in datasplitter
(cherry picked from commit dc50b79 )
|
2016-05-26 16:25:11 +02:00 |
Tommaso Teofili
|
8c64931517
|
LUCENE-7303 - avoid NPE in MultiFields.getTerms(leafReader, classFieldName), removed duplicated code in DocumentSNBC
(cherry picked from commit 8808cf5 )
|
2016-05-26 16:16:23 +02:00 |
Simon Willnauer
|
b29eac852b
|
Fix TestHardLinkCopyDirectoryWrapper if an assume is hit all directories must be closed
|
2016-05-26 12:20:49 +02:00 |
Simon Willnauer
|
a6839beb87
|
LUCENE-7300: Add HardLinkCopyDirectoryWrapper to speed up file copying if hardlinks are applicable
|
2016-05-26 10:43:30 +02:00 |
Adrien Grand
|
2554b10692
|
Add a comment about the recursion threshold of StringMSBRadixSorter.
|
2016-05-26 10:00:19 +02:00 |
Adrien Grand
|
1f105ed9bf
|
LUCENE-7299: Speed up BytesRefHash.sort.
|
2016-05-25 17:56:19 +02:00 |
Adrien Grand
|
9577345612
|
LUCENE-7297: Clean up ArrayUtil.
|
2016-05-25 17:05:09 +02:00 |
Mike McCandless
|
50572bf0b3
|
LUCENE-7283: deprecate SlowCompositeReaderWrapper and uninverting package
|
2016-05-25 10:33:43 -04:00 |
Martijn van Groningen
|
af98f35d21
|
LUCENE-7206: Improve the ToParentBlockJoinQuery's explain by including the explain of the best matching child doc
|
2016-05-25 15:26:09 +02:00 |
Dawid Weiss
|
c367f51793
|
LUCENE-7295: TermAutomatonQuery.hashCode calculates Automaton.toDot().hash.
|
2016-05-24 21:25:41 +02:00 |
Adrien Grand
|
abba6d95f7
|
LUCENE-7254: Switch geo queries back to DocIdSetBuilder.
|
2016-05-24 16:24:39 +02:00 |
Dawid Weiss
|
d6264eb475
|
LUCENE-7277: Make Query.hashCode and Query.equals abstract.
|
2016-05-24 10:36:15 +02:00 |
Adrien Grand
|
3f358dda9c
|
LUCENE-7289: Add HalfFloatPoint.
|
2016-05-23 11:11:34 +02:00 |
Adrien Grand
|
bcc4e8709e
|
LUCENE-7258: Speed up DocIdSetBuilder allocation.
|
2016-05-23 09:28:08 +02:00 |
Uwe Schindler
|
ecf2a732fc
|
LUCENE-7296: Update forbiddenapis to version 2.1
|
2016-05-23 00:18:42 +02:00 |
Mikhail Khludnev
|
bbac85c35a
|
SOLR-9147: using BAOS from commons io 2.5 in EmbeddedSolrServer to avoid array resize.
|
2016-05-23 00:15:46 +03:00 |
Uwe Schindler
|
25e913211b
|
Revert and fix "LUCENE-7293: don't try to highlight GeoPoint queries"
|
2016-05-21 00:29:52 +02:00 |
Uwe Schindler
|
9e793672e4
|
LUCENE-7293: Fix benchmark dependencies
|
2016-05-20 23:11:33 +02:00 |
Uwe Schindler
|
ebcc991034
|
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
|
2016-05-20 22:26:14 +02:00 |
Uwe Schindler
|
7bd6d94952
|
LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation
|
2016-05-20 22:25:28 +02:00 |
Mike McCandless
|
78e92a0536
|
LUCENE-7293: don't try to highlight GeoPoint queries
|
2016-05-20 14:49:05 -04:00 |
Karl Wright
|
4eee3b4ed4
|
LUCENE-7290: Restore XYZBounds fudge factor to its previous value.
|
2016-05-20 13:54:49 -04:00 |
Karl Wright
|
abfc24bfa7
|
LUCENE-7290: Add support for calculating bounds for intersections.
|
2016-05-20 13:51:00 -04:00 |
Karl Wright
|
7c3095eef0
|
LUCENE-7290: Roll back resolution increase.
|
2016-05-19 05:10:07 -04:00 |
Alan Woodward
|
35024d3edc
|
LUCENE-7231: WeightedSpanTermExtractor correctly deals with single-term PhraseQuery
|
2016-05-19 09:50:14 +01:00 |
Alan Woodward
|
53d96705e9
|
LUCENE-7284: GapSpans needs to implement positionsCost()
|
2016-05-19 09:50:07 +01:00 |
Karl Wright
|
f4f1d8adc5
|
LUCENE-7290: Decrease MINIMUM_RESOLUTION, since it's too big for at least one test case.
|
2016-05-18 20:36:06 -04:00 |
Karl Wright
|
aa339a2f07
|
LUCENE-7212: Add outside distance classes and methods.
|
2016-05-18 09:04:37 -04:00 |
Karl Wright
|
a13428e008
|
LUCENE-7212: Rename the public method for path sort fields.
|
2016-05-18 08:35:39 -04:00 |
Karl Wright
|
ace032ea26
|
LUCENE-7212: Add tests for encoding/decoding.
|
2016-05-18 07:59:50 -04:00 |
Karl Wright
|
ace1f7e3bd
|
LUCENE-7288: Return POSITIVE_INFINITY for points outside of shape, not MAX_VALUE.
|
2016-05-18 07:08:16 -04:00 |
David Smiley
|
bd3e568754
|
LUCENE-7278: DRPT: fix test bug (when milli is 0)
(cherry picked from commit 2accf12 )
|
2016-05-17 23:27:09 -04:00 |
Karl Wright
|
8a407f0399
|
LUCENE-7212: Add Geo3D sorted document fields.
|
2016-05-17 17:21:43 -04:00 |
Steve Rowe
|
01ed4a5f7d
|
SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file.
|
2016-05-17 10:08:41 -04:00 |
Steve Rowe
|
2dbc164072
|
SOLR-9109: tell the smoke tester and the check-lib-versions target about the renamed Ivy settings files
|
2016-05-16 18:51:36 -04:00 |
Uwe Schindler
|
8df8243f53
|
SOLR-9109: the ${settings.xml} is a file path, not a URL
|
2016-05-17 00:29:04 +02:00 |
Steve Rowe
|
0ec57a9918
|
SOLR-9109: Allow specification of a custom Ivy settings file via system property "ivysettings.xml".
|
2016-05-16 18:07:31 -04:00 |
Karl Wright
|
0e9ec477d7
|
LUCENE-7212: Add geo3d doc values field
|
2016-05-16 06:53:59 -04:00 |
Mike McCandless
|
ec4bcf1c70
|
put strange placeholder back so javadocs pass
|
2016-05-14 04:20:21 -04:00 |