On 4/12/2018 3:11 AM, Vincenzo D'Amore wrote:
Hi all, anyone could at least point me some good resource that explain how
to configure filters in fieldType building?
Just understand if exist a document that explain the changes introduced
with SynonymGraphFilter or in general what kind of filters are compatible
and can stay together in the same chain.
https://lucene.apache.org/solr/guide/7_3/understanding-analyzers-tokenizers-and-filters.html
I don't think you can have multiple Graph filters, even if they're the
same filter, in a chain, whether it's index or query.
I can understand the desire to have multiple synonym filters from the
standpoint of organizing things into categories, but instead of having
multiple synonym filters, you should have one filter pointing at a file
containing all of the synonyms that you want to use. You could have any
automation scripts combine synonym files into a single file that gets
uploaded to your running configuration directory.
Thanks,
Shawn