[ 
https://issues.apache.org/jira/browse/SOLR-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13767393#comment-13767393
 ] 

Areek Zillur commented on SOLR-5167:
------------------------------------

To answer Varun's question, the storeDir parameter for the 
AnalyzingInfixSuggestions should be null, the reason being that this analyzer 
does not store the dictionary at the suggestor level, rather manages building 
and loading the index that gets created on its own. hence the store() and 
load() should return false (this is what gets used by the Suggester to load any 
persistent dictionary).
                
> Ability to use AnalyzingInfixSuggester in Solr
> ----------------------------------------------
>
>                 Key: SOLR-5167
>                 URL: https://issues.apache.org/jira/browse/SOLR-5167
>             Project: Solr
>          Issue Type: New Feature
>          Components: SearchComponents - other
>            Reporter: Varun Thacker
>            Priority: Minor
>             Fix For: 4.5, 5.0
>
>         Attachments: SOLR-5167.patch, SOLR-5167.patch
>
>
> We should be able to use AnalyzingInfixSuggester in Solr by defining it in 
> solrconfig.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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