Guillaume Jactat created SOLR-17362:
---------------------------------------

             Summary: Hunspell dictionaries and affix loading strategy
                 Key: SOLR-17362
                 URL: https://issues.apache.org/jira/browse/SOLR-17362
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Schema and Analysis
    Affects Versions: 9.6.1
            Reporter: Guillaume Jactat


Initializing a Hunspell dictionary is a fairly costly process, as it involves 
reading and parsing fairly large files.
In my case, I have several collections that use the same set of 3 Hunspell 
dictionaries (they all use the same configset).
Dictionaries are initialized for each collection (and probably for each shard 
if there were any). This represents a significant overhead when starting up the 
Solr service.
Would it be possible to "pool" dictionaries across collections that use the 
same settings? In this way, the number of collections would have no effect on 
initialization time.

Translated with DeepL.com (free version)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to