29033 Commits

Author SHA1 Message Date
Alan Woodward
e53ce592ba LUCENE-7736: CHANGES.txt 2017-11-15 14:29:02 +00:00
Alan Woodward
2a4dd499bb LUCENE-7736: IndexReaderValues 2017-11-15 14:22:49 +00:00
David Smiley
af2b903f65 LUCENE-8040: optimize IndexSearcher.collectionStatistics 2017-11-15 08:57:47 -05:00
Alan Woodward
183571c085 LUCENE-6278: Remove Scorer.freq() 2017-11-15 11:14:16 +00:00
Noble Paul
cfea3d5e83 SOLR-11642: remove Policy.Session from OverseerCollectionMessageHandler 2017-11-15 21:18:33 +10:30
Steve Rowe
aef58a26a2 SOLR-11584: remove zero-width space (U+200B) that causes compilation to fail on some platforms 2017-11-14 22:30:50 -05:00
Cassandra Targett
df70e27d7d SOLR-11584: add JS and CSS to support tabbed content; add "column" style TOC support 2017-11-14 16:47:14 -06:00
David Smiley
3923e9fba3 SOLR-11595: optimize SolrIndexSearcher.collectionStatistics 2017-11-14 16:58:49 -05:00
Chris Hostetter
d77d54b1a6 SOLR-11641: Change to default to so default behavior is to PostFilter if user specifies 2017-11-14 10:45:29 -07:00
Noble Paul
79283834bc SOLR-11380:removed GenericRequest.setContentStreams() 2017-11-15 03:55:17 +10:30
Noble Paul
65cd8bbbf4 SOLR-11538: Implement port suggestion 2017-11-14 23:23:35 +10:30
Andrzej Bialecki
fc678da2dd SOLR-11642: Implement ObjectCache for SolrCloudManager. 2017-11-14 13:21:26 +01:00
Andrzej Bialecki
7c54b2b116 SOLR-11458: Improve this test to show the failure to be fixed in SOLR-11458. 2017-11-14 11:16:39 +01:00
Noble Paul
8e60dc52c5 SOLR-11538: Implement suggestions for port,ip_*, nodeRole,sysprop.*, metrics:* 2017-11-14 15:17:53 +10:30
Joel Bernstein
59360b4617 SOLR-11570: Add support for correlation matrices to the corr Stream Evaluator 2017-11-13 19:44:46 -05:00
Steve Rowe
c3513e9281 SOLR-11231: Guard against unset fields when performing language detection. This closes #232 2017-11-13 17:57:24 -05:00
Shalin Shekhar Mangar
3045349140 SOLR-11638: Fix CloudSolrClientTest periodic failures after SOLR-11507 2017-11-13 15:50:45 +05:30
Cassandra Targett
eec25eacce SOLR-4323: fix unterminated lst element in techproducts example solrconfig 2017-11-10 16:35:38 -06:00
Joel Bernstein
9ea9a85339 SOLR-11571: Add diff Stream Evaluator to support time series differencing 2017-11-10 13:15:41 -05:00
Erick Erickson
6e3d082395 SOLR-11635: CDCR Source configuration example in the ref guide leaves out important settings 2017-11-10 09:50:24 -08:00
Alan Woodward
b5571031ca LUCENE-8042: Fix precommit and CHANGES 2017-11-10 17:11:59 +00:00
Alan Woodward
276e317e94 LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
Alan Woodward
281e84b988 LUCENE-8014: Remove TFIDFSimilarity.sloppyFreq() and scorePayload() 2017-11-10 11:19:06 +00:00
Alan Woodward
1aa049bb27 LUCENE-8014: Remove deprecated SimScorer methods 2017-11-10 09:43:18 +00:00
Alan Woodward
764abcb31a Revert "LUCENE-8014: Remove deprecated SimScorer methods"
Reverting to fix test failures

