Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3631

Parse exception when spellchecker with collations is used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 3.1
    • None
    • search, spellchecker
    • None
    • Windows 7
      Tomcat 6.0.26
      Solr 3.1
      Java options: -XX:PermSize=128m -XX:MaxPermSize=128m -Xms1024m -Xmx1024m

    Description

      Request

      http://<host>:<port>/solr/live/select/?spellcheck=true&q=+((shortDesc_en:(hg1453hg)^8))
      

      to Solr calls exception. See attached file exception-log.log.

      solrconfig.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>
      ...
      

      Attachments

        1. exception-log.log
          21 kB
          Eugene Viktorovich

        Activity

          People

            Unassigned Unassigned
            volfgang Eugene Viktorovich
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: