Package | Description |
---|---|
com.attivio.sdk.search.query.phrase |
Contains all phrase operators.
|
com.attivio.util.parser |
Modifier and Type | Method and Description |
---|---|
PhraseNear |
PhraseNear.append(Phrase... terms) |
PhraseNear |
PhraseNear.append(Phrase term) |
PhraseNear |
PhraseNear.append(String... terms) |
PhraseNear |
PhraseNear.append(String term) |
PhraseNear |
PhraseNear.clone() |
static PhraseNear |
PhraseNear.near()
Create a near (with default distance).
|
static PhraseNear |
PhraseNear.near(Phrase... terms)
Create a near (with default distance).
|
static PhraseNear |
PhraseNear.near(Phrase[] terms,
int offset,
int length)
Create a near (with default distance).
|
static PhraseNear |
PhraseNear.near(Phrase a,
Phrase b,
int distance)
Create a near between 2 terms with specified distance.
|
static PhraseNear |
PhraseNear.near(String... terms)
Create a near (with default distance).
|
static PhraseNear |
PhraseNear.onear()
Create an onear (with default distance).
|
static PhraseNear |
PhraseNear.onear(Phrase... terms)
Create an onear (with default distance).
|
static PhraseNear |
PhraseNear.onear(Phrase[] terms,
int offset,
int length)
Create an onear (with default distance).
|
static PhraseNear |
PhraseNear.onear(Phrase a,
Phrase b,
int distance)
Create an onear between 2 terms with specified distance.
|
static PhraseNear |
PhraseNear.onear(String... terms)
Create an onear (with default distance).
|
static PhraseNear |
PhraseNear.phrase()
Create an exact phrase.
|
static PhraseNear |
PhraseNear.phrase(Phrase... terms)
Create an exact phrase.
|
static PhraseNear |
PhraseNear.phrase(Phrase[] terms,
int offset,
int length)
Create an exact phrase.
|
static PhraseNear |
PhraseNear.phrase(String... terms)
Create an exact phrase.
|
static PhraseNear |
PhraseNear.requireAll()
Create a require all.
|
static PhraseNear |
PhraseNear.requireAll(Phrase... terms)
Create a require all.
|
static PhraseNear |
PhraseNear.requireAll(String... terms)
Create a require all.
|
Modifier and Type | Method and Description |
---|---|
PhraseNear |
QueryOperators.PhraseNearParser.createPhrase(QueryParsers parser,
ScopeTerm scope) |
PhraseNear |
QueryOperators.NearOperator.createPhrase(QueryParsers parser,
ScopeTerm scope) |
PhraseNear |
QueryOperators.ONearOperator.createPhrase(QueryParsers parser,
ScopeTerm scope) |
PhraseNear |
QueryOperators.RequireAllOperator.createPhrase(QueryParsers parser,
ScopeTerm scope) |
PhraseNear |
QueryOperators.PhraseNearParser.parse(QueryParsers parser,
ScopeTerm scope,
StringParser reader) |
Modifier and Type | Method and Description |
---|---|
void |
QueryOperators.PhraseNearParser.addTerm(QueryParsers parser,
PhraseNear phrase,
Phrase term) |
Constructor and Description |
---|
PhraseQueryOperator(PhraseOperator<PhraseNear> parser) |
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.