10080 Commits

Author SHA1 Message Date
Chris Hostetter
f1e2be6451 SOLR-10834: Fixed tests and test configs to stop using numeric uniqueKey fields
Squashed commit of the following (from jira/SOLR-10834 branch):

commit 8f1043840f38533864b2c713daf066b6c3509147
commit 7b95773bd524cd86aaccc56cc33a003a9aff2004
commit b26bf9d60e2b94e0cdc365d1e2c0a37c33e24198
commit df11992106f8c338503b6e3e9a27ba6ddcfa2953
commit fcf98132410ed247e451bb449a8337a09bd857ce
commit 05e8e226de359a6d7bc99219eaec161a32268f17
commit 6dce948294351560948a32b64679b1879657af79
commit 53f97845caaa8adc25862e4017b94f3091063552
commit d5bfb5f57016341fbeaf73b5e4c9ed10dc3816d0
commit d333f7b1eee10893a81532ac2f5a77a46716d90b
commit 15983ceec4702dc8c7562250d59cd8231c67d46a
commit e18e2e771fb4678cb911a62bbc7c74a873466bf0
commit 134e210bdf601600a9d90dd0720a35cb122896b0
commit ec03260265f8a3bbdfd7f9b015de16a4950a05eb
commit 5d430057ed335801a524e1e7666061075ab6d859
commit 1625df3d21b8fa27815d7a7b89a55fc338eeb23b
2017-06-15 09:14:24 -07:00
David Smiley
abc393dbfd LUCENE-7500: Remove LeafReader.fields in lieu of LeafReader.terms.
Optimized MultiFields.getTerms.
2017-06-15 00:59:01 -04:00
Noble Paul
c3c895548f SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory 2017-06-14 18:56:43 +09:30
Noble Paul
92b17838a3 SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory 2017-06-14 18:07:40 +09:30
David Smiley
f470bbcbdc LUCENE-7876 avoid leafReader.fields 2017-06-13 22:44:04 -04:00
yonik
a18a4ce245 SOLR-7452: convert bucket values in FacetStream from Integer to Long for calcite, make bucket labels in JSON Facet API consistent for facet refinement 2017-06-13 17:31:30 -04:00
Mike Drob
d1db5f7af9 Revert "SOLR-8392: Remove instanceof checks on return value of SolrParam::get"
This reverts commit 94220a01e14f53e0632bfbc1678661ad9c67320a.
2017-06-13 14:19:05 -07:00
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
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
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
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