You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by lyan222 <ly...@gmail.com> on 2009/10/29 15:38:49 UTC

how to get non-exact matching of search terms

if i search a term 'lucene',
is there any way i can get results with lucene, luce, lu even l?

thanks a lot.
-- 
View this message in context: http://www.nabble.com/how-to-get-non-exact-matching-of-search-terms-tp26114340p26114340.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


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


Re: how to get non-exact matching of search terms

Posted by Erick Erickson <er...@gmail.com>.
This would be better posted to the users list, this is the
developers list.

If you're asking if you can search the term "luce" and get
a document containing "lucene", yes you can, see the
wildcard syntax.

Best
Erick

On Thu, Oct 29, 2009 at 10:38 AM, lyan222 <ly...@gmail.com> wrote:

>
> if i search a term 'lucene',
> is there any way i can get results with lucene, luce, lu even l?
>
> thanks a lot.
> --
> View this message in context:
> http://www.nabble.com/how-to-get-non-exact-matching-of-search-terms-tp26114340p26114340.html
> Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>