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

Erick Erickson resolved SOLR-14405.
-----------------------------------
    Resolution: Won't Fix

Please raise questions like this on the user's list, we try to reserve JIRAs 
for known bugs/enhancements rather than usage questions.

See: 
http://lucene.apache.org/solr/community.html#mailing-lists-irc there are links 
to both Lucene and Solr mailing lists there.

A _lot_ more people will see your question on that list and may be able to help 
more quickly.

If it's determined that this really is a code issue or enhancement to Lucene or 
Solr and not a configuration/usage problem, we can raise a new JIRA or reopen 
this one.

> Fuzzy (edit distance) with 2 not getting results intermediately 
> ----------------------------------------------------------------
>
>                 Key: SOLR-14405
>                 URL: https://issues.apache.org/jira/browse/SOLR-14405
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search
>    Affects Versions: 5.3
>         Environment: Solr 5.3 on jetty server (linux OS)
>            Reporter: Pradeep Kolluri
>            Priority: Major
>
> We have 8 text fields (*_txt_en) in schema and one multi valued text field 
> which is copy field of other text fields, like below.
> tittle_txt_en, configuration_summary_txt_en, all_text_txt_ens (multi value 
> field)
> Observed one issue with Fuzzy match, same term with distance of two(~2) is 
> working on individual fields but not returning any results from multi valued 
> field.
> Term we used is "prob" and document has "problem" term in two text fields, so 
> all_text field has two occurrences of 'problem" terms.
>  
> title_txt_en:prob~2. (given results)
> all_text_txt_ens:prob~2 (no results)
>  
> is there any other factors involved in distance calculation other than 
> Damerau-Levenshtein Distance algoritham?
> what might be the reason same input with same distance worked with one field 
> and failed with other field in same collection?
> is there a way we can get actual distance solr calculated w.r.t specific 
> document and specific field ?
>  
> Thanks in advance !!
>  
> -Pradeep
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to