thanks DIGY, I have interest in that too... Let me see if i understood:

UnaccentedWordAnalyzer  is like Standard Analyzer, but accent insensitive?

Thanks!
Gustavo Poll


2011/9/6 digy digy <digyd...@gmail.com>

> That may help
>
> UnaccentedWordAnalyzer @
>
> https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/src/contrib/Core/Analysis/Ext/Analysis.Ext.cs
>
>
> DIGY
>
> On Tue, Sep 6, 2011 at 12:31 PM, Floyd Wu <floyd...@gmail.com> wrote:
>
> > Hi everyone,
> >
> > I have a question that annoying me many times. my situation is that I
> need
> > to index file name and need to be searchable using partial file name.
> >
> > example--> 2009&2010Q2_ABCD_Report.xls (the file name)
> >
> > When I shot queries
> >
> > filename:ABCD    no match return.
> >
> > filename:2010Q2_ABCD     match
> >
> > filename:Report*    match
> >
> > I'm using StandardAnalyzer and Lucene.Net version is 2.9.3. Current
> > filename
> > field is set to tokenized/indexed/store
> >
> > What I want is when user type any part of file name that lucene.Net can
> > match.
> > (string like 2009 or 2010Q2 or ABCD or Report or xls or Report.xls)
> >
> > Please help on this or kindly direct me a way to solve it.
> >
> > Floyd
> >
>

Reply via email to