Qizx fe-4.4p2 API

Package com.qizx.api.fulltext

This package represents a simple framework for extending and redefining full-text features.

See:
          Description

Interface Summary
FullTextFactory Pluggable factory of Full-text resources.
FullTextPullStream An extension of XMLPullStream that separates fragments of text matching the key terms of a full-text query.
Scorer Customizable part of the full-text scoring algorithm.
Stemmer Produces a stem from a word.
TextTokenizer Pluggable text tokenizer compatible with standard full-text features.
Thesaurus Access to a thesaurus.
 

Class Summary
Thesaurus.LookupResult Structure returned by Thesaurus lookup.
Thesaurus.Synonym A synonym associated with an entry in a Thesaurus.
Thesaurus.TokenSequence Sequence of tokens.
 

Package com.qizx.api.fulltext Description

This package represents a simple framework for extending and redefining full-text features. It is meant for advanced use.

Redefining full-text features involves plugging a FullTextFactory implementation which creates or locates various full-text resources defined by the following interfaces:


© 2010 Axyana Software