- JcsegAnalyzer - Class in org.lionsoul.jcseg.analyzer
-
Jcseg analyzer for lucene with version on or after 5.0
- JcsegAnalyzer(int) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegAnalyzer
-
initialize the analyzer with the specified mode
And Jcseg will look for the default configuration file
- JcsegAnalyzer(int, String) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegAnalyzer
-
initialize the analyzer with the specified mode
and the jcseg.properties file
- JcsegAnalyzer(int, JcsegTaskConfig) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegAnalyzer
-
initialize the analyzer with the specifield mode and configuration
- JcsegAnalyzer(int, JcsegTaskConfig, ADictionary) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegAnalyzer
-
initialize the analyzer with the specifiled mode, configuration, dictionary
- JcsegFilter - Class in org.lionsoul.jcseg.analyzer
-
token filter class according the to lucene API, this will be remove in in Lucene 5.0
- JcsegFilter(TokenStream) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegFilter
-
- JcsegTokenizer - Class in org.lionsoul.jcseg.analyzer
-
here is the documentation from org.apache.lucene.analysis.tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
- JcsegTokenizer(int, JcsegTaskConfig, ADictionary) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegTokenizer
-
- JcsegTokenizerFactory - Class in org.lionsoul.jcseg.analyzer
-
jcseg tokenizer factory class for solr
- JcsegTokenizerFactory(Map<String, String>) - Constructor for class org.lionsoul.jcseg.analyzer.JcsegTokenizerFactory
-
set the mode arguments in the schema.xml
configuration file to change the segment mode for jcseg