[ 
https://issues.apache.org/jira/browse/LUCENE-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552906
 ] 

Hoss Man commented on LUCENE-1095:
----------------------------------

I knew there must have been a good reason why it hadn't been done before, but 
there are some distinctions between then and now:

1) then the position incrementing wasn't optional, i wouldn't suggest making 
that some change, just making it easier for people who want to do this without 
having to write an entirely new Filter.

2) now PhraseQuery actually supports the notion of relative positions, so 
people can do the kind of thing Doug was talking about in the email you linked 
to ... but i won't go so far as to suggest we should make those changes by 
default in the QueryParser 


> StopFilter should have option to incr positionIncrement after stop word
> -----------------------------------------------------------------------
>
>                 Key: LUCENE-1095
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1095
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Hoss Man
>
> I've seen this come up on the mailing list a few times in the last month, so 
> i'm filing a known bug/improvement arround it...
> StopFilter should have an option that if set, records how many stop words are 
> "skipped" in a row, and then sets that value as the positionIncrement on the 
> "next" token that StopFilter does return.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to