Commit Graph

27736 Commits

Author SHA1 Message Date
Mark Miller 9a0d9e83f6 SOLR-9910: Add solr/solr.cmd parameter to append jetty parameters to the start script. 2017-06-13 15:55:51 -04:00
Tomas Fernandez Lobbe 061a768d87 SOLR-10833: Updated CHANGES to include SOLR-10833 2017-06-13 10:57:45 -07:00
Chris Hostetter 6396cb759f SOLR-10830: Solr now correctly enforces that the '_root_' field has the same fieldType as the uniqueKey field 2017-06-13 10:17:32 -07:00
Chris Hostetter e50332507a fix precommit by removing unused imports 2017-06-13 09:54:09 -07:00
Andrzej Bialecki cdccbfb92f SOLR-10704 Update the ref guide. 2017-06-13 18:53:44 +02:00
Steve Rowe 78fcbc0623 ref guide: clean up monospace syntax problems 2017-06-13 12:01:21 -04:00
Andrzej Bialecki 232eff0893 SOLR-10704 Wait until all leader replicas are recovered before deleting
the originals.
2017-06-13 17:39:26 +02:00
Cao Manh Dat f29e2d1c7c Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-06-13 19:38:56 +07:00
Cao Manh Dat b73dffd928 SOLR-10818: Adding test for v2 backup-collection request 2017-06-13 19:38:43 +07:00
Noble Paul 6d97305c63 randomize v1 and v2 2017-06-13 19:23:38 +09:30
Tomas Fernandez Lobbe 833a6f3ffb SOLR-10851: SolrClients should clarify expectations for solrServerUrl parameter 2017-06-12 15:47:46 -07:00
Mike Drob 94220a01e1 SOLR-8392: Remove instanceof checks on return value of SolrParam::get 2017-06-12 15:15:54 -07:00
Tomas Fernandez Lobbe c51f6fae75 SOLR-10835: Add support for point fields in Export Handler 2017-06-12 14:21:41 -07:00
Cassandra Targett 0411504dd8 SOLR-10871: remove backticks for monospace type in headings 2017-06-12 12:31:41 -05:00
Erick Erickson 5a737a3aab SOLR-10857: Solr loads UNLOADed core on request, cleaned up printStackTrace 2017-06-12 09:40:34 -07:00
Dawid Weiss b2ea95c9ec SOLR-10849: MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage). 2017-06-12 14:44:06 +02:00
Cao Manh Dat 661a3c46d4 SOLR-10715: Move change entry to 6.7.0 2017-06-12 16:44:42 +07:00
Noble Paul e11eb63f60 SOLR-10870: SolrRequestParsers does unnecessary check for /config prefix 2017-06-12 18:01:09 +09:30
Cao Manh Dat 41d12df6d2 SOLR-10715: Welcome message should work for _introspect 2017-06-12 10:46:38 +07:00
Cao Manh Dat 6075956b65 SOLR-10715: /v2/ should not be an alias for /v2/collections 2017-06-12 10:32:45 +07:00
Erick 95841d9ed4 SOLR-10857: Solr loads UNLOADed core on request. 2017-06-11 12:13:25 -07:00
Uwe Schindler d7808ebc60 LUCENE-7866: Apply changes also to cloned test (TODO: fix this!) 2017-06-11 14:25:03 +02:00
Noble Paul f43f89ee6c SOLR-10868: add solrj resource dir to module paths 2017-06-11 09:42:28 +09:30
Uwe Schindler 1b9f060e25 LUCENE-7866: Exclude DelimitedTermFrequencyTokenFilter from random data tests in random chains and factory tests 2017-06-10 10:30:54 +02:00
David Smiley 5c781d5679 SOLR-10836: igain, significantTerms, and tlogit assumed existing terms 2017-06-09 23:39:23 -04:00
Steve Rowe 566fcfce13 SOLR-10761: Switch trie numeric/date fields to points in data-driven-enabled example and test schemas 2017-06-09 19:43:01 -04:00
Cassandra Targett f434e34d5c SOLR-10616: parameterize Guide HTML path in sitemap.xml 2017-06-09 17:07:31 -05:00
Cassandra Targett 072e72097c SOLR-10863: remove feed.xml from HTML version of Ref Guide 2017-06-09 17:07:31 -05:00
Uwe Schindler b3b8344a72 LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency (2nd commit to fix issue number) 2017-06-09 23:56:24 +02:00
Uwe Schindler 5844ed4ac9 LUCENE-7854: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency 2017-06-09 23:52:19 +02:00
Steve Rowe c37b377438 Ref Guide: fix miscellaneous formatting issues/typos/etc. 2017-06-09 15:20:27 -04:00
Cassandra Targett 3033229766 Ref Guide: fix incomplete source declaration 2017-06-09 13:49:29 -05:00
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
Cassandra Targett 2c0239c217 Ref Guide: reduce levels in PDF TOC; increase font size for literal text 2017-06-09 12:07:45 -05:00
Cassandra Targett 05fc4ae034 Ref Guide: escape brackets so they don't come out as arrows 2017-06-09 12:07:45 -05:00
Cassandra Targett a3bb51720c Ref Guide: escape pipes in the table 2017-06-09 12:07:45 -05:00
Joel Bernstein 70ecf9ef3e Ref Guide: knn documentation 2017-06-09 12:23:58 -04:00
Joel Bernstein 489d2a4aab Ref Guide: knn documentation 2017-06-09 12:18:42 -04:00
Joel Bernstein 1dab10e817 Ref Guide: Add knn documentations 2017-06-09 12:07:28 -04:00
Joel Bernstein 463907a13c SOLR-10855: Null pointer exceptions in CartesianProductStream toExpression and explain methods 2017-06-09 12:07:28 -04:00
Cassandra Targett df74c65503 SOLR-10854: change PDF subtitle to use "solr-guide-version" to add "-DRAFT" to front page when applicable 2017-06-09 07:41:52 -05:00
Noble Paul f14f2ef6a6 SOLR-10647: move JsonSchemaValidator to SolrJ 2017-06-09 14:29:26 +09:30
Ishan Chattopadhyaya d7ff0e2b70 Add 6.6.0 back compat test indexes 2017-06-09 04:47:59 +05:30
Cassandra Targett 7ee9d33730 SOLR-10854: Add full Solr logo and use it for PDF title page; add "author" and pubdate metadata to title page 2017-06-08 15:29:54 -05:00
Joel Bernstein 0a52191577 Ref Guide: Edit stream evaluators description 2017-06-08 15:28:42 -04:00
Joel Bernstein f631c98677 SOLR-10351: Add documention 2017-06-08 15:18:59 -04:00
Joel Bernstein 40ed09f8ca SOLR-10853:Allow the analyze Stream Evaluator to operate outside of a stream 2017-06-08 14:41:48 -04:00
Cassandra Targett d411dceaec Ref Guide: several minor typos and format fixes for 6.6 Guide 2017-06-08 10:55:40 -05:00
Cassandra Targett f0bd43582a Ref Guide: reduce size of quote blocks 2017-06-08 10:55:40 -05:00
Cassandra Targett 0eb4b575cc Ref Guide: fix incorrect admonition type style definition in theme 2017-06-08 10:55:40 -05:00