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

Eugene Viktorovich updated SOLR-3631:
-------------------------------------

    Summary: Parse exception when spellchecker with collations is used  (was: 
Exception when spellchecker is used)
    
> 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
>             Fix For: 3.1, 3.6.1
>
>         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