Where can I find different versions of Lucene.Net Analyzer
Posted
by Vinay Pandey
on Stack Overflow
See other posts from Stack Overflow
or by Vinay Pandey
Published on 2010-04-17T10:55:07Z
Indexed on
2010/04/17
11:03 UTC
Read the original article
Hit count: 279
c#
|lucene.net
Hi All,
I know its silly question but I am struggling in allowing japanese/other such languages search for my web application using lucene.net.
I know that different analyzers can be used for all different languages and can be implemented but I could not find any dll for analyzers or example for the same.
the question is:-
- Will using different analyzers be a good option for web application, as search text can be in any form.
- Where can I find dll and sample application for implementing search for all different sets of language I have spend whole day but no luck :(.
© Stack Overflow or respective owner