You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Marjan Celikik <ce...@gmail.com> on 2008/04/03 15:11:55 UTC

Error tolerant text search with Lucene?

Hi everyone,

I know that there are packages that support the "Did you mean ... ?" 
search features with lucene which tries to find the most suited 
correct-word query.. however, so far I haven't encountered the opposite 
search feature: given a correct query, find all documents which contain 
misspellings of the query.. are you guys aware of anything like this 
with lucene?

Thanks!

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


Re: Error tolerant text search with Lucene?

Posted by Grant Ingersoll <gs...@apache.org>.
Given the way people misspell these days, I think you could treat  
"correct" terms as being incorrect and use your spellchecker to give  
you the alternates based on your index?  You might also look into the  
FuzzyQuery.


On Apr 3, 2008, at 9:11 AM, Marjan Celikik wrote:

> Hi everyone,
>
> I know that there are packages that support the "Did you mean ... ?"  
> search features with lucene which tries to find the most suited  
> correct-word query.. however, so far I haven't encountered the  
> opposite search feature: given a correct query, find all documents  
> which contain misspellings of the query.. are you guys aware of  
> anything like this with lucene?
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>

--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ







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


Re: Error tolerant text search with Lucene?

Posted by Marjan Celikik <ce...@gmail.com>.
Dominique Béjean wrote:
> http://today.java.net/pub/a/today/2005/08/09/didyoumean.html
>
>
>
> -----Message d'origine-----
> De : Marjan Celikik [mailto:celikik@gmail.com] 
> Envoyé : jeudi 3 avril 2008 15:12
> À : java-user@lucene.apache.org
> Objet : Error tolerant text search with Lucene?
>
> Hi everyone,
>
> I know that there are packages that support the "Did you mean ... ?" 
> search features with lucene which tries to find the most suited 
> correct-word query.. however, so far I haven't encountered the opposite 
> search feature: given a correct query, find all documents which contain 
> misspellings of the query.. are you guys aware of anything like this 
> with lucene?
>
> Thanks!
>   

Read my e-mail agian ^

Marjan.

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


RE: Error tolerant text search with Lucene?

Posted by Dominique Béjean <do...@eolya.fr>.
http://today.java.net/pub/a/today/2005/08/09/didyoumean.html



-----Message d'origine-----
De : Marjan Celikik [mailto:celikik@gmail.com] 
Envoyé : jeudi 3 avril 2008 15:12
À : java-user@lucene.apache.org
Objet : Error tolerant text search with Lucene?

Hi everyone,

I know that there are packages that support the "Did you mean ... ?" 
search features with lucene which tries to find the most suited 
correct-word query.. however, so far I haven't encountered the opposite 
search feature: given a correct query, find all documents which contain 
misspellings of the query.. are you guys aware of anything like this 
with lucene?

Thanks!

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



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