Package | Description |
---|---|
com.attivio.sdk.client |
Interfaces for client side AIE development.
|
com.attivio.sdk.client.dictionary |
Copyright 2016 Attivio Inc., All rights reserved.
|
com.attivio.sdk.client.trigger |
Copyright 2016 Attivio Inc., All rights reserved.
|
com.attivio.sdk.dictionary | |
com.attivio.sdk.ingest | |
com.attivio.sdk.search | |
com.attivio.sdk.search.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
com.attivio.sdk.search.query | |
com.attivio.sdk.search.relevancy |
Contains classes relevancy model related classes.
|
com.attivio.sdk.test | |
com.attivio.util.parser | |
com.attivio.util.query | |
com.attivio.util.serialization.jaxb |
Modifier and Type | Method and Description |
---|---|
void |
DocumentOutputClient.deleteByQuery(String queryWorkflow,
Query query)
Delete all documents that match the
Query . |
Modifier and Type | Method and Description |
---|---|
Query |
DerivedDictionaryInfo.getQuery()
Get the query for generating a derived dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
DerivedDictionaryInfo.setQuery(Query value)
Set the query for generating a derived dictionary.
|
Modifier and Type | Method and Description |
---|---|
Query |
TriggerDefinition.getQuery()
Get the query to use for matching this trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerDefinition.setQuery(Query value)
Set the query to use for matching this trigger.
|
Modifier and Type | Method and Description |
---|---|
List<Query> |
DictionaryInfo.getDataSources() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryInfo.addDataSource(Query value) |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryInfo.setDataSources(List<Query> value) |
Modifier and Type | Method and Description |
---|---|
Query |
BulkUpdate.getQuery()
Get the query for selecting documents to update.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkUpdate.setQuery(Query query)
Set the query for selecting documents to update.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryRequest.getQuery()
Get the search query for this QueryRequest.
|
Modifier and Type | Method and Description |
---|---|
List<Query> |
QueryRequest.getBoostQueries()
Get all boost queries applied to this QueryRequest.
|
List<Query> |
QueryRequest.getFilters()
Get all filters for this query.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.addBoostQuery(Query boost)
Add a boost query.
|
void |
QueryRequest.addFilter(Query f)
Add a filter
Query to this QueryRequest. |
void |
QueryRequest.setQuery(Query query)
Set the search query for this QueryRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.setBoostQueries(List<Query> value)
Set the boost queries.
|
void |
QueryRequest.setFilters(List<Query> filters)
Set the filter
Query s to apply to this QueryRequest. |
Constructor and Description |
---|
QueryRequest(Query query)
Constructor with a
Query . |
Modifier and Type | Method and Description |
---|---|
Query |
QueryFacetBucket.getFilter()
Get the filter for this bucket.
|
Query |
FacetFilter.getFilter()
Get the filter query.
|
Query |
FilterBasedFacetRequest.getFilter(String label) |
Query |
TermFacetBucket.getQueryFilter(FacetResponse facet)
Get the
Query to use for drilling down on this bucket. |
abstract Query |
FacetBucket.getQueryFilter(FacetResponse facet)
Get the
Query to use for drilling down on this bucket. |
Query |
QueryFacetBucket.getQueryFilter(FacetResponse facet)
Get the
Query to use for drilling down on this bucket. |
Query |
SchemaFieldBucket.getQueryFilter(FacetResponse facet)
Get the
Query to use for drilling down on this bucket. |
Query |
RangeFacetBucket.getQueryFilter(FacetResponse facet)
Get the
Query to use for drilling down on this bucket. |
Modifier and Type | Method and Description |
---|---|
Collection<Query> |
FilterBasedFacetRequest.filters()
Get the filters for this FilterBasedFacetRequest.
|
Map<String,Query> |
FilterBasedFacetRequest.getFilters() |
Iterator<Map.Entry<String,Query>> |
FilterBasedFacetRequest.iterator()
Get an iterator over all filters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterBasedFacetRequest.add(String label,
Query filter)
Request that a Bucket for
filter will be returned. |
void |
QueryFacetBucket.setFilter(Query value)
Set the filter for this bucket.
|
void |
FacetFilter.setFilter(Query value)
Get the filter query.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterBasedFacetRequest.setFilters(Map<String,Query> value) |
Constructor and Description |
---|
LabeledFilter(String label,
Query filter) |
QueryFacetBucket(String label,
Query filter,
long count)
Constructor.
|
QueryFacetBucket(String label,
Query filter,
long count,
int ordinal)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Query |
Teaser.getQuery()
Get the query to use for highlighting.
|
Query |
Teaser.getQuery(Query defaultQuery)
Get the query to use for highlighting.
|
Modifier and Type | Method and Description |
---|---|
Query |
Teaser.getQuery(Query defaultQuery)
Get the query to use for highlighting.
|
void |
Teaser.setQuery(Query value)
Set the query to use for highlighting
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlQuery
Query that performs access control filtering of a search query.
|
class |
BooleanAndQuery
A BooleanAndQuery requires all sub queries must match.
|
class |
BooleanNotQuery
A BooleanNotQuery excludes all documents matching a sub query.
|
class |
BooleanOrQuery
A BooleanOrQuery requires at least one sub query must match.
|
class |
BoostQuery
Query operator that will apply a boost query to a search query.
|
class |
CompositeJoinQuery
Join query for querying "composite" document that consists of multiple documents.
|
class |
FacetQuery |
class |
FieldExpressionQuery
A query that matches documents using the value of a
FieldExpression . |
class |
FilterQuery
|
class |
GeoDistanceQuery
Query for matching documents that are a desired distance from a center point.
|
class |
GraphQuery
Query that recursively walks linked documents.
|
class |
JoinQuery
A JoinQuery matches all documents for a primary query, joining secondary queries.
|
class |
PhraseQuery |
class |
QueryPlugin
Query operator that can be used as a placeholder for replacement in the query workflow.
|
class |
QueryString
Query operator that contains an unparsed query string.
|
class |
SavedFilter
Query that uses a saved filter to match documents.
|
class |
ShapeQuery
Query for matching documents with via a
Shape . |
class |
SubQuery
Query operator that contains sub
Query . |
Modifier and Type | Method and Description |
---|---|
Query |
Query.clone()
Returns a deep copy of this Query instance.
|
Query |
AccessControlQuery.getAclQuery()
Get the query that will select ACL records.
|
Query |
BoostQuery.getBoostQuery()
Get the boost query.
|
Query |
FilterQuery.getFilter() |
Query |
CompositeJoinQuery.getFirstNode(QueryHandler selector)
Get the first query in the tree that has
parameter set to value . |
Query |
AccessControlQuery.getFirstNode(QueryHandler selector)
Get the first query in the tree that has
parameter set to value . |
Query |
Query.getFirstNode(QueryHandler selector)
Get the first query in the tree that has
parameter set to value . |
Query |
BoostQuery.getFirstNode(QueryHandler selector)
Get the first query in the tree that has
parameter set to value . |
Query |
JoinQuery.getFirstNode(QueryHandler selector)
Get the first query in the tree that has
parameter set to value . |
Query |
CompositeJoinQuery.getFromQuery()
Get the query for selecting root documents.
|
Query |
AccessControlQuery.getPrincipalQuery()
Get the query that matches principal records.
|
Query |
CompositeJoinQuery.getQuery()
Get the search query to evaluate against a composite document.
|
Query |
QueryHandler.handleQuery(Query node)
Return true if
node meets the selection criteria. |
Query |
CompositeJoinQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
AccessControlQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
FilterQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
QueryString.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
Query.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
BoostQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
JoinQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
BooleanNotQuery.optimize()
Optimizes this query object, removing unnecessary levels of expressions.
|
Query |
FieldExpressionQuery.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Query |
CompositeJoinQuery.rewrite(QueryHandler selector)
Recursively rewrite this query using
handler . |
Query |
AccessControlQuery.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Query |
FilterQuery.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Query |
Query.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Query |
BoostQuery.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Query |
JoinQuery.rewrite(QueryHandler handler)
Recursively rewrite this query using
handler . |
Modifier and Type | Method and Description |
---|---|
Iterable<Query> |
Query.getNodes(QueryHandler selector)
Get all nodes in the query tree that have
parameter set to value . |
Modifier and Type | Method and Description |
---|---|
CompositeJoinQuery.Clause |
CompositeJoinQuery.addClause(JoinMode mode,
Query query)
Add a clause for selecting child documents.
|
void |
JoinQuery.addInnerJoin(Query query)
Add an Inner Join to the JoinQuery.
|
void |
JoinQuery.addInnerJoin(Query query,
String primaryKey,
String foreignKey)
Add an Inner Join to the JoinQuery.
|
void |
JoinQuery.addOuterJoin(Query query)
Add an Outer Join to the JoinQuery.
|
void |
JoinQuery.addOuterJoin(Query query,
String primaryKey,
String foreignKey)
Add an Outer Join to the JoinQuery.
|
BooleanOrQuery |
BooleanOrQuery.append(Query... args)
Adds sub queries.
|
BooleanAndQuery |
BooleanAndQuery.append(Query... args)
Adds required sub queries.
|
boolean |
Query.equals(Query other,
Map<String,Object> defaults,
String... ignore)
Checks whether
query equals this Query object. |
protected static boolean |
Query.equals(Query a,
Query b,
Map<String,Object> defaults,
Set<String> ignore)
Query equality method for 2 arbitrary query objects (null aware).
|
Query |
QueryHandler.handleQuery(Query node)
Return true if
node meets the selection criteria. |
void |
AccessControlQuery.setAclQuery(Query value)
Set the query that will select ACL records.
|
void |
BoostQuery.setBoostQuery(Query value)
Set the boost query.
|
void |
FilterQuery.setFilter(Query filter) |
void |
CompositeJoinQuery.setFromQuery(Query value)
Set the query for selecting root documents.
|
void |
Query.setParameters(Query query)
Copies all parameters from another query into this Query instance.
|
void |
Query.setParameters(Query query,
boolean override)
Copies all parameters from another query into this Query instance.
|
void |
AccessControlQuery.setPrincipalQuery(Query value)
Set the query that matches principal recoreds.
|
void |
CompositeJoinQuery.setQuery(Query value)
Set the search query to evaluate against a composite document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeJoinQuery.getNodes(List<Query> nodes,
QueryHandler selector)
Internal method to collect all nodes that have
parameter set to value . |
protected void |
AccessControlQuery.getNodes(List<Query> nodes,
QueryHandler selector)
Internal method to collect all nodes that have
parameter set to value . |
protected void |
Query.getNodes(List<Query> nodes,
QueryHandler selector)
Internal method to collect all nodes that have
parameter set to value . |
protected void |
BoostQuery.getNodes(List<Query> nodes,
QueryHandler selector)
Internal method to collect all nodes that have
parameter set to value . |
protected void |
JoinQuery.getNodes(List<Query> nodes,
QueryHandler selector)
Internal method to collect all nodes that have
parameter set to value . |
void |
BoostQuery.setBoostQuery(List<Query> value)
Set the boost query.
|
Constructor and Description |
---|
AccessControlQuery(Query query,
Query principal) |
AccessControlQuery(Query query,
Query acls,
Query principal) |
BooleanAndQuery(Query... clauses)
Construct a new BooleanAndQuery.
|
BooleanAndQuery(Query a,
Query b)
Construct a new BooleanAndQuery.
|
BooleanNotQuery(Query query)
Construct a new BooleanNotQuery.
|
BooleanOrQuery(Query... clauses)
Construct a new BooleanOrQuery.
|
BooleanOrQuery(Query a,
Query b)
Construct a new BooleanOrQuery.
|
BoostQuery(Query query) |
BoostQuery(Query query,
FieldExpression... scoreFunctions) |
BoostQuery(Query query,
List<FieldExpression> scoreFunctions) |
BoostQuery(Query query,
Query boostQuery) |
BoostQuery(Query query,
Query boostQuery,
FieldExpression... scoreFunctions) |
BoostQuery(Query query,
Query boostQuery,
List<FieldExpression> scoreFunctions) |
Clause(JoinMode mode,
Query query) |
CompositeJoinQuery(Query query) |
CompositeJoinQuery(Query query,
Query from,
String field) |
FilterQuery(Query query,
Query filter)
Construct a new FilterQuery
|
GraphQuery(Query query,
String linkField,
String idField) |
JoinClause(Query query,
JoinMode mode)
Constructor
|
JoinClause(Query query,
JoinMode mode,
String primaryKey,
String foreignKey)
Constructor
|
JoinQuery(Query query)
Construct a new JoinQuery.
|
JoinQuery(Query query,
ArrayList<JoinClause> clauses)
Expert Use Only.
|
SubQuery(Query query)
Constructor
|
Constructor and Description |
---|
BooleanAndQuery(List<? extends Query> clauses)
Construct a new BooleanAndQuery.
|
BooleanOrQuery(List<? extends Query> clauses)
Construct a new BooleanOrQuery.
|
Modifier and Type | Method and Description |
---|---|
static ScoreMode |
ScoreMode.valueOf(Query query)
Get the scoring mode set for
query . |
Modifier and Type | Method and Description |
---|---|
void |
MockIngestClient.deleteByQuery(String queryWorkflows,
Query query) |
Modifier and Type | Class and Description |
---|---|
class |
QueryOperator<T extends Query> |
Modifier and Type | Method and Description |
---|---|
Query |
QueryParsers.eval(QueryString query)
Hook to allow inline parsing of
query . |
Query |
QueryOperators.IsNullOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.NullQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.GraphQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.CompositeJoinQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.JoinQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.QueryStringOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.SubQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.FilterQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.BoostQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.NotQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.OrQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.AndQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.AccessControlQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.QueryPluginOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.TermQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.PhraseQueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
abstract Query |
QueryOperator.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Query |
QueryOperators.NullQueryOperator.parseNoArgs(QueryParsers parser,
ScopeTerm scope) |
Query |
QueryParsers.parseQuery(ScopeTerm scope,
StringParser reader)
Parse the next Query.
|
Query |
QueryParsers.parseQuery(String value) |
Query |
QueryParsers.parseQuery(String op,
int startOffset,
ScopeTerm scope,
StringParser reader)
Parse
op as a query. |
Query |
QueryParsers.parseQueryEx(String value) |
Query |
QueryParsers.parseQueryTerm(ScopeTerm scope,
String text,
StringParser reader) |
Modifier and Type | Method and Description |
---|---|
Map<String,Query> |
FacetRequestFactory.getFilterBuckets()
Filters to compute document frequencies for.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryOperators.AndQueryOperator.addArgument(QueryParsers parser,
BooleanAndQuery query,
Query argument) |
protected void |
QueryOperators.OrQueryOperator.addArgument(QueryParsers parser,
BooleanOrQuery query,
Query argument) |
protected void |
QueryOperators.BoostQueryOperator.addArgument(QueryParsers parser,
BoostQuery query,
Query arg) |
protected void |
QueryOperator.addArgument(QueryParsers parser,
T query,
Query argument) |
void |
FacetRequestFactory.addFilterBucket(String label,
Query filter) |
Modifier and Type | Method and Description |
---|---|
static Query |
QueryUtils.createIdQuery(String id)
Construct a query that will return only the document specified by
id . |
static Query |
QueryUtils.resolveQuery(QueryRequest request)
Resolve the query from
request . |
Query |
QueryTraverser.rewrite(Query query)
Recursively rewrite
query . |
static Query |
QueryUtils.rewrite(Query query,
QueryHandler handler)
Null Safe rewrite of
query using handler . |
protected Query |
QueryTraverser.rewriteChildren(Query query,
QueryHandler defaultHandler)
Called to recursively rewrite children of
query . |
protected Query |
QueryTraverser.rewriteQuery(Query query)
Callback method called prior to traversing the children of
query . |
protected Query |
QueryTraverser.rewriteTree(Query query,
QueryHandler defaultHandler)
Called to recursively rewrite a top level
query . |
static Query |
QueryUtils.setQueryLanguage(Query query,
String language)
Set the query language for
query to language . |
static Query |
QueryUtils.setQueryString(Query query,
String value)
Set the query string for
query to value . |
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryUtils.isMatchAll(Query query)
Get if
query is a *:* query. |
Query |
QueryTraverser.rewrite(Query query)
Recursively rewrite
query . |
static Query |
QueryUtils.rewrite(Query query,
QueryHandler handler)
Null Safe rewrite of
query using handler . |
protected Query |
QueryTraverser.rewriteChildren(Query query,
QueryHandler defaultHandler)
Called to recursively rewrite children of
query . |
protected Query |
QueryTraverser.rewriteQuery(Query query)
Callback method called prior to traversing the children of
query . |
protected Query |
QueryTraverser.rewriteTree(Query query,
QueryHandler defaultHandler)
Called to recursively rewrite a top level
query . |
static Query |
QueryUtils.setQueryLanguage(Query query,
String language)
Set the query language for
query to language . |
static Query |
QueryUtils.setQueryString(Query query,
String value)
Set the query string for
query to value . |
Modifier and Type | Method and Description |
---|---|
void |
QueryTraverser.rewrite(List<Query> queries) |
static void |
QueryUtils.rewrite(List<Query> queries,
QueryHandler handler) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryAdapter.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
QueryAdapter.marshal(Query value) |
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.