Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.fulltext.TextTokenizer

Packages that use TextTokenizer
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.fulltext This package represents a simple framework for extending and redefining full-text features. 
com.qizx.api.util.fulltext This package contains the built-in implementation of full-text features. 
com.qizx.api.util.text Text-related utility classes, in particular implementations of base indexing Sieves. 
 

Uses of TextTokenizer in com.qizx.api
 

Subinterfaces of TextTokenizer in com.qizx.api
static interface Indexing.WordSieve
          Deprecated. replaced by TextTokenizer
 

Uses of TextTokenizer in com.qizx.api.fulltext
 

Methods in com.qizx.api.fulltext that return TextTokenizer
 TextTokenizer FullTextFactory.getTokenizer(String languageCode)
          Returns an instance of TextTokenizer suitable for the specified language.
 

Uses of TextTokenizer in com.qizx.api.util.fulltext
 

Classes in com.qizx.api.util.fulltext that implement TextTokenizer
 class DefaultTextTokenizer
          Generic Text Tokenizer, suitable for most Western languages.
 

Methods in com.qizx.api.util.fulltext that return TextTokenizer
 TextTokenizer DefaultFullTextFactory.getTokenizer(String languageCode)
           
 

Uses of TextTokenizer in com.qizx.api.util.text
 

Classes in com.qizx.api.util.text that implement TextTokenizer
 class DefaultWordSieve
          Deprecated. use DefaultTextTokenizer
 


© 2010 Axyana Software