You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2009/10/22 18:35:01 UTC

[jira] Resolved: (LUCENE-1258) Increment position by default in StopFilter & QueryParser -> PhraseQuery

     [ https://issues.apache.org/jira/browse/LUCENE-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1258.
----------------------------------------

    Resolution: Duplicate

Dup of LUCENE-2002.

> Increment position by default in StopFilter & QueryParser -> PhraseQuery
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-1258
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1258
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 1.9, 2.0.0, 2.1, 2.2, 2.3, 2.3.1, 2.3.2, 2.4, 2.9
>            Reporter: Michael McCandless
>            Priority: Minor
>             Fix For: 3.0
>
>
> Spinoff from here:
>   https://issues.apache.org/jira/browse/LUCENE-1095
> I think for 3.0 we should change the default so that:
>   * By default, StopFilter increments the positionIncrement whenever
>     it skips stop words.  Add option to revert back to old way.  This is
>     just toggling the boolean default.
>   * By default, when QueryParser adds terms to a PhraseQuery it should
>     include the position reported by the analyzer.  Add option to
>     revert back to old way.
> I'm just opening this now, marking as 3.0 fix, to remind us all to
> actually fix it for 3.0.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org