Commit Graph

27513 Commits

Author SHA1 Message Date
Joel Bernstein 09a9fdab6d SOLR-10516: Add documention 2017-06-06 13:08:12 -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
Noble Paul bd2203df93 SOLR-10278: only long and double are used 2017-06-06 16:06:44 +09:30
Noble Paul 790fb19377 SOLR-10278: A new DSL to set cluster-wide preferences and policies on how to allocate replicas to nodes 2017-06-06 14:51:01 +09: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
Joel Bernstein 4f55b43daa SOLR-10651: Update CHANGES.txt for completed subtasks 2017-06-05 20:02:46 -04:00
Mikhail Khludnev 7646f91097 SOLR-10521: documenting sort=childfield(field) asc 2017-06-06 00:31:10 +03:00
Mikhail Khludnev 357f4dfb18 SOLR-3702: concat(..) function query 2017-06-05 23:26:06 +03:00
Jason Gerlowski 99093caec5 SOLR-10713: Add common output files to .gitignore
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-06-05 12:49:50 -05:00
David Smiley 6b022c98f9 LUCENE-7845: spatial-extras undo optimize; don't consider any rect or circle to be a point 2017-06-05 12:44:51 -04:00
Joel Bernstein 78d95014e7 SOLR-10813: Add arraySort Stream Evaluator 2017-06-05 11:19:17 -04:00
Joel Bernstein 6a9830cdc0 SOLR-10696: Fix precommit 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
Joel Bernstein f275e3b254 SOLR-10805: Improve error handling for statistical Stream Evaluators 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
Mikhail Khludnev db2b19f6ba SOLR-8762: respond child docs in DIH debug 2017-06-03 21:36:52 +03:00
Varun Thacker 2c9f8604c2 SOLR-8437: Improve RAMDirectory details in sample solrconfig files 2017-06-02 21:56:49 -07: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 Erickson 9efa022e0a Fixed error in bin/solr cp example 2017-06-02 14:19:03 -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
Cassandra Targett 9e99a23f31 SOLR-10509, SOLR-10649: add docs for new metric features; add <metrics> to solr.xml docs 2017-06-02 14:52:02 -05:00
Cassandra Targett a477ebb985 Ref Guide: add new level-2 header to fix out of order heading levels 2017-06-02 14:52:02 -05:00
Cassandra Targett 07bcd4df1f Ref Guide: fix duplicate anchors for internal links 2017-06-02 14:52:02 -05:00
Chris Hostetter 038baaed92 SOLR-10801: Remove several deprecated methods that were exposed to plugin writers 2017-06-02 10:51:23 -07:00
Cassandra Targett 3b45d8284f SOLR-10280: document "compact" format of metrics response 2017-06-02 12:36:19 -05: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
Ishan Chattopadhyaya ac26d81116 SOLR-10447: Ref guide documentation 2017-06-02 20:58:22 +05:30
Ishan Chattopadhyaya 2eb324f9ba SOLR-10446, SOLR-6736: Ref guide documentation 2017-06-02 20:56:15 +05:30
Noble Paul e36d251751 SOLR-9735: sysLoadAverage and headusage are now double 2017-06-03 00:17:58 +09:30
Noble Paul 2a625dfb1f SOLR-9735: validation of all input values to either string or long 2017-06-02 23:28:53 +09:30
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 445ceda01c LUCENE-7858: checkJavadocLinks.py to mention common root causes of broken links 2017-06-02 10:40:53 +01:00
Christine Poerschke cccf97cae8 SOLR-10790: Fix warnings in Assign.java and ReplicaAssigner.java classes. 2017-06-02 10:39:18 +01:00
Christine Poerschke 72ba34f66c LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt and solr/LICENSE.txt files 2017-06-02 10:36:07 +01:00
Noble Paul e2ae9992c5 SOLR-9735: validation for specific tags 2017-06-02 18:02:21 +09:30
Joel Bernstein 5b93b738b1 SOLR-10559: Add tuple documentation 2017-06-01 17:14:02 -04:00
Joel Bernstein a827a9d909 SOLR-10559: Add tuple documentation 2017-06-01 17:11:50 -04:00
Joel Bernstein 057451ac64 SOLR-10559: Add tuple documentation 2017-06-01 17:08:52 -04:00
Joel Bernstein 6d6e47f196 SOLR-10566: Add documentation 2017-06-01 16:26:57 -04:00
Joel Bernstein 71b5d342fd SOLR-10504: Add documentation 2017-06-01 15:59:24 -04:00
Joel Bernstein b0f44ad691 SOLR-10504: Add documentation 2017-06-01 15:56:05 -04:00