This reverts commit 946ec9d5b945b68c4aae88f582de2b6a02e6bfd0.
2017-11-10 09:02:03 +00:00
David Smiley
a43c318a51 SOLR-11507: randomize parallelUpdates for test CloudSolrClientBuilder 2017-11-09 15:58:58 -05:00
David Smiley
df3b01744c SOLR-10469: Move CloudSolrClient.setParallelUpdates to its Builder 2017-11-09 15:48:35 -05:00
Cassandra Targett
0546a64acf SOLR-3504: add note about hard num docs limit in Lucene to planning installation section 2017-11-09 14:11:55 -06:00
Chris Hostetter
15fe53e10b SOLR-9120: Reduce log level for inconsequential NoSuchFileException that LukeRequestHandler may encounter 2017-11-09 09:53:22 -07:00
Alan Woodward
946ec9d5b9 LUCENE-8014: Remove deprecated SimScorer methods 2017-11-09 14:05:34 +00:00
Alan Woodward
a744654bca LUCENE-8038: Remove deprecated PayloadScoreQuery methods 2017-11-09 14:05:34 +00:00
Alan Woodward
bba2b6d418 LUCENE-8014: Deprecate SimScorer.computeSlopFactor and computePayloadFactor 2017-11-09 14:05:34 +00:00
Alan Woodward
1a80bc76b1 SOLR-11610: Move SOLR to PayloadDecoder 2017-11-09 14:05:34 +00:00
Alan Woodward
5c9bcc9e90 LUCENE-8038: Add PayloadDecoder 2017-11-09 14:05:07 +00:00
Alan Woodward
e827f17be5 Revert "LUCENE-8017: Don't use ParallelReader in tests"
This reverts commit ff4874f3d3ff6c307121a6a1f6d87a33d45a48a4.

LUCENE-8045 makes this unnecessary
2017-11-09 14:02:57 +00:00
Alan Woodward
77ea211096 LUCENE-8045: ParallelLeafReader should correctly report FieldInfo.dvGen 2017-11-09 14:02:57 +00:00
Shalin Shekhar Mangar
b03c7249d3 SOLR-11628: Add documentation of maxRamMB for filter cache and query result cache 2017-11-09 18:56:17 +05:30
Noble Paul
6c46569705 SOLR-11614: ReplicaAssigner to use SolrCloudManager 2017-11-09 23:18:28 +10:30
Shalin Shekhar Mangar
eef8f30da2 SOLR-11627: Enable debug logging of overseer messages 2017-11-09 17:52:33 +05:30
Alan Woodward
ff4874f3d3 LUCENE-8017: Don't use ParallelReader in tests 2017-11-09 10:48:07 +00:00
David Smiley
67a6a14302 SOLR-11619: V2 action=REMOTEQUERY bug 2017-11-08 11:54:29 -05:00
Karl Wright
7f15a57675 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-11-08 10:45:03 -05:00
Karl Wright
137b2f35fd LUCENE-8039: Update CHANGES.txt 2017-11-08 10:44:48 -05:00
Steve Rowe
b28ed8f0ef SOLR-11003: Do not import ImmutableMap from shaded junit4-ant jar 2017-11-08 10:39:43 -05:00
Karl Wright
dae5c570b9 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-11-08 07:29:28 -05:00
Karl Wright
3d95c170de LUCENE-8039: Add delta distance method to augment internal distance. 2017-11-08 07:26:43 -05:00
Shalin Shekhar Mangar
70d1d94110 SOLR-11621: Fix spurious failures of TriggerIntegrationTest due to timing issues 2017-11-08 15:47:15 +05:30
Joel Bernstein
23fe16d3e9 SOLR-11607: Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators 2017-11-07 19:46:26 -05:00
Varun Thacker
1f83b1fc1c SOLR-11618: Tone down verbosity of BackupManager logging 2017-11-07 14:31:22 -08:00
Noble Paul
a03d6bc8c2 SOLR-11380: deprecated getContentStreams() 2017-11-07 17:56:52 +10:30