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

Robert Muir updated LUCENE-5410:
--------------------------------

    Attachment: LUCENE-5410.patch

Updated patch with a few tweaks:
* rename FUZZINESS_OPERATOR -> FUZZY_OPERATOR
* rename SLOP_OPERATOR -> NEAR_OPERATOR
* add test and check for negative slop in SimpleQP
* add negative slop IAE to Phrase/MultiPhraseQuery
* update solr support for new operators
* move constants to params so users have access to them.
* add some simple updates to the class javadocs

> Add fuzziness support to SimpleQueryParser
> ------------------------------------------
>
>                 Key: LUCENE-5410
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5410
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/queryparser
>    Affects Versions: 4.7
>            Reporter: Lee Hinman
>            Assignee: Robert Muir
>            Priority: Minor
>         Attachments: LUCENE-5410.patch, LUCENE-5410.patch, LUCENE-5410.patch, 
> LUCENE-5410.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> It would be nice to add fuzzy query support to the {{SimpleQueryParser}} so 
> that:
> {{foo~2}}
> generates a {{FuzzyQuery}} with an max edit distance of 2 and:
> {{"foo bar"~2}}
> generates a {{PhraseQuery}} with a slop of 2.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to