Uses of Class
com.attivio.sdk.search.query.phrase.TermRange
-
Packages that use TermRange Package Description com.attivio.sdk.search.query.phrase Contains all phrase operators.com.attivio.sdk.server.tokenization Interfaces class that handle breaking free text / Strings intoTokenList
s.com.attivio.util.parser com.attivio.util.serialization.query.phrase -
-
Uses of TermRange in com.attivio.sdk.search.query.phrase
Methods in com.attivio.sdk.search.query.phrase that return TermRange Modifier and Type Method Description static TermRange
TermRange. greaterThan(java.lang.Object term)
Creates aTermRange
that matches all terms greater thanterm
.static TermRange
TermRange. lessThan(java.lang.Object term)
Creates aTermRange
that matches all terms less thanterm
. -
Uses of TermRange in com.attivio.sdk.server.tokenization
Methods in com.attivio.sdk.server.tokenization with parameters of type TermRange Modifier and Type Method Description Phrase
Tokenizer. tokenize(SchemaField field, java.util.Locale locale, TermRange range)
Tokenizesrange
into a Phrase for query processing. -
Uses of TermRange in com.attivio.util.parser
Methods in com.attivio.util.parser that return TermRange Modifier and Type Method Description TermRange
QueryOperators.TermRangeOperator. parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
-
Uses of TermRange in com.attivio.util.serialization.query.phrase
Methods in com.attivio.util.serialization.query.phrase that return TermRange Modifier and Type Method Description TermRange
TermRangeConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-