The FuzzyLookupFactory takes a param "storeDir" in solrconfig.xml to specify a place to stash the FST after it's built. The AnalyzingInfixLookupFactory, OTOH, uses "indexPath". This seems unnecessarily confusing.
What it means is that if you try to define two different components that both use AnalyzingInfixLookupFactory, you're hosed but use "storeDir" rather than "indexPath", well, it's not good. At least Solr barfs with "already closed".... I think this is worth a JIRA, anyone else got an opinion? And what should we do here? Just use one or the other? Remove the one we decide against? Allow both as synonyms? Deprecate one? Plus, we don't talk about either one in the ref guide on suggesters, I'll fix that up probably this weekend. Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
