Re: how to support "implicit trailing wildcards"

2010-08-11 Thread Jan Høydahl / Cominvent
ene-java/LuceneFAQ#Are_Wildcard.2C_Prefix.2C_and_Fuzzy_queries_case_sensitive.3F >>>> , >>>> Wildcard, Prefix, and Fuzzy queries are not passed through the Analyzer. >>>> The >>>> rationale is that if search 'mounted', I also

Re: how to support "implicit trailing wildcards"

2010-08-11 Thread yandong yao
; rationale is that if search 'mounted', I also want documents with > 'mount' > >> match. > >> > >> So seems built-in wildcard search could not satisfy my requirements if i > >> understand correctly. > >> > >> Thanks very

Re: how to support "implicit trailing wildcards"

2010-08-10 Thread Jan Høydahl / Cominvent
satisfy my requirements if i >> understand correctly. >> >> Thanks very much! >> >> >> 2010/8/9 Bastian Spitzer >> >>> Wildcard-Search is already built in, just use: >>> >>> ?q=umoun* >>> ?q=mounta* >>> >&g

Re: how to support "implicit trailing wildcards"

2010-08-10 Thread Geert-Jan Brits
t; > 2010/8/9 Bastian Spitzer > > > Wildcard-Search is already built in, just use: > > > > ?q=umoun* > > ?q=mounta* > > > > -----Ursprüngliche Nachricht- > > Von: yandong yao [mailto:yydz...@gmail.com] > > Gesendet: Montag, 9. August 2010 15

Re: how to support "implicit trailing wildcards"

2010-08-09 Thread yandong yao
> > ?q=umoun* > ?q=mounta* > > -Ursprüngliche Nachricht- > Von: yandong yao [mailto:yydz...@gmail.com] > Gesendet: Montag, 9. August 2010 15:57 > An: solr-user@lucene.apache.org > Betreff: how to support "implicit trailing wildcards" > > Hi everyone,

AW: how to support "implicit trailing wildcards"

2010-08-09 Thread Bastian Spitzer
Wildcard-Search is already built in, just use: ?q=umoun* ?q=mounta* -Ursprüngliche Nachricht- Von: yandong yao [mailto:yydz...@gmail.com] Gesendet: Montag, 9. August 2010 15:57 An: solr-user@lucene.apache.org Betreff: how to support "implicit trailing wildcards" Hi everyone

how to support "implicit trailing wildcards"

2010-08-09 Thread yandong yao
Hi everyone, How to support 'implicit trailing wildcard *' using Solr, eg: using Google to search 'umoun', 'umount' will be matched , search 'mounta', 'mountain' will be matched. >From my point of view, there are several ways, both with disadvantages: 1) Using EdgeNGramFilterFactory, thus 'umou