Chris Hostetter
|
8cd826f293
|
SOLR-10829: Fixed IndexSchema to enforce that uniqueKey can not be Points based for correctness
|
2017-06-09 11:39:09 -07:00 |
|
Noble Paul
|
f14f2ef6a6
|
SOLR-10647: move JsonSchemaValidator to SolrJ
|
2017-06-09 14:29:26 +09:30 |
|
Joel Bernstein
|
40ed09f8ca
|
SOLR-10853:Allow the analyze Stream Evaluator to operate outside of a stream
|
2017-06-08 14:41:48 -04:00 |
|
Noble Paul
|
c5c05b46c4
|
SOLR-10647: move the spec files to solrj
|
2017-06-08 19:39:55 +09:30 |
|
Steve Rowe
|
e4ab04ab7d
|
SOLR-10501: Test sortMissing{First,Last} with points fields.
|
2017-06-07 19:21:10 -04:00 |
|
Christine Poerschke
|
b25dda0b20
|
SOLR-10800: Factor out HttpShardHandler.transformReplicasToShardUrls from HttpShardHandler.prepDistributed.
(Domenico Fabio Marino, Christine Poerschke)
|
2017-06-07 13:27:53 +01:00 |
|
yonik
|
a1692c160a
|
SOLR-7452: fix facet refinement for range queries
|
2017-06-06 20:54:41 -04:00 |
|
Tomas Fernandez Lobbe
|
a03c3369e2
|
SOLR-10233: Stop warning users about misconfigured ReplicationHandler when using replica types
|
2017-06-06 17:23:01 -07:00 |
|
Tomas Fernandez Lobbe
|
97655b880c
|
SOLR-10233: Cleanup warnings from ReplicateFromLeader
|
2017-06-06 17:22:01 -07:00 |
|
Tomas Fernandez Lobbe
|
46a5ae23a7
|
SOLR-10233: Some more logging to chaos monkey with replica types tests
|
2017-06-06 16:40:09 -07:00 |
|
Steve Rowe
|
98e103731f
|
SOLR-10815: avoid long->float precision loss in 'product(-1,ms(date_field)' by subtracting a base date: 'product(-1,ms(date_field,base_date_field))'
|
2017-06-06 14:25:37 -04:00 |
|
David Smiley
|
29de0f75e8
|
SOLR-10722: UH optimize for Solr's getFieldInfos
|
2017-06-06 11:05:17 -04:00 |
|
Christine Poerschke
|
622e527cf2
|
SOLR-10671: remove two-and-a-half unused private static logger warnings
|
2017-06-06 14:40:46 +01:00 |
|
Shalin Shekhar Mangar
|
ea79c668c7
|
SOLR-10782: Skip asserting that sysLoadAvg is positive on windows as this metrics is not available on that platform
|
2017-06-06 16:31:43 +05:30 |
|
Shalin Shekhar Mangar
|
d633c957cb
|
Merge branch 'feature/autoscaling_solr7'
# Conflicts:
# solr/CHANGES.txt
|
2017-06-06 09:26:56 +05:30 |
|
Shalin Shekhar Mangar
|
b47572ee87
|
SOLR-10419: All collection APIs should use the new Policy framework for replica placement
|
2017-06-06 09:22:38 +05:30 |
|
Mikhail Khludnev
|
357f4dfb18
|
SOLR-3702: concat(..) function query
|
2017-06-05 23:26:06 +03:00 |
|
Joel Bernstein
|
78d95014e7
|
SOLR-10813: Add arraySort Stream Evaluator
|
2017-06-05 11:19:17 -04:00 |
|
Joel Bernstein
|
99ca13f90f
|
SOLR-10696: Add cumulative probability function
|
2017-06-05 11:19:17 -04:00 |
|
Christine Poerschke
|
2271e73e76
|
SOLR-10671: Add abstract doInit method to the SolrMetricReporter base class.
(Christine Poerschke, Anshum Gupta)
|
2017-06-05 12:17:38 +01:00 |
|
Christine Poerschke
|
b1b9a94b1d
|
SOLR-10744: remove unused import
|
2017-06-05 10:35:53 +01:00 |
|
Shalin Shekhar Mangar
|
744d1ab974
|
SOLR-10782: Improve error handling and tests for Snitch and subclasses and general cleanups
|
2017-06-05 13:41:26 +05:30 |
|
Noble Paul
|
1f437fe5ab
|
SOLR-10744: use the new flags in json parsing and add tests
|
2017-06-05 13:34:07 +09:30 |
|
yonik
|
67876b3027
|
SOLR-7452: fix facet refinement for method:dvhash
|
2017-06-04 20:13:33 -04:00 |
|
Erick
|
2eacf13def
|
LUCENE-7705: Allow CharTokenizer-derived tokenizers and KeywordTokenizer to configure the max token length, fix test failure.
|
2017-06-02 20:32:37 -07:00 |
|
Erick
|
15a8a24152
|
LUCENE-7705: Allow CharTokenizer-derived tokenizers and KeywordTokenizer to configure the max token len (test fix)
|
2017-06-02 14:11:11 -07:00 |
|
Chris Hostetter
|
038baaed92
|
SOLR-10801: Remove several deprecated methods that were exposed to plugin writers
|
2017-06-02 10:51:23 -07:00 |
|
Tomas Fernandez Lobbe
|
3618fc529d
|
SOLR-10799: Refator HttpShardHandler.prepDistributed collection of shard replicas
|
2017-06-02 10:34:30 -07:00 |
|
yonik
|
393a2ed176
|
SOLR-7452: tests: templatize refinement tests
|
2017-06-02 11:36:10 -04:00 |
|
Noble Paul
|
4e691f9e4a
|
SOLR-9735: validation of all input values to either string or long
|
2017-06-02 23:27:22 +09:30 |
|
Christine Poerschke
|
c64f9d64b4
|
SOLR-8668: In solrconfig.xml remove <mergePolicy> (and related <mergeFactor> and <maxMergeDocs>)
support in favor of the <mergePolicyFactory> element introduced by SOLR-8621 in Solr 5.5.0.
(Christine Poerschke, hossman)
|
2017-06-02 13:59:08 +01:00 |
|
Christine Poerschke
|
cccf97cae8
|
SOLR-10790: Fix warnings in Assign.java and ReplicaAssigner.java classes.
|
2017-06-02 10:39:18 +01:00 |
|
Chris Hostetter
|
c88c524bbf
|
SOLR-10792: Deprecate and remove implicit registration of lucenePlusSort aka OldLuceneQParser
|
2017-06-01 10:01:17 -07:00 |
|
Noble Paul
|
b530c1397e
|
SOLR-10419: test errors fixed
|
2017-06-01 15:36:31 +09:30 |
|
Noble Paul
|
57fe80d8a0
|
SOLR-10744: Update noggit to newer version (0.8)
|
2017-06-01 15:13:00 +09:30 |
|
Noble Paul
|
4a378eb0ad
|
SOLR-10793: BlobHandler should have a well-known permission name
|
2017-06-01 13:44:02 +09:30 |
|
Mark Miller
|
7da9e9d735
|
SOLR-10137: Ensure that ConfigSets created via API are mutable.
|
2017-05-31 17:44:08 -04:00 |
|
Tomas Fernandez Lobbe
|
22c2ed070a
|
SOLR-10773: Add support for replica types in V2 API
|
2017-05-31 13:53:34 -07:00 |
|
Chris Hostetter
|
7a5261a222
|
SOLR-10757: Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
solr/CHANGES.txt
|
2017-05-31 09:52:25 -07:00 |
|
Chris Hostetter
|
ee33f38bd1
|
SOLR-10757: delete/refactor/cleanup CollectionAdminRequest deprecations
|
2017-05-31 09:49:56 -07:00 |
|
Noble Paul
|
b4a291f4a1
|
SOLR-10419: added testcase for add shard using policy
|
2017-05-31 22:56:25 +09:30 |
|
Noble Paul
|
bf8057dc89
|
SOLR-10419: added testcase for create collection using policy
|
2017-05-31 22:10:54 +09:30 |
|
Tomas Fernandez Lobbe
|
c824b097b4
|
SOLR-10752: replicationFactor default is 0 if tlogReplicas > 0 is specified
|
2017-05-30 17:54:28 -07:00 |
|
Joel Bernstein
|
191c2ba5f5
|
SOLR-10767: Add movingAvg Stream Evaluator
|
2017-05-30 11:10:43 -04:00 |
|
Shalin Shekhar Mangar
|
217a5002e1
|
SOLR-9735: Workaround against SOLR-10768
|
2017-05-30 18:33:59 +05:30 |
|
Shalin Shekhar Mangar
|
e5d8ed397a
|
SOLR-9735: Initial port of autoscaling work for Solr 7
|
2017-05-30 14:59:25 +05:30 |
|
Adrien Grand
|
759fa42b62
|
LUCENE-7850: Move support for legacy numerics to solr/.
|
2017-05-30 10:33:08 +02:00 |
|
Erick Erickson
|
412e4ae2c1
|
SOLR-10719: Creating a core.properties fails if the parent of core.properties is a symlinked dierctory
|
2017-05-29 20:08:44 -07:00 |
|
Joel Bernstein
|
963f43f6c0
|
SOLR-10765: Add anova Stream Evaluator
|
2017-05-29 20:48:25 -04:00 |
|
Erick Erickson
|
906679adc8
|
LUCENE=7705: Allow CharTokenizer-derived tokenizers and KeywordTokenizer to configure the max token length
|
2017-05-28 15:18:48 -07:00 |
|