Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Document

Packages that use Document
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. 
 

Uses of Document in com.qizx.api
 

Methods in com.qizx.api that return Document
 Document Library.endImportDocument()
          Document import primitive: finishes a document import started with beginImportDocument() and returns a Document descriptor.
 Document PostCommitTrigger.CommitEvent.getCreatedDocument(String path)
          Returns the Document descriptor corresponding to this path if and only if this document has been created in the related commit.
 Document PostCommitTrigger.CommitEvent.getDeletedDocument(String path)
          Returns the Document descriptor corresponding to this path if and only if this document has been deleted in the related commit.
 Document Library.getDocument(String absolutePath)
          Gets a Document by its path inside the Library.
 Document Node.getLibraryDocument()
          Returns the XML Library Document the Node belongs to, if applicable.
 Document PostCommitTrigger.CommitEvent.getUpdatedDocument(String path)
          Returns the Document descriptor corresponding to this path if and only if this document has been updated in the related commit.
 Document Library.importDocument(String documentPath, ContentImporter importer)
          Imports a Document into the Library by using an implementation of ImportMethod.
 Document Library.importDocument(String documentPath, File file)
          Imports a Document into the Library by parsing XML text from a File.
 Document Library.importDocument(String documentPath, InputSource source)
          Imports a Document into the Library by parsing a SAX InputSource.
 Document Library.importDocument(String documentPath, InputSource source, XMLReader xmlReader)
          Imports a Document into the Library by parsing a SAX InputSource, using a custom XML parser.
 Document Library.importDocument(String documentPath, String data)
          Imports a Document into the Library by parsing a string representing a XML fragment.
 Document Library.importDocument(String documentPath, URL url)
          Imports a Document into the Library by parsing XML text from an URL.
 Document Library.lockDocument(String path, int timeOutMillis)
          Locks a Document to initiate a safe concurrent update.
 

Uses of Document in com.qizx.api.fulltext
 

Methods in com.qizx.api.fulltext with parameters of type Document
 float Scorer.getDocumentWeight(Document scoredDocument)
          Support of document ranking: returns a positive number (default 1) which is used as a weight for the document.
 

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

Methods in com.qizx.api.util.fulltext with parameters of type Document
 float DefaultScorer.getDocumentWeight(Document scoredDocument)
           
 


© 2010 Axyana Software