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

Commit Tag Bot commented on LUCENE-4745:
----------------------------------------

[trunk commit] Simon Willnauer
http://svn.apache.org/viewvc?view=revision&revision=1442596

LUCENE-4745: Allow FuzzySlop customization in classic QueryParser

                
> Allow FuzzySlop customization in classic QueryParser
> ----------------------------------------------------
>
>                 Key: LUCENE-4745
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4745
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/queryparser
>    Affects Versions: 4.1
>            Reporter: Florian Schilling
>            Assignee: Simon Willnauer
>            Priority: Minor
>             Fix For: 4.2, 5.0
>
>         Attachments: LUCENE-4745-full.patch, LUCENE-4745-full.patch, 
> LUCENE-4745-raw.patch, LUCENE-4745-raw.patch
>
>
> It turns out searching arbitrary fields with define FUZZY_SLOP values could 
> be problematic on some types of values. For example a FUZZY_SLOP on dates is 
> ambiguous and needs a definition of a unit like months, days, minutes, etc. 
> An extension on the query grammar that allows some arbitrary text behind the 
> values in combination with a possibility to override the method parsing those 
> values could solve these kinds of problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to