Qizx fe-4.4p2 API
A B C D E F G H I J L M N O P Q R S T U V W X

C

cancelEvaluation() - Method in interface com.qizx.api.Expression
Cancels the evaluation started by Expression.evaluate().
cancelImportDocument() - Method in interface com.qizx.api.Library
Cancels a document import initiated by beginImportDocument.
CANCELLED - Static variable in exception com.qizx.api.EvaluationException
Error code used when the evaluation has been explicitly cancelled.
cancelRunningQuery(String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Cancels a currently executing XQuery.
changeConfiguration(Properties) - Method in class com.qizx.apps.restapi.RestAPIConnection
Changes a set of configuration properties.
characters(char[], int, int) - Method in class com.qizx.api.util.SAXToPushStream
 
characters(String) - Method in class com.qizx.api.util.SAXToPushStream
 
CHECK_CONTENTS - Static variable in interface com.qizx.api.LibraryManager
Mask for LibraryManager.sanityCheck(com.qizx.api.util.logging.Log, boolean, boolean): fully check the document contents
CHECK_INDEXES - Static variable in interface com.qizx.api.LibraryManager
Mask for LibraryManager.sanityCheck(com.qizx.api.util.logging.Log, boolean, boolean): check the indexes for integrity & consistency
CHECK_STORAGE - Static variable in interface com.qizx.api.LibraryManager
Mask for LibraryManager.sanityCheck(com.qizx.api.util.logging.Log, boolean, boolean): fully check the document storage
checkLong(Object) - Method in class com.qizx.api.Configuration.Property
 
checkValue(Object) - Method in class com.qizx.api.Configuration.Property
 
close() - Method in interface com.qizx.api.Expression
Releases all resources used by this expression.
close() - Method in interface com.qizx.api.ItemSequence
Closes the sequence after use, and releases resources immediately, instead of waiting for this to happen automatically.
close() - Method in interface com.qizx.api.Library
Terminates a session.
closeAllLibraries(int) - Method in interface com.qizx.api.LibraryManager
Shuts down the manager by unmanaging all the Libraries and releasing resources.
Collection - Interface in com.qizx.api
Collections can contain XML Documents and sub-Collections.
COLLECTION - Static variable in interface com.qizx.api.LibraryMember
Value of the predefined property 'nature' for a Collection, equal to "collection".
collectStatistics(Statistic.Map) - Method in interface com.qizx.api.LibraryManager
Returns a list of statistics collected from the managed XML Libraries and from shared resources (caches, disk I/O etc).
com.qizx.api - package com.qizx.api
API of the embeddable version of the Qizx XML Query engine.
com.qizx.api.admin - package com.qizx.api.admin
 
com.qizx.api.fulltext - package com.qizx.api.fulltext
This package represents a simple framework for extending and redefining full-text features.
com.qizx.api.util - package com.qizx.api.util
Utility classes implementing interfaces from the API, in particular conversion to XML, HTML, DOM, SAX, conversion from DOM and SAX, and connection to JAXP-compatible XSLT engines.
com.qizx.api.util.fulltext - package com.qizx.api.util.fulltext
This package contains the built-in implementation of full-text features.
com.qizx.api.util.text - package com.qizx.api.util.text
Text-related utility classes, in particular implementations of base indexing Sieves.
com.qizx.apps.restapi - package com.qizx.apps.restapi
HTTP client for the Qizx REST API.
COMMENT - Static variable in interface com.qizx.api.Node
Node nature (returned by getNodeNature) for a Comment node.
comment(char[], int, int) - Method in class com.qizx.api.util.SAXToPushStream
 
COMMENT - Static variable in interface com.qizx.api.XMLPullStream
Value returned by moveToNext and getEvent when a comment is reached.
commit() - Method in interface com.qizx.api.Library
Commits the current transaction.
commit(PostCommitTrigger.CommitEvent) - Method in interface com.qizx.api.PostCommitTrigger
Called after a successful commit.
commitProgress(double) - Method in interface com.qizx.api.LibraryProgressObserver
Monitors the progress of a commit operation.
compareTo(Profiling) - Method in class com.qizx.api.admin.Profiling
 
compareTo(Configuration.Property) - Method in class com.qizx.api.Configuration.Property
 
CompilationException - Exception in com.qizx.api
Thrown at the end of the compilation of an Expression if there are errors.
CompilationException(String) - Constructor for exception com.qizx.api.CompilationException
For internal use.
compileExpression(String) - Method in interface com.qizx.api.Library
Creates an executable Expression by compiling a XQuery script.
compileExpression(String) - Method in interface com.qizx.api.XQuerySession
Creates an executable Expression by compiling a XQuery script.
completed() - Method in class com.qizx.api.admin.BackgroundTask
 
Configuration - Class in com.qizx.api
Bootstrap Configuration for Qizx.
Configuration.Property - Class in com.qizx.api
Properties of Qizx Configuration.
Configuration.Property(String, String, String, String, Object) - Constructor for class com.qizx.api.Configuration.Property
 
Configuration.Property(String, String, String, String, Object, Object, Object) - Constructor for class com.qizx.api.Configuration.Property
 
CONFIGURATION_FIELDS - Static variable in interface com.qizx.apps.restapi.RestAPI
 
configure(Properties) - Method in interface com.qizx.api.ContentImporter
Configure with implementation-specific properties.
configure(Properties) - Method in interface com.qizx.api.LibraryManager
Configures a LibraryManager with a set of properties.
configure(Configuration.Property, Object) - Method in interface com.qizx.api.LibraryManager
Configures a XQuerySessionManager with a Configuration.Property.
configure(Properties) - Method in class com.qizx.api.XQuerySessionManager
Configures a XQuerySessionManager with a set of properties.
configure(Map<Configuration.Property, Object>) - Method in class com.qizx.api.XQuerySessionManager
(Internal use)
configure(Configuration.Property, Object) - Method in class com.qizx.api.XQuerySessionManager
Configures a XQuerySessionManager with a Property.
consumedTokens() - Method in class com.qizx.api.fulltext.Thesaurus.LookupResult
Returns the number of consumed input tokens.
contains(LibraryMember) - Method in interface com.qizx.api.LibraryMember
Returns true if that member (Document or Collection) is contained inside this member.
contains(Node) - Method in interface com.qizx.api.Node
Returns true if this node is an ancestor of the parameter node or the node itself.
CONTENT_IMPORTERS - Static variable in class com.qizx.api.Configuration
List of extension classes for import of semistructured content into an XML Library.
ContentImporter - Interface in com.qizx.api
Import method for structured or semi-structured data.
convert(String) - Method in interface com.qizx.api.Indexing.DateSieve
Attempts to convert the date or date-time contained in the text fragment to a double value (in milliseconds from 1970-01-01 00:00:00 UTC).
convert(String) - Method in interface com.qizx.api.Indexing.NumberSieve
Attempts to convert the text fragment to a double value.
convert(String) - Method in class com.qizx.api.util.text.FormatDateSieve
 
convert(String) - Method in class com.qizx.api.util.text.FormatNumberSieve
 
convert(String) - Method in class com.qizx.api.util.text.ISODateSieve
Returns a number of milliseconds since 1970-01-01 00:00:00 UTC.
convertDate(Node) - Method in class com.qizx.api.Indexing
 
convertNode(Node) - Static method in class com.qizx.api.util.DOMToPushStream
Utility for conversion of DOM to Data Model nodes
convertNumber(Node) - Method in class com.qizx.api.Indexing
 
convertTree(XMLPullStream, XMLPushStream) - Static method in class com.qizx.api.util.PullStreamConverter
Reads events from the input stream until a complete well-balanced tree is sent to the output stream.
copy() - Method in interface com.qizx.api.Indexing.WordSieve
Deprecated. Creates a carbon copy of this object.
copy() - Method in class com.qizx.api.util.ImportOptions
 
copy() - Method in class com.qizx.api.util.text.DefaultWordSieve
Deprecated.  
copy(String, String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Copies a Document or Collection.
copyMember(String, String) - Method in interface com.qizx.api.Library
Copies the specified member of the Library (Document or Collection).
copySequence(ItemSequence) - Method in interface com.qizx.api.ItemFactory
Creates a copy of the specified Sequence.
copyTo(String) - Method in interface com.qizx.api.LibraryMember
Copies the Document or Collection to another location.
copyTokenTo(char[], int) - Method in interface com.qizx.api.fulltext.TextTokenizer
Copies the current token into a character array.
copyTokenTo(char[], int) - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 
CORE_SCORE - Static variable in interface com.qizx.api.fulltext.Scorer
Score returned when the corresponding document does not belong to an XML Library.
count - Variable in class com.qizx.api.admin.Profiling
 
COUNTING_ESTIMATE - Static variable in interface com.qizx.apps.restapi.RestAPI
 
COUNTING_EXACT - Static variable in interface com.qizx.apps.restapi.RestAPI
 
COUNTING_NONE - Static variable in interface com.qizx.apps.restapi.RestAPI
 
countItems() - Method in interface com.qizx.api.ItemSequence
Returns the total number of items, without moving the current position.
createBackup(File, String, int, boolean) - Method in interface com.qizx.api.LibraryManager
Opens or creates a Library used as backup output.
createChildCollection(String) - Method in interface com.qizx.api.Collection
Creates a Collection direct child of this collection.
createCollection(String) - Method in interface com.qizx.api.Library
Creates a new Collection.
createCollection(String, boolean) - Method in class com.qizx.apps.restapi.RestAPIConnection
Wraps the mkcol request.
createdDocumentCount() - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the number of documents created in the transaction.
createdDocuments() - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns an iterator on documents created in the transaction.
createItem(Object, ItemType) - Method in interface com.qizx.api.ItemFactory
Creates an item from a given object according to the general Java to XQuery type mapping, also used in the Java Binding extension.
createItem(boolean) - Method in interface com.qizx.api.ItemFactory
Creates an Item of type xs:boolean.
createItem(double) - Method in interface com.qizx.api.ItemFactory
Creates an Item of type xs:double.
createItem(float) - Method in interface com.qizx.api.ItemFactory
Creates an Item of type xs:float.
createItem(long, ItemType) - Method in interface com.qizx.api.ItemFactory
Creates an Item of type xs:integer, or one of its sub-types.
createItem(InputSource) - Method in interface com.qizx.api.ItemFactory
Creates a Document Node item by parsing a document.
createItem(XMLPullStream) - Method in interface com.qizx.api.ItemFactory
Creates a Node item by reading a XML stream.
createLibrary(String, File) - Method in interface com.qizx.api.LibraryManager
Creates a new XML Library and manages it in this LibraryManager.
createLibrary(String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Wraps the "mklib" command.
createLibraryGroup(File) - Static method in class com.qizx.api.Configuration
Creates a group of XML Libraries and the LibraryManager controlling it.
createLibraryGroup(File) - Method in class com.qizx.api.LibraryManagerFactory
Deprecated. Creates a LibraryManager controlling a group of XML Libraries
createLibraryManager() - Static method in class com.qizx.api.Configuration
Creates a LibraryManager without group directory and without XML Libraries.
createManager() - Method in class com.qizx.api.LibraryManagerFactory
Deprecated. Creates a LibraryManager without group directory and without XML Libraries.
createScorer() - Method in interface com.qizx.api.fulltext.FullTextFactory
Returns a scoring algorithm.
createScorer() - Method in class com.qizx.api.util.fulltext.DefaultFullTextFactory
 
createSequence(Object, SequenceType) - Method in interface com.qizx.api.ItemFactory
Creates a sequence from a Java object.
createSession() - Method in class com.qizx.api.XQuerySessionManager
Creates a new XQuery session.
createSessionManager(String) - Static method in class com.qizx.api.Configuration
Creates a plain Session Manager.

© 2010 Axyana Software
A B C D E F G H I J L M N O P Q R S T U V W X