[
https://issues.apache.org/jira/browse/SOLR-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003382#comment-13003382
]
Yonik Seeley commented on SOLR-2113:
------------------------------------
porter stemming is not idempotent.
stem(hellosing) -> hellos
stem(stem(hellosing)) -> hello
> Create TermsQParser that deals with toInternal() conversion of external terms
> -----------------------------------------------------------------------------
>
> Key: SOLR-2113
> URL: https://issues.apache.org/jira/browse/SOLR-2113
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Hoss Man
> Fix For: 4.0
>
> Attachments: SOLR-2113.patch
>
>
> For converting facet.field response constraints into filter queries, it would
> be helpful to have a QParser that generated a TermQuery using the
> toInternal() converted result of the raw "q" param
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]