Using custom lucene analyzer
Posted on June 22, 2016 at 8:41pm
What is the best way to use custom lucene analyzer. The default LuceneSimpleAnalyzer is inadequate for parsing Japanese sentences and I want to replace it. Is there a recommened way to do this?
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Posted on June 22, 2016 at 8:51pm
Seems like the analyzer is hardcoded in LuceneUtil class. Will just modify this class for now but it would be better if I can specify the analyzer in properties file.
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Posted on June 23, 2016 at 2:47am
Please log a tracker item to make the analyzer configurable.
Thank you,
Lucian
Joined: Jul 17 2006 - 1:10am
Last seen: 2 hours 13 min ago