Searched refs:analyzer (Results 1 – 5 of 5) sorted by relevance
181 /** returns the query previously set at the analyzer, with all application-level186 … level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer206 …of those statements to an analyzer, and calling <member>getQueryWithSubstitution</member>, would r…
52 /** access to the analyzer service.
187 …Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new CJKAnalyzer(Version.LUCENE_29) : (An… in mainImpl() local188 …IndexWriter writer = new IndexWriter( NIOFSDirectory.open(aIndexDir), analyzer, true, IndexWriter.… in mainImpl()
260 …Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new CJKAnalyzer(Version.LUCENE_29) : (An… in queryImpl() local
16 - For Hunspell library - spell checker and morphological analyzer:
Completed in 47 milliseconds