Class Summary |
AllMatch |
AllMatch: item that contains the Matches of a full-text query¨ |
LinguisticToken |
Linguistic Token: for each word in the text there exists a Linguistic Token
Additional Information: position of term in text, Dewey Identifier, sentence and paragraph information etc. |
Match |
Match: Representation of Match in Fulltext Data Model
Roughly speaking: A conjunction of StringMatches (for now just includes, later also excludes) |
Phrase |
implementation of a Phrase containing several Matchs (for each Linguistic
Token that matches a word of the phrase) |
StringMatch |
Represents a StringMatch of the Fulltext Data Model: Roughly speaking, a
match of query tokens with document tokens |
StringMatchCompare |
|