Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseMetaDataHit
Base impl for a MetaDataHit implementation.
|
class |
BaseMetaDataHitImpl
Deprecated.
please use
AbstractBaseMetaDataHit |
class |
GenericMetaDataHitImpl |
Modifier and Type | Method and Description |
---|---|
abstract Collection<MetaDataHit> |
BaseDictionaryImpl.getEntries(String str)
Deprecated.
|
Collection<MetaDataHit> |
Dictionary.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Collection<MetaDataHit> |
DictionaryEngine.metaLookup(String text)
Gets a collection of MetaDataHits from the Dictionary based on the input
text.
|
Modifier and Type | Method and Description |
---|---|
int |
MetaDataHitComparator.compare(MetaDataHit mdh1,
MetaDataHit mdh2)
Implementation
|
boolean |
AbstractBaseMetaDataHit.equals(MetaDataHit mdh)
Two MetaDataHits are equal if their Meta field name/value pairs
are equal.
|
boolean |
BaseMetaDataHitImpl.equals(MetaDataHit mdh)
Deprecated.
Two MetaDataHits are equal if their Meta field name/value pairs
are equal.
|
boolean |
MetaDataHit.equals(MetaDataHit mdh) |
Modifier and Type | Method and Description |
---|---|
Collection<MetaDataHit> |
CollectionFilter.applyFilter(Collection<MetaDataHit> metaDataHitCol)
Prunes the Collection of MetaDataHit objects that meet the filter
implementation's match criteria.
|
Collection<MetaDataHit> |
TruncateCollectionFilterImpl.applyFilter(Collection<MetaDataHit> metaDataHitCol)
Implementation
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetaDataPostLookupFilterImpl.contains(MetaDataHit mdh) |
boolean |
PostLookupFilter.contains(MetaDataHit mdh) |
boolean |
PostLookupFilterGroupImpl.contains(MetaDataHit mdh) |
boolean |
SetValuePostLookupFilterImpl.contains(MetaDataHit mdh) |
Modifier and Type | Method and Description |
---|---|
Collection<MetaDataHit> |
CollectionFilter.applyFilter(Collection<MetaDataHit> metaDataHitCol)
Prunes the Collection of MetaDataHit objects that meet the filter
implementation's match criteria.
|
Collection<MetaDataHit> |
TruncateCollectionFilterImpl.applyFilter(Collection<MetaDataHit> metaDataHitCol)
Implementation
|
Constructor and Description |
---|
TruncateCollectionFilterImpl(Comparator<MetaDataHit> mdhComparator,
int mdhCount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Collection<MetaDataHit> |
JdbcDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocumentMetaDataHitImpl |
Modifier and Type | Method and Description |
---|---|
Collection<MetaDataHit> |
LuceneDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Modifier and Type | Class and Description |
---|---|
class |
StringTableRowMetaDataHitImpl |
Modifier and Type | Method and Description |
---|---|
Collection<MetaDataHit> |
StringTableDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Modifier and Type | Method and Description |
---|---|
MetaDataHit |
LookupHit.getDictMetaDataHit() |
Constructor and Description |
---|
LookupHit(MetaDataHit mdh,
int startOffset,
int endOffset) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.