Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Indexing.WordSieve

Packages that use Indexing.WordSieve
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util.text Text-related utility classes, in particular implementations of base indexing Sieves. 
 

Uses of Indexing.WordSieve in com.qizx.api
 

Methods in com.qizx.api that return Indexing.WordSieve
 Indexing.WordSieve Indexing.WordSieve.copy()
          Deprecated. Creates a carbon copy of this object.
 Indexing.WordSieve Indexing.getWordSieve()
          Returns the word sieve used for full-text indexing.
 Indexing.WordSieve XQuerySession.getWordSieve()
          Deprecated. see XQuerySession.getFullTextFactory() XQuerySession.setFullTextFactory(com.qizx.api.fulltext.FullTextFactory)
 

Methods in com.qizx.api with parameters of type Indexing.WordSieve
 void Indexing.setWordSieve(Indexing.WordSieve wordSieve)
          Defines the word sieve used for full-text indexing.
 void XQuerySession.setWordSieve(Indexing.WordSieve wordSieve)
          Deprecated. see XQuerySession.setFullTextFactory(com.qizx.api.fulltext.FullTextFactory)
 

Uses of Indexing.WordSieve in com.qizx.api.util.text
 

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

Methods in com.qizx.api.util.text that return Indexing.WordSieve
 Indexing.WordSieve DefaultWordSieve.copy()
          Deprecated.  
 


© 2010 Axyana Software