Interface | Description |
---|---|
QueryHandler |
QueryHandler is the interface for query traversal handlers.
|
QueryParameters |
Contains all standard Query parameters.
|
Class | Description |
---|---|
AccessControlQuery |
Query that performs access control filtering of a search query.
|
BooleanAndQuery |
A BooleanAndQuery requires all sub queries must match.
|
BooleanNotQuery |
A BooleanNotQuery excludes all documents matching a sub query.
|
BooleanOrQuery |
A BooleanOrQuery requires at least one sub query must match.
|
BoostQuery |
Query operator that will apply a boost query to a search query.
|
CompositeJoinQuery |
Join query for querying "composite" document that consists of multiple documents.
|
CompositeJoinQuery.Clause |
Clause for a
CompositeJoinQuery . |
FacetQuery | |
FieldExpressionQuery |
A query that matches documents using the value of a
FieldExpression . |
FilterQuery | |
GeoDistanceQuery |
Query for matching documents that are a desired distance from a center point.
|
GraphQuery |
Query that recursively walks linked documents.
|
JoinClause |
Represents a clause to join to the primary query.
|
JoinQuery |
A JoinQuery matches all documents for a primary query, joining secondary queries.
|
PhraseQuery | |
Query |
Abstract base class for queries.
|
QueryPlugin |
Query operator that can be used as a placeholder for replacement in the query workflow.
|
QueryString |
Query operator that contains an unparsed query string.
|
SavedFilter |
Query that uses a saved filter to match documents.
|
ShapeQuery |
Query for matching documents with via a
Shape . |
SubQuery |
Query operator that contains sub
Query . |
Enum | Description |
---|---|
AccessControlQuery.Method |
Represents an underlaying implementation to use for evaluating a clause.
|
BoostQuery.Method |
Enum for specifying the method to use for applying boosts to the score for a search query.
|
JoinMode |
The JoinMode for a JoinClause.
|
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.