[
https://issues.apache.org/jira/browse/SOLR-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416812#comment-16416812
]
Tomás Fernández Löbbe commented on SOLR-12035:
----------------------------------------------
Thanks Tim!
> ExtendedDismaxQParser fails to include charfilters in nostopanalyzer
> --------------------------------------------------------------------
>
> Key: SOLR-12035
> URL: https://issues.apache.org/jira/browse/SOLR-12035
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: query parsers
> Affects Versions: master (8.0)
> Reporter: Tim Allison
> Assignee: Tomás Fernández Löbbe
> Priority: Major
> Fix For: 7.4, master (8.0)
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In some circumstances, the ExtendedDismaxQParser tries to remove stop filters
> from the TokenizerChain. When building the new analyzer without the stop
> filters, the charfilters from the original TokenizerChain are not copied over.
> The fix is trivial.
> {noformat}
> - TokenizerChain newa = new TokenizerChain(tcq.getTokenizerFactory(),
> newtf);
> + TokenizerChain newa = new TokenizerChain(tcq.getCharFilterFactories(),
> tcq.getTokenizerFactory(), newtf);
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]