Hi All,    

i have my own query parser which generates fuzzy/wildcard queries instances. It 
works fantastic, Lucene rocks ;-).
But i have to make sure the words are not to far apart.  I checked current 
proximity implementation. What i found is: PhraseQuery calculates a distance 
between terms (no fuzzy logic possible).
I have to calculate the distance (proximity) on the base of fuzzy queries.

Somebody  a idea how i can implement this feature?

Short example:
indexed string: "left word a b c d e f other right"
query string (fuzzy 0.5): "ohter word"
expected distance: 6

Many thanks!
___________________________________________________________
NEU: FreePhone - kostenlos mobil telefonieren und surfen!                       
        
Jetzt informieren: http://produkte.web.de/go/webdefreephone

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

Reply via email to