Christine Poerschke
|
b6f683d30b
|
SOLR-11349: Remove deprecated ResponseBuilder.getQueryCommand() method.
|
2018-02-09 16:50:34 +00:00 |
Christine Poerschke
|
d39751a754
|
SOLR-11349: Rename ResponseBuilder's getQueryCommand to createQueryCommand.
|
2018-02-09 16:50:28 +00:00 |
David Smiley
|
5a26381424
|
SOLR-11722: Rename max-future-ms to maxFutureMs
|
2018-02-09 11:24:58 -05:00 |
David Smiley
|
1527ce57d4
|
SOLR-11925: Rename RoutedAliasCreateCollectionCmd as MaintainRoutedAliasCmd (internal Cmd)
|
2018-02-08 23:16:12 -05:00 |
David Smiley
|
02b5172ea2
|
SOLR-11925: Time Routed Aliases: router.autoDeleteAge feature
|
2018-02-08 23:12:09 -05:00 |
Mikhail Khludnev
|
c508068240
|
SOLR-11459: Fix in-place nonexistent doc update following existing doc update
|
2018-02-06 20:00:29 +03:00 |
David Smiley
|
812d400807
|
SOLR-11722 SOLR-11617: Alias tests: Ensure zkStateReader's view is up to date before acting
|
2018-02-05 23:45:47 -05:00 |
Andrzej Bialecki
|
8d27412e5a
|
SOLR-11778 Add per-stage RequestHandler metrics.
|
2018-02-02 13:02:43 +01:00 |
Chris Hostetter
|
95122e1448
|
SOLR-11916: new SortableTextField which supports analysis/searching just like TextField, but also sorting/faceting just like StrField
|
2018-02-01 10:40:29 -07:00 |
Andrzej Bialecki
|
8418081c4a
|
Revert "SOLR-11882: SolrMetric registries retain references to SolrCores when closed"
This reverts commit f0509c19c1 .
|
2018-02-01 18:14:13 +01:00 |
David Smiley
|
f0854ce11f
|
SOLR-11722: Dial down threads in ConcurrentCreateRoutedAliasTest
|
2018-02-01 12:06:53 -05:00 |
Adrien Grand
|
f410df8113
|
LUCENE-4198: Give codecs the opportunity to index impacts.
|
2018-01-31 14:54:52 +01:00 |
Noble Paul
|
3ad61d2f9c
|
SOLR-11067: REPLACENODE should identify appropriate nodes if targetNode is not provided
|
2018-01-31 21:49:02 +11:00 |
Tomas Fernandez Lobbe
|
b310514bec
|
SOLR-11782: Use await(millis, TimeUnit.MILLIS) in LatchWatcher.await
|
2018-01-30 14:28:27 -08:00 |
Christine Poerschke
|
abf3d11332
|
SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke)
|
2018-01-30 12:39:44 +00:00 |
Christine Poerschke
|
a296092341
|
SOLR-11926: correct/extend TermsComponentTest.testUnlimitedRows logic
|
2018-01-30 12:33:04 +00:00 |
Noble Paul
|
e2a5d46b9c
|
SOLR-11879: moved the peek() call inside the for loop
|
2018-01-30 18:25:48 +11:00 |
Cao Manh Dat
|
c56d774eb6
|
SOLR-11661: New HDFS collection reuses unremoved data from a deleted HDFS collection with same name causes inconsistent view of documents
|
2018-01-30 11:30:24 +07:00 |
markrmiller
|
13773755b8
|
SOLR-11873: Use time based expiration cache in all necessary places in HdfsDirectoryFactory.
|
2018-01-29 11:00:53 -06:00 |
Andrzej Bialecki
|
d3d7b0034d
|
SOLR-11376: Support computing plans for only specific collections.
|
2018-01-29 12:16:16 +01:00 |
Noble Paul
|
586aa65110
|
SOLR-11879: avoid EOFException when content is send without a payload
|
2018-01-29 21:42:40 +11:00 |
Cao Manh Dat
|
27ef653064
|
SOLR-11702: Redesign current LIR implementation
|
2018-01-29 15:55:28 +07:00 |
David Smiley
|
00d453d27c
|
SOLR-11617: Fix test: delete aliases without async in tearDown
|
2018-01-28 22:48:13 -05:00 |
Erick
|
d85a1666a1
|
SOLR-11882: SolrMetric registries retain references to SolrCores when closed
|
2018-01-28 19:42:58 -08:00 |
David Smiley
|
154bdeb7db
|
SOLR-11617: Alias metadata API; returned from LISTALIASES, set via MODIFYALIAS
|
2018-01-28 16:56:19 -05:00 |
Tomas Fernandez Lobbe
|
56f3f6d948
|
SOLR-11782: Refactor LatchWatcher.await to protect against spurious wakeup
|
2018-01-26 10:36:12 -08:00 |
David Smiley
|
b0d244f656
|
SOLR-11722: Refactor out a TimeRoutedAlias class from various parts.
Also allowed TRA's to be tolerant of pre-existing collections.
|
2018-01-26 11:37:00 -05:00 |
David Smiley
|
a1828a5664
|
SOLR-11722: New CREATEROUTEDALIAS cluster command for time routed aliases.
(a refactoring of some of the related parts will follow in next commit)
|
2018-01-25 14:45:49 -05:00 |
David Smiley
|
d8e9ab8785
|
SOLR-11722: Improve the v2/v1 API mapping, including a bug.
Wrapped getParameterNamesIterator failed to consider attrToParams.
(committing this separately from rest)
|
2018-01-25 14:23:44 -05:00 |
Shalin Shekhar Mangar
|
09f903ef8d
|
SOLR-11714: Remove todo now that this issue has been fixed
|
2018-01-25 22:12:15 +05:30 |
Varun Thacker
|
78815c442b
|
Add more javadocs to the UpdateLog class
|
2018-01-24 11:45:46 -08:00 |
Andrzej Bialecki
|
19474d9df9
|
SOLR-11889: Reset disk space when deleting collections. Use constants.
|
2018-01-24 18:41:53 +01:00 |
Christine Poerschke
|
1d5381511c
|
Remove @SuppressPointFields annotation from DistributedTermsComponentTest, SOLR-11173 added TermsComponent support for Points fields.
|
2018-01-24 15:12:52 +00:00 |
Andrzej Bialecki
|
fa511a0a6f
|
SOLR-11714: AddReplicaSuggester / ComputePlanAction infinite loop.
|
2018-01-24 14:02:55 +01:00 |
Erick
|
f0509c19c1
|
SOLR-11882: SolrMetric registries retain references to SolrCores when closed
|
2018-01-23 17:39:02 -08:00 |
Joel Bernstein
|
a664b63d42
|
SOLR-11890: Add multiKmeans Stream Evaluator
|
2018-01-23 15:54:37 -05:00 |
Joel Bernstein
|
50a6cb1b05
|
SOLR-11862: Add fuzzyKmeans Stream Evaluatory
|
2018-01-23 12:29:31 -05:00 |
Ishan Chattopadhyaya
|
183835ed24
|
SOLR-11624: Autocreated configsets will not use .AUTOCREATED suffix
|
2018-01-22 19:48:41 +05:30 |
Shalin Shekhar Mangar
|
5425353402
|
SOLR-11747: Pause triggers until actions finish executing and the cool down period expires
|
2018-01-18 18:19:24 +05:30 |
Joel Bernstein
|
f491fad955
|
SOLR-11867: Add indexOf, rowCount and columnCount StreamEvaluators
|
2018-01-17 15:43:05 -05:00 |
Joel Bernstein
|
5e2ef5eb73
|
SOLR-11736: Rename knn Streaming Expression to knnSearch and add new knn Stream Evaluator
|
2018-01-16 19:20:39 -05:00 |
Erick Erickson
|
a6b5c5bfb0
|
SOLR-11810: Upgrade Jetty to 9.4.8
|
2018-01-16 12:14:03 -08:00 |
Varun Thacker
|
a3c4f7388c
|
SOLR-11817: Move Collections API classes to it's own package
|
2018-01-16 11:03:40 -08:00 |
Chris Hostetter
|
e2bba98dfd
|
SOLR-11854: multivalued primative fields can now be sorted by implicitly choosing the min/max value for asc/desc sort orders
|
2018-01-16 11:57:44 -07:00 |
Tomas Fernandez Lobbe
|
1c4b417c50
|
SOLR-11794: Restart replicate from ledaer on core reload on PULL replicas
|
2018-01-15 16:15:14 -08:00 |
Joel Bernstein
|
a08f71279c
|
SOLR-11737: Add kmeans Stream Evaluator to support kmeans clustering
|
2018-01-15 14:50:34 -05:00 |
Chris Hostetter
|
6dcbb2d412
|
SOLR-3218: Added range faceting support for CurrencyFieldType
|
2018-01-14 16:30:24 -07:00 |
Erick Erickson
|
c110472eaa
|
SOLR-11389: Fix test failures resulting from SOLR-11218
|
2018-01-13 11:16:51 -08:00 |
Adrien Grand
|
fa935cf6ac
|
SOLR-11846: Force BM25Similarity on TestFieldCacheSort.testFieldScoreReverse.
This test expects scores to increase with freq, which not all similarities guarantee.
|
2018-01-11 20:08:14 +01:00 |
Steve Rowe
|
077e8b1da4
|
SOLR-11825: stop testing randomized dates with function query sorting
|
2018-01-09 21:04:21 -05:00 |