Thanks Shawn, synonyms right now are just organized in categories with different meanings. Thanks a lot for the response. I think this behaviour should be clearly stated in the documentation. Can I access to solr guide and add few notes on this?
On Thu, Apr 12, 2018 at 11:40 AM, Shawn Heisey <apa...@elyograg.org> wrote: > 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-analy > zers-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 > > -- Vincenzo D'Amore