Store & Load functionality for Suggester Lookup implementations
---------------------------------------------------------------

                 Key: SOLR-2375
                 URL: https://issues.apache.org/jira/browse/SOLR-2375
             Project: Solr
          Issue Type: Improvement
          Components: SearchComponents - other
    Affects Versions: 3.2, 4.0
            Reporter: Andrzej Bialecki 
            Assignee: Andrzej Bialecki 


Trie-based autocomplete API has two methods, store(File) and load(File) to 
persist the trie representation on disk, but in the committed code (SOLR-1316) 
these methods were not implemented. This issue adds an implementation for both 
TSTLookup and JaspellLookup.

-- 
This message is automatically generated by JIRA.
-
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