Home
last modified time | relevance | path

Searched refs:analyzer (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java260 …Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new CJKAnalyzer(Version.LUCENE_29) : (An… in queryImpl() local
/trunk/main/
H A DLICENSE_category_b16 - For Hunspell library - spell checker and morphological analyzer:
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl181 /** returns the query previously set at the analyzer, with all application-level
186 … level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer
206 …of those statements to an analyzer, and calling <member>getQueryWithSubstitution</member>, would r…
H A DSingleSelectQueryComposer.idl52 /** access to the analyzer service.
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java187 …Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new CJKAnalyzer(Version.LUCENE_29) : (An… in mainImpl() local
188 …IndexWriter writer = new IndexWriter( NIOFSDirectory.open(aIndexDir), analyzer, true, IndexWriter.… in mainImpl()

Completed in 167 milliseconds