Uses of Class
com.attivio.sdk.search.query.phrase.PhraseNear
-
Packages that use PhraseNear Package Description com.attivio.sdk.search.query.phrase Contains all phrase operators.com.attivio.util.parser com.attivio.util.serialization.query.phrase -
-
Uses of PhraseNear in com.attivio.sdk.search.query.phrase
Methods in com.attivio.sdk.search.query.phrase that return PhraseNear Modifier and Type Method Description PhraseNear
PhraseNear. append(Phrase term)
PhraseNear
PhraseNear. append(Phrase... terms)
PhraseNear
PhraseNear. append(java.lang.String term)
PhraseNear
PhraseNear. append(java.lang.String... terms)
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(java.lang.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(java.lang.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(java.lang.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(java.lang.String... terms)
Create a require all. -
Uses of PhraseNear in com.attivio.util.parser
Methods in com.attivio.util.parser that return PhraseNear Modifier and Type Method Description PhraseNear
QueryOperators.NearOperator. createPhrase(QueryParsers parser, ScopeTerm scope)
PhraseNear
QueryOperators.ONearOperator. createPhrase(QueryParsers parser, ScopeTerm scope)
PhraseNear
QueryOperators.PhraseNearParser. createPhrase(QueryParsers parser, ScopeTerm scope)
PhraseNear
QueryOperators.RequireAllOperator. createPhrase(QueryParsers parser, ScopeTerm scope)
PhraseNear
QueryOperators.PhraseNearParser. parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
Methods in com.attivio.util.parser with parameters of type PhraseNear Modifier and Type Method Description void
QueryOperators.PhraseNearParser. addTerm(QueryParsers parser, PhraseNear phrase, Phrase term)
Constructor parameters in com.attivio.util.parser with type arguments of type PhraseNear Constructor Description PhraseQueryOperator(PhraseOperator<PhraseNear> parser)
-
Uses of PhraseNear in com.attivio.util.serialization.query.phrase
Methods in com.attivio.util.serialization.query.phrase that return PhraseNear Modifier and Type Method Description PhraseNear
PhraseNearConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-