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.
|
StateAccessor |
Basic interface to get/put simple values or arrays from a state object.
|
Class | Description |
---|---|
BaseDocument<T extends StateAccessor> |
Base implementation for a Document.
|
BaseDocument.BlobWriteContext<T extends StateAccessor> | |
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 | |
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.
|
Copyright © 2015 Nuxeo SA. All rights reserved.