Uses of Class
org.apache.lucene.analysis.ja.dict.ConnectionCosts
Packages that use ConnectionCosts
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
-
Uses of ConnectionCosts in org.apache.lucene.analysis.ja
Constructors in org.apache.lucene.analysis.ja with parameters of type ConnectionCostsModifierConstructorDescriptionJapaneseTokenizer
(AttributeFactory factory, TokenInfoDictionary systemDictionary, UnknownDictionary unkDictionary, ConnectionCosts connectionCosts, UserDictionary userDictionary, boolean discardPunctuation, boolean discardCompoundToken, JapaneseTokenizer.Mode mode) Create a new JapaneseTokenizer, supplying a custom system dictionary and unknown dictionary. -
Uses of ConnectionCosts in org.apache.lucene.analysis.ja.dict
Fields in org.apache.lucene.analysis.ja.dict declared as ConnectionCostsModifier and TypeFieldDescription(package private) static final ConnectionCosts
ConnectionCosts.SingletonHolder.INSTANCE
Methods in org.apache.lucene.analysis.ja.dict that return ConnectionCostsMethods in org.apache.lucene.analysis.ja.dict that return types with arguments of type ConnectionCosts