strusPHP  0.14
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCAggregatorObject representing a configuration of an aggregator function as single string naming an aggregator without arguments or a tuple of strings consisting of the aggregator name followed by the arguments
oCAttributeData object that describes a single property of a document that is not subject of retrieval. It acts as description of the document that can be shown as a result of retrieval
oCContextObject holding the global context of the strus information retrieval engine
oCDocumentDocument object representing one item of retrieval. A document can be manually composed of its sub parts or it can be the result of an analyzer run
oCDocumentAnalyzeQueueAnalyzer object implementing a queue of analyze document tasks
oCDocumentAnalyzerAnalyzer object representing a program for segmenting, tokenizing and normalizing a document into atomic parts, that can be inserted into a storage and be retrieved from there
oCDocumentBrowserImplements browsing the documents of a storage without weighting query, just with a restriction on metadata
oCDocumentClassDefines a description of the properties of a document content processed by the analyzer
oCDocumentFrequencyChangeStructure describing the document frequency change of one term in the collection
oCFunctionVariableConfigConfiguration describing a scalar function variable value
oCGlobalStatisticsGlobal document statistics, if passed down with the query
oCMetaDataData object that represents single numeric property of a document that can be subject of retrieval or act as search restriction
oCNormalizerObject representing a configuration of a normalizer as single string naming a normalizer without arguments or a tuple of strings consisting of the normalizer name followed by the arguments
oCNormalizerVectorA sequence of normalizer definitions represented as single string naming a normalizer without arguments or list of strings tuples consisting of the normalizer name followed by the arguments
oCPatternMatcherObject representing a pattern match program
oCQueryQuery program object representing a retrieval method for documents in a storage
oCQueryAnalyzeContextQuery analyzer context for analysing a multipart query
oCQueryAnalyzerAnalyzer object representing a set of function for transforming a field, the smallest unit in any query language, to a set of terms that can be used to build a query
oCQueryEvalQuery evaluation program object representing an information retrieval scheme for documents in a storage
oCQueryExpressionObject representing a sequence of query operations to get the set of postings (d,p) of an atomic term or an expression
oCQueryResultStructure representing the result of a query
oCQueryTermQuery analyzer term with info about the field it originated from
oCRankWeighted document reference with attributes (result of a query evaluation)
oCStatisticsIteratorIterator on messages with storage statistics
oCStatisticsMessageMessage with storage statistics
oCStatisticsProcessorTranslation to update a storage with statistics messages
oCStorageClientObject representing a client connection to the storage
oCStorageTransactionObject representing a transaction of the storage
oCSummarizerConfigConfiguration describing the values passed to a summarizer function
oCSummaryElementAttribute of a query evaluation result element
oCTermOne typed term occurrence in a document or a query
oCTermStatisticsStructure holding the statistics of a term to be used in a query
oCTokenizerObject epresenting a configuration of a tokenizer as single string naming a tokenizer without arguments or a tuple of strings consisting of the tokenizer name followed by the arguments
oCVariantObject representing a string or a numeric value of the binding language
oCVecRankWeighted vector (result of a query vector storage search)
oCVectorStorageClientObject representing a client connection to a vector storage
oCVectorStorageSearcher
oCVectorStorageTransaction
\CWeightingConfigConfiguration describing the values passed to a weighting function