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
; 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
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
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
>
> ?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,
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
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