Christine Poerschke created SOLR-8682:
-----------------------------------------
Summary: SpellCheckComponentTest occasionally fails on Windows
Key: SOLR-8682
URL: https://issues.apache.org/jira/browse/SOLR-8682
Project: Solr
Issue Type: Test
Reporter: Christine Poerschke
Priority: Minor
e.g. http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5620/ and
http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5619/
This might be the same or similar to SOLR-8364 in December 2015 where
{code}
<query>
<useColdSearcher>false</useColdSearcher>
<maxWarmingSearchers>1</maxWarmingSearchers>
</query>
{code}
was added to
[spellcheckcomponent.xml|https://github.com/apache/lucene-solr/blob/master/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml#L31]
as a remedy.
Working on unrelated SOLR-8674 I noticed that the addition was as
{{indexConfig/query/maxWarmingSearchers}} when possibly
{{query/maxWarmingSearchers}} was intended from quick look at
[SolrConfig.java|https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/SolrConfig.java#L276]
code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]