Interface | Description |
---|---|
ExpressionEvaluator.PathResolver |
Interface for a class that knows how to resolve a path into an id.
|
FulltextParser |
Parser of strings for fulltext indexing.
|
Class | Description |
---|---|
Credentials |
Simple username + password.
|
DefaultFulltextParser |
Default fulltext parser, based on word and punctuation split, and lowercase normalization.
|
ExpressionEvaluator |
Evaluator for an
Expression . |
FulltextConfiguration |
Info about the fulltext configuration.
|
FulltextExtractorWork |
Work task that does fulltext extraction from the blobs of the given document.
|
FulltextQueryAnalyzer |
Structured fulltext query analyzer.
|
FulltextQueryAnalyzer.FulltextQuery |
Structured fulltext query.
|
FulltextUpdaterWork |
Work task that inserts the fulltext (extracted manually by the session at save time, or through
FulltextExtractorWork) into the fulltext table.
|
FulltextUpdaterWork.IndexAndText | |
PartialList<E> |
The bundling of a list and a total size.
|
QueryOptimizer |
Generic optimizer for a NXQL query.
|
RepositoryReloader | |
State |
Abstraction for a Map
|
State.ListDiff |
A diff for an array or
List . |
State.StateDiff |
A diff for a
State . |
StateHelper |
Helpers for deep copy and deep diff of
State objects. |
Enum | Description |
---|---|
FulltextQueryAnalyzer.Op |
Structured fulltext query operator.
|
Exception | Description |
---|---|
ConcurrentUpdateStorageException |
A storage exception thrown if a concurrent update was detected.
|
ConnectionResetException |
A storage exception thrown if the connection was reset (and should be working again).
|
FulltextQueryAnalyzer.FulltextQueryException | |
StorageException |
Exception pertaining to the storage backend.
|
Copyright © 2015 Nuxeo SA. All rights reserved.