@Deprecated public abstract class BaseDictionaryImpl extends Object implements Dictionary
Constructor and Description |
---|
BaseDictionaryImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(String text)
Deprecated.
Determines whether the Dictionary contains the specified input text.
|
abstract Collection<MetaDataHit> |
getEntries(String str)
Deprecated.
Gets any meta data entries associated with the specified input text.
|
protected Iterator<String> |
getMetaFieldNames()
Deprecated.
|
void |
retainMetaData(String metaFieldName)
Deprecated.
Tells the Dictionary to retain specific bits of metadata for each
entry in the Dictionary.
|
public void retainMetaData(String metaFieldName)
Dictionary
retainMetaData
in interface Dictionary
metaFieldName
- Name specific to Dictionary implementation.public abstract boolean contains(String text) throws DictionaryException
Dictionary
contains
in interface Dictionary
text
- The input text.DictionaryException
public abstract Collection<MetaDataHit> getEntries(String str) throws DictionaryException
Dictionary
getEntries
in interface Dictionary
str
- The input text.DictionaryException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.