Package org.apache.lucene.analysis.morph
Class BinaryDictionary<T extends MorphData>
java.lang.Object
org.apache.lucene.analysis.morph.BinaryDictionary<T>
- All Implemented Interfaces:
Dictionary<T>
Abstract dictionary base class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ByteBuffer
static final String
static final String
static final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BinaryDictionary
(IOSupplier<InputStream> targetMapResource, IOSupplier<InputStream> dictResource, String targetMapCodecHeader, String dictCodecHeader, int dictCodecVersion) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.analysis.morph.Dictionary
getLeftId, getMorphAttributes, getRightId, getWordCost
-
Field Details
-
DICT_FILENAME_SUFFIX
- See Also:
-
TARGETMAP_FILENAME_SUFFIX
- See Also:
-
POSDICT_FILENAME_SUFFIX
- See Also:
-
buffer
-
-
Constructor Details
-
BinaryDictionary
protected BinaryDictionary(IOSupplier<InputStream> targetMapResource, IOSupplier<InputStream> dictResource, String targetMapCodecHeader, String dictCodecHeader, int dictCodecVersion) throws IOException - Throws:
IOException
-
-
Method Details
-
lookupWordIds
-