[ 
https://issues.apache.org/jira/browse/SOLR-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651376#action_12651376
 ] 

Yonik Seeley commented on SOLR-879:
-----------------------------------

The other problem is we never set QueryParser.setEnablePositionIncrements(true)
This means that the indexed version will have gaps but the phrase query 
produced will not.

You can see the problem with this query on the example data:
http://localhost:8983/solr/select?q=features:%22Optimized%20High%20Volume%20Web%20Traffic%22


> stopword filter config error in sample schema
> ---------------------------------------------
>
>                 Key: SOLR-879
>                 URL: https://issues.apache.org/jira/browse/SOLR-879
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>
> The sample schema enables position increments for the StopFilter for the 
> index analyzer but not the query analyzer.
> introduced back in SOLR-521

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to