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 |
Noble Paul
|
e70c638bcf
|
SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed
|
2016-03-08 18:53:59 +05:30 |
Robert Muir
|
862bf7b5ac
|
LUCENE-7075: convert test class to use points
|
2016-03-08 07:36:34 -05:00 |
Noble Paul
|
5ea6ee7362
|
SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details
|
2016-03-08 18:00:12 +05:30 |
Robert Muir
|
bfd58bc9de
|
LUCENE-7077: fail precommit on useless assignment
|
2016-03-08 06:42:35 -05:00 |
Robert Muir
|
5bb072d4b9
|
LUCENE-7076: Improve MIGRATE.txt/Point javadocs
|
2016-03-08 06:21:07 -05:00 |
Alan Woodward
|
406a1635c1
|
Merge branch 'SOLR-8782'
|
2016-03-08 10:53:39 +00:00 |
Alan Woodward
|
5b7be9d16a
|
SOLR-8782: Improve async collections API
|
2016-03-08 10:53:29 +00:00 |
David Smiley
|
a0a571caa9
|
SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago
|
2016-03-07 23:48:31 -05:00 |
David Smiley
|
f7f81c3284
|
LUCENE-7056: Geo3D package re-org
|
2016-03-07 20:14:19 -05:00 |
Mike McCandless
|
3d633c6e68
|
LUCENE-7071: reduce byte copying costs of OfflineSorter
|
2016-03-07 18:12:10 -05:00 |
Robert Muir
|
4df4cb07ac
|
LUCENE-7073: fix FieldType issues with Points
|
2016-03-07 16:13:05 -05:00 |
Noble Paul
|
b87e392097
|
Merge remote-tracking branch 'origin/master'
|
2016-03-07 22:48:25 +05:30 |
Noble Paul
|
f2c281abcb
|
SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField are
reimplemented as a part of the bulk API with less details. The tests and write implementations are removed
|
2016-03-07 22:44:36 +05:30 |
Mike McCandless
|
9617d3d400
|
fix smoke tester to understand newly old index
|
2016-03-07 10:38:04 -05:00 |
Mike McCandless
|
9082d5f8f4
|
make test less evil
|
2016-03-07 08:38:38 -05:00 |
Mike McCandless
|
b79067a456
|
LUCENE-7072: always use WGS84 planet model in Geo3DPoint
|
2016-03-07 05:23:04 -05:00 |
Uwe Schindler
|
6ce6c01318
|
Update URL to Lucene's KEYS file
|
2016-03-07 11:21:12 +01:00 |
Shalin Shekhar Mangar
|
093a8ce57c
|
SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow forceUpdateCollection(collection)
|
2016-03-07 15:03:03 +05:30 |
Adrien Grand
|
e695b0ae07
|
LUCENE-7066: Optimize PointRangeQuery for the case that all documents have a value and all points from the segment match.
|
2016-03-07 09:55:39 +01:00 |
Mike McCandless
|
74e7e1509a
|
LUCENE-7070: insert missing 's' in PointFormat/Reader/Writer
|
2016-03-06 08:27:02 -05:00 |
yonik
|
8555726143
|
SOLR-8155: fix UnInvertedField.collectDocsGeneric, used for facet.prefix or non-count sorting
|
2016-03-05 18:47:33 -05:00 |
Mike McCandless
|
74f4f9f98d
|
remove useless print
|
2016-03-05 18:12:50 -05:00 |
Varun Thacker
|
4381018b77
|
SOLR-8449: Fix the core restore functionality to allow restoring multiple times on the same core
|
2016-03-06 04:12:11 +05:30 |
Mike McCandless
|
f1c044a2d7
|
fix very rare test bug that I somehow hit
|
2016-03-05 04:57:14 -05:00 |
Mike McCandless
|
9c8cbefbff
|
add END to the end of SimpleText's points data file
|
2016-03-05 04:51:14 -05:00 |
Noble Paul
|
a15845ea59
|
Merge remote-tracking branch 'origin/master'
|
2016-03-05 11:30:06 +05:30 |
Noble Paul
|
f09c5590e5
|
SOLR-8788: CollectionTooManyReplicasTest.testDownedShards failures
|
2016-03-05 11:29:43 +05:30 |
anshum
|
81feea2505
|
SOLR-8790: Ignoring failing CollectionsAPISolrJTest test until this is fixed
|
2016-03-04 19:25:28 -08:00 |
anshum
|
437170fa88
|
SOLR-8789: Remove the *Tests regular expression from the build xml, and instead rename CollectionsAPISolrJTests to CollectionsAPISolrJTest
|
2016-03-04 16:34:44 -08:00 |
anshum
|
6772ed09e8
|
SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java
|
2016-03-04 16:25:24 -08:00 |
Robert Muir
|
144273a814
|
LUCENE-7067: add missing checkIntegrity calls for Points
|
2016-03-04 17:25:22 -05:00 |
Mike McCandless
|
91e29bab67
|
add randomized test for GeoUtils.circleToBBox
|
2016-03-04 16:53:58 -05:00 |
Martijn van Groningen
|
b9cc15309c
|
LUCENE-7065: Fix the explain for the global ordinals join query. Before the
explain would also indicate that non matching documents would match.
On top of that with score mode average, the explain would fail with a NPE.
|
2016-03-04 18:23:00 +01:00 |
Varun Thacker
|
21bf9c6e80
|
SOLR-8779: Fix missing InterruptedException handling in ZkStateReader
|
2016-03-04 20:12:00 +05:30 |
Noble Paul
|
ab35fafdd5
|
Merge remote-tracking branch 'origin/master'
|
2016-03-04 18:54:12 +05:30 |
Noble Paul
|
c27dd8e038
|
SOLR-8750 : Use lambdas in code where SAM type interfaces are used
|
2016-03-04 18:53:47 +05:30 |
Shalin Shekhar Mangar
|
4bb4c48bff
|
Remove confusing stale comment
|
2016-03-04 18:38:22 +05:30 |
Noble Paul
|
517acece6a
|
Merge remote-tracking branch 'origin/master'
Conflicts:
solr/CHANGES.txt
|
2016-03-04 16:24:10 +05:30 |
Noble Paul
|
0cd24c5d08
|
SOLR-8728: ReplicaAssigner throws NPE when a partial list of nodes are only participating in replica
placement. splitshard should preassign nodes using rules, if rules are present
|
2016-03-04 16:22:37 +05:30 |
Adrien Grand
|
a78ef15842
|
LUCENE-7064: Add attribution.
|
2016-03-04 11:44:22 +01:00 |
Luc Vanlerberghe
|
40aab73a4c
|
LUCENE-7064: Split MultiPhraseQuery into an immutable class and a Builder
This closes #19
|
2016-03-04 11:28:36 +01:00 |