fix test bug in DistributedSpellCheckComponentTest
--------------------------------------------------

                 Key: SOLR-2847
                 URL: https://issues.apache.org/jira/browse/SOLR-2847
             Project: Solr
          Issue Type: Bug
          Components: multicore, spellchecker
    Affects Versions: 4.0
            Reporter: James Dyer
            Priority: Trivial
             Fix For: 4.0
         Attachments: SOLR-2847.patch

In Trunk, the IndexBasedSpellChecker dictionary is not being built both for the 
"control" and "shard" indexes.  The test then compares nothing to nothing and 
passes, because both the shard-index response and the control-index responses 
are the same.  This issue fixes the problem with the dictionaries not being 
built and also adds an additional check for data in the control-index responses 
so that this sort of regression may be detected in the future.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to