[ 
https://issues.apache.org/jira/browse/SOLR-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-3631:
---------------------------

    Fix Version/s:     (was: 3.6.1)
                       (was: 3.1)

Eugene: I'm not very knowledgeable about the spellcheck code, but i'm unable to 
reproduce the problem you are seeing -- most likely because the spellchecker 
works based on the indexed data, and w/o a copy of your exact schema and data, 
specific examples you provide won't necessarily reproduce with the same errors.

could you please try to reproduce this with the example schema and example 
data?  if you have to make modifications to the solrconfig.xml file that's 
fine, just tell us what changes you made -- but to try and dig into a problem 
like this we really need to understand exactly what data is being used.

It would also be helpful if you could test this using Solr 4.0.0-ALPHA or Solr 
3.6.0 and let us know if you can reproduce the problem in either of those 
(there have been a lot of spellcheck related changes and bug fixes since Solr 
3.1)
                
> Parse exception when spellchecker with collations is used
> ---------------------------------------------------------
>
>                 Key: SOLR-3631
>                 URL: https://issues.apache.org/jira/browse/SOLR-3631
>             Project: Solr
>          Issue Type: Bug
>          Components: search, spellchecker
>    Affects Versions: 3.1
>         Environment: Windows 7
> Tomcat 6.0.26
> Solr 3.1
> Java options: -XX:PermSize=128m -XX:MaxPermSize=128m -Xms1024m -Xmx1024m
>            Reporter: Eugene Viktorovich
>         Attachments: exception-log.log
>
>
> Request 
> {code}
> http://<host>:<port>/solr/live/select/?spellcheck=true&q=+((shortDesc_en:(hg1453hg)^8))
> {code}
> to Solr calls exception. See attached file [^exception-log.log].
> solrconfig.xml:
> {code:xml}
> ...
> <requestHandler name="standard" class="solr.SearchHandler" default="true">
>       <!-- default values for query parameters -->
>       <lst name="defaults">
>               <str name="echoParams">explicit</str>
>               <str name="spellcheck.onlyMorePopular">true</str>
>               
>               <str name="spellcheck.extendedResults">false</str>
>               <str name="spellcheck.collate">true</str>
>               <str name="spellcheck.collateExtendedResults">true</str>
>               
>               <str name="spellcheck.maxCollations">3</str>
>               
>               <str name="spellcheck.maxCollationTries">6</str>
>               
>               <str name="spellcheck.count">3</str>
>       </lst>
>       <arr name="last-components">
>               <str>spellcheck</str>
>       </arr>
> </requestHandler>
> ...
> {code}

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to