Qizx fe-4.4p2 API

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

Packages that use FullTextFactory
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util.fulltext This package contains the built-in implementation of full-text features. 
 

Uses of FullTextFactory in com.qizx.api
 

Methods in com.qizx.api that return FullTextFactory
 FullTextFactory XQuerySessionManager.getFullTextFactory()
           
 FullTextFactory LibraryManager.getFullTextFactory()
          Returns the FullTextFactory specified by LibraryManager.setFullTextFactory(FullTextFactory).
 FullTextFactory XQuerySession.getFullTextFactory()
          Returns the Fulltext Provider associated with the session.
 

Methods in com.qizx.api with parameters of type FullTextFactory
 void XQuerySessionManager.setFullTextFactory(FullTextFactory factory)
           
 void LibraryManager.setFullTextFactory(FullTextFactory factory)
          Defines a default FullTextFactory for all the XML Libraries opened or created from this Library Manager.
 void XQuerySession.setFullTextFactory(FullTextFactory fulltextProvider)
          Redefines the full-text factory associated with the session.
 

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

Classes in com.qizx.api.util.fulltext that implement FullTextFactory
 class DefaultFullTextFactory
          Fulltext service provider plugged by default.
 

Constructors in com.qizx.api.util.fulltext with parameters of type FullTextFactory
FullTextHighlighter(com.qizx.queries.FullText.Selection query, FullTextFactory fulltextFactory)
          For internal use.
FullTextHighlighter(String[] words, FullTextFactory fulltextFactory, String language)
          Creates a FullTextHighlighter from a list of words.
FullTextHighlighter(String simpleSyntaxQuery, FullTextFactory fulltextFactory, String language)
          Creates a FullTextHighlighter from a query string using the simple full-text syntax.
FullTextSnippetExtractor(com.qizx.queries.FullText.Selection query, FullTextFactory ftFactory)
          For internal use.
FullTextSnippetExtractor(String simpleSyntaxQuery, FullTextFactory fulltextFactory, String language)
          Creates a FullTextSnippetExtractor from a query string using the simple full-text syntax.
 


© 2010 Axyana Software