Steve Rowe created SOLR-11955: --------------------------------- Summary: Clean up usage of graph token filters in shipped schemas Key: SOLR-11955 URL: https://issues.apache.org/jira/browse/SOLR-11955 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Reporter: Steve Rowe
I noted in a thread on the solr-user mailing list [https://lists.apache.org/thread.html/557347c2e22352ae3b2ccd9e9f22fbf8ce50d8efed901901adf020fc@%3Csolr-user.lucene.apache.org%3E] that token graph filters (e.g. SynonymGraphFilter and WordDelimiterGraphFilter) can't handle input graphs, i.e. streams produced by other token graph filters. >From the above-linked thread, [~WebHomer] wrote: {quote} I noticed that in some of the current example schemas that are shipped with Solr, there is a fieldtype, text_en_splitting, that feeds the output of SynonymGraphFilterFactory into WordDelimiterGraphFilterFactory. So if this isn't supported, the example should probably be updated or removed. {quote} We should evaluate all analysis chains in shipped schemas to address this. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org