Skip navigation links
A B C D E F G I K L M N O P Q R S T U V W 

A

all() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new AllCondition for the specified field and value.
AllCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches all documents.
AllCondition() - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.AllCondition
Creates a new AllCondition.
analyzer(String, Analyzer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Adds a new Analyzer.
Analyzer - Class in com.stratio.cassandra.lucene.builder.index.schema.analysis
An Lucene Analyzer.
Analyzer() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.analysis.Analyzer
 
analyzer(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.TextMapper
Sets the name of the Analyzer to be used.
analyzer(String, Analyzer) - Method in class com.stratio.cassandra.lucene.builder.index.schema.Schema
Adds a new Analyzer.

B

bigDecimalMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BigDecimalMapper.
BigDecimalMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map BigDecimal values.
BigDecimalMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.BigDecimalMapper
 
bigIntegerMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BigIntegerMapper.
BigIntegerMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map BigInteger values.
BigIntegerMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.BigIntegerMapper
 
bitemporal(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BitemporalCondition for the specified field.
BitemporalCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches bi-temporal (four) fields within two range of values.
BitemporalCondition(String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.BitemporalCondition
Returns a new BitemporalCondition with the specified field reference point.
bitemporalMapper(String, String, String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BitemporalMapper.
BitemporalMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map bitemporal DateRanges.
BitemporalMapper(String, String, String, String) - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.BitemporalMapper
Returns a new BitemporalMapper.
blobMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BlobMapper.
BlobMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map blob values.
BlobMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.BlobMapper
 
bool() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BooleanCondition.
BooleanCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition that matches documents matching boolean combinations of other queries, e.g.
BooleanCondition() - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.BooleanCondition
 
booleanMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new BooleanMapper.
BooleanMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a date field.
BooleanMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.BooleanMapper
 
boost(float) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.DoubleMapper
Sets the boost to be used.
boost(Float) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.FloatMapper
Sets the boost to be used.
boost(Float) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.IntegerMapper
Sets the boost to be used.
boost(Float) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.LongMapper
Sets the boost to be used.
boost(float) - Method in class com.stratio.cassandra.lucene.builder.search.condition.Condition
Sets the boost for the Condition to be built.
boost(Number) - Method in class com.stratio.cassandra.lucene.builder.search.condition.Condition
Sets the boost for the Condition to be built.
build() - Method in class com.stratio.cassandra.lucene.builder.Builder
Returns the JSON representation of this Builder.
build() - Method in class com.stratio.cassandra.lucene.builder.index.Index
 
Builder - Class in com.stratio.cassandra.lucene.builder
Abstract builder.
Builder() - Constructor for class com.stratio.cassandra.lucene.builder.Builder
 
BuilderException - Exception in com.stratio.cassandra.lucene.builder
RuntimeException to be thrown when there are builder-related errors.
BuilderException(Throwable, String, Object...) - Constructor for exception com.stratio.cassandra.lucene.builder.BuilderException
Constructs a new index exception with the specified formatted detail message.

C

caseSensitive(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.StringMapper
Sets if the StringMapper to be built must be case sensitive.
classpathAnalyzer(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new ClasspathAnalyzer.
ClasspathAnalyzer - Class in com.stratio.cassandra.lucene.builder.index.schema.analysis
Analyzer using a Lucene's Analyzers in classpath.
ClasspathAnalyzer(String) - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.analysis.ClasspathAnalyzer
Builds a new Analyzer using the specified Analyzer full class name.
column - Variable in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
The name of the column to be mapped.
column(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
Sets the name of the Cassandra column to be mapped.
com.stratio.cassandra.lucene.builder - package com.stratio.cassandra.lucene.builder
 
com.stratio.cassandra.lucene.builder.index - package com.stratio.cassandra.lucene.builder.index
 
com.stratio.cassandra.lucene.builder.index.schema - package com.stratio.cassandra.lucene.builder.index.schema
 
com.stratio.cassandra.lucene.builder.index.schema.analysis - package com.stratio.cassandra.lucene.builder.index.schema.analysis
 
com.stratio.cassandra.lucene.builder.index.schema.mapping - package com.stratio.cassandra.lucene.builder.index.schema.mapping
 
com.stratio.cassandra.lucene.builder.search - package com.stratio.cassandra.lucene.builder.search
 
com.stratio.cassandra.lucene.builder.search.condition - package com.stratio.cassandra.lucene.builder.search.condition
 
com.stratio.cassandra.lucene.builder.search.sort - package com.stratio.cassandra.lucene.builder.search.sort
 
Condition - Class in com.stratio.cassandra.lucene.builder.search.condition
The abstract base class for queries.
Condition() - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.Condition
 
contains(String, Object...) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new ContainsCondition.
ContainsCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches documents containing a value for a field.
ContainsCondition(String, Object...) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.ContainsCondition
Creates a new ContainsCondition for the specified field and value.

D

dateMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new DateMapper.
DateMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
SingleColumnMapper to build a new DateMapper.
DateMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.DateMapper
 
dateRange(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new DateRangeCondition with the specified field reference point.
DateRangeCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches a field within an range of values.
DateRangeCondition(String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.DateRangeCondition
Returns a new DateRangeCondition with the specified field reference point.
dateRangeMapper(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new DateRangeMapper.
DateRangeMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map 1-dimensional date ranges.
DateRangeMapper(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.DateRangeMapper
Returns a new DateRangeMapper.
decimalDigits(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.BigDecimalMapper
Sets the max number of digits for the decimal part.
defaultAnalyzer(String) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the name of the default Analyzer.
defaultAnalyzer(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.Schema
Sets the name of the default Analyzer.
defaultField(String) - Method in class com.stratio.cassandra.lucene.builder.search.condition.LuceneCondition
Returns this builder with the specified default field name.
digits(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.BigIntegerMapper
Sets the max number of digits.
directoryPath(String) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the path of the Lucene directory files.
doubleMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new DoubleMapper.
DoubleMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a double field.
DoubleMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.DoubleMapper
 

E

excludedDataCenters(String) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the list of excluded data centers.

F

field(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new SimpleSortField for the specified field.
filter(Condition) - Method in class com.stratio.cassandra.lucene.builder.search.Search
Returns this Search with the specified filtering condition.
floatMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new FloatMapper.
FloatMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a float field.
FloatMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.FloatMapper
 
from(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.DateRangeCondition
Sets the lower accepted date.
fuzzy(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new FuzzyCondition for the specified field and value.
FuzzyCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition that implements the fuzzy search query.
FuzzyCondition(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.FuzzyCondition
Returns a new FuzzyCondition.

G

geoBBox(String, double, double, double, double) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new GeoBBoxCondition with the specified field name and bounding box coordinates.
GeoBBoxCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition that matches documents containing a shape contained in a certain bounding box.
GeoBBoxCondition(String, double, double, double, double) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.GeoBBoxCondition
Returns a new GeoBBoxCondition with the specified field name and bounding box coordinates.
geoDistance(String, double, double, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new GeoDistanceCondition with the specified field reference point.
GeoDistanceCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition that matches documents containing a point contained between two certain circles.
GeoDistanceCondition(String, double, double, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.GeoDistanceCondition
Returns a new GeoDistanceCondition with the specified field reference point.
geoDistanceSortField(String, double, double) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new GeoDistanceSortField for the specified field.
GeoDistanceSortField - Class in com.stratio.cassandra.lucene.builder.search.sort
A geo spatial distance search sort.
GeoDistanceSortField(String, double, double) - Constructor for class com.stratio.cassandra.lucene.builder.search.sort.GeoDistanceSortField
Creates a new GeoDistanceSortField for the specified field and reverse option.
geoPointMapper(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new GeoPointMapper.
GeoPointMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map geographical points.
GeoPointMapper(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.GeoPointMapper
Builds a new GeoPointMapper.

I

includeLower(Boolean) - Method in class com.stratio.cassandra.lucene.builder.search.condition.RangeCondition
Sets if the lower value must be included.
includeUpper(Boolean) - Method in class com.stratio.cassandra.lucene.builder.search.condition.RangeCondition
Sets if the upper value must be included.
index(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new index creation statement using the session's keyspace.
index(String, String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new index creation statement using the session's keyspace.
Index - Class in com.stratio.cassandra.lucene.builder.index
A Lucene index definition.
Index(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.index.Index
Builds a new Index creation statement for the specified table and column.
indexed(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.GeoPointMapper
Sets if the field supports searching.
indexed - Variable in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
If the field must be indexed.
indexed(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
Sets if the field supports searching.
indexingQueuesSize(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the max number of queued documents per asynchronous indexing thread.
indexingThreads(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the number of asynchronous indexing threads, where 0 means synchronous indexing.
inetMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new InetMapper.
InetMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map inet addresses.
InetMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.InetMapper
 
integerDigits(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.BigDecimalMapper
Sets the max number of digits for the integer part.
integerMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new IntegerMapper.
IntegerMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map an integer field.
IntegerMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.IntegerMapper
 

K

keyspace(String) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the name keyspace name.

L

longMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new LongMapper.
LongMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a long field.
LongMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.LongMapper
 
lower(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.RangeCondition
Sets the lower value to be matched.
lucene(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new LuceneCondition with the specified query.
LuceneCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches documents satisfying a Lucene Query Syntax.
LuceneCondition(String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.LuceneCondition
Returns a new LuceneCondition with the specified query.

M

mapper(String, Mapper) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Adds a new Mapper.
Mapper<T extends Mapper> - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
Class for mapping between Cassandra's columns and Lucene documents.
Mapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.Mapper
 
mapper(String, Mapper) - Method in class com.stratio.cassandra.lucene.builder.index.schema.Schema
Adds a new Mapper.
match(String, Object) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new MatchCondition for the specified field and value.
MatchCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches documents containing a value for a field.
MatchCondition(String, Object) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.MatchCondition
Creates a new MatchCondition for the specified field and value.
maxCachedMb(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the Lucene's max cached MBs.
maxEdits(Integer) - Method in class com.stratio.cassandra.lucene.builder.search.condition.FuzzyCondition
Returns this builder with the specified Damerau-Levenshtein max distance.
maxExpansions(Integer) - Method in class com.stratio.cassandra.lucene.builder.search.condition.FuzzyCondition
Returns this builder with the specified maximum number of terms to match.
maxLevels(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.GeoPointMapper
Sets the maximum number of levels in the tree.
maxMergeMb(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the Lucene's max merge MBs.
minDistance(String) - Method in class com.stratio.cassandra.lucene.builder.search.condition.GeoDistanceCondition
Sets the min allowed distance.
must(Condition...) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BooleanCondition
Returns this builder with the specified mandatory conditions.

N

name(String) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the name of the indexed column.
none() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new NoneCondition for the specified field and value.
NoneCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches none documents.
NoneCondition() - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.NoneCondition
Creates a new NoneCondition.
not(Condition...) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BooleanCondition
Returns this builder with the specified mandatory not conditions.
nowValue(Object) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.BitemporalMapper
Sets the now value to be used.

O

operation(String) - Method in class com.stratio.cassandra.lucene.builder.search.condition.DateRangeCondition
Sets the operation to be performed.

P

pattern(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.BitemporalMapper
Sets the date format pattern to be used.
pattern(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.DateMapper
Sets the date format pattern to be used.
pattern(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.DateRangeMapper
Sets the date pattern to be used.
phrase(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new PhraseCondition for the specified field and values.
PhraseCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches documents containing a particular sequence of terms.
PhraseCondition(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.PhraseCondition
Returns a new PhraseCondition with the specified field name and values to be matched.
prefix(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new PrefixCondition for the specified field and value.
PrefixCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches documents containing terms with a specified prefix.
PrefixCondition(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.PrefixCondition
Creates a new PrefixCondition.
prefixLength(Integer) - Method in class com.stratio.cassandra.lucene.builder.search.condition.FuzzyCondition
Returns this builder with the length of common (non-fuzzy) prefix.

Q

query(Condition) - Method in class com.stratio.cassandra.lucene.builder.search.Search
Returns this Search with the specified querying condition.

R

ramBufferMb(Integer) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the Lucene's RAM buffer size in MBs.
range(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new RangeCondition for the specified field.
RangeCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
A Condition implementation that matches a field within an range of values.
RangeCondition(String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.RangeCondition
Creates a new RangeCondition for the specified field.
refresh(Boolean) - Method in class com.stratio.cassandra.lucene.builder.search.Search
Sets if the Search must refresh the index before reading it.
refreshSeconds(Number) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the index searcher refresh period.
regexp(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new RegexpCondition for the specified field and value.
RegexpCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
Implements the wildcard search query.
RegexpCondition(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.RegexpCondition
Creates a new RegexpCondition for the specified field and expression.
reverse(Boolean) - Method in class com.stratio.cassandra.lucene.builder.search.sort.SortField
Returns this SortField with the specified reverse option.

S

schema() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new Schema.
schema(Schema) - Method in class com.stratio.cassandra.lucene.builder.index.Index
Sets the Schema.
Schema - Class in com.stratio.cassandra.lucene.builder.index.schema
The user-defined mapping from Cassandra columns to Lucene documents.
Schema() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.Schema
 
search() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new Search.
Search - Class in com.stratio.cassandra.lucene.builder.search
Class representing an Lucene index search.
Search() - Constructor for class com.stratio.cassandra.lucene.builder.search.Search
Default constructor.
should(Condition...) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BooleanCondition
Returns this builder with the specified optional conditions.
SimpleSortField - Class in com.stratio.cassandra.lucene.builder.search.sort
A simple relevance sorting for a field of a search.
SimpleSortField(String) - Constructor for class com.stratio.cassandra.lucene.builder.search.sort.SimpleSortField
Creates a new SimpleSortField for the specified field and reverse option.
SingleColumnMapper<K extends SingleColumnMapper<K>> - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
Class for mapping between Cassandra's columns and Lucene documents.
SingleColumnMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
 
slop(Integer) - Method in class com.stratio.cassandra.lucene.builder.search.condition.PhraseCondition
Returns this builder with the specified slop.
snowballAnalyzer(String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new SnowballAnalyzer for the specified language and stopwords.
SnowballAnalyzer - Class in com.stratio.cassandra.lucene.builder.index.schema.analysis
Analyzer for tartarus.org snowball Analyzer.
SnowballAnalyzer(String) - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.analysis.SnowballAnalyzer
Builds a new SnowballAnalyzer for the specified language and stopwords.
sort(SortField...) - Method in class com.stratio.cassandra.lucene.builder.search.Search
Returns this Search with the specified sorting.
Sort - Class in com.stratio.cassandra.lucene.builder.search.sort
A sorting of fields for a search.
Sort(List<SortField>) - Constructor for class com.stratio.cassandra.lucene.builder.search.sort.Sort
Creates a new Sort for the specified SortField.
Sort(SortField...) - Constructor for class com.stratio.cassandra.lucene.builder.search.sort.Sort
Creates a new Sort for the specified SortField.
sorted(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.GeoPointMapper
Sets if the field supports sorting.
sorted - Variable in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
If the field must be sorted.
sorted(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.SingleColumnMapper
Sets if the field supports sorting.
SortField - Class in com.stratio.cassandra.lucene.builder.search.sort
A sorting for a field of a search.
SortField() - Constructor for class com.stratio.cassandra.lucene.builder.search.sort.SortField
 
stopwords(String) - Method in class com.stratio.cassandra.lucene.builder.index.schema.analysis.SnowballAnalyzer
Returns this with the specified stopwords.
stringMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new StringMapper.
StringMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a string, not tokenized field.
StringMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.StringMapper
 

T

textMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new TextMapper.
TextMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a string, tokenized field.
TextMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.TextMapper
 
to(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.DateRangeCondition
Sets the upper accepted date.
toString() - Method in class com.stratio.cassandra.lucene.builder.Builder
Returns the JSON String representation of the specified object.
transpositions(Boolean) - Method in class com.stratio.cassandra.lucene.builder.search.condition.FuzzyCondition
Returns this builder with the specified if transpositions should be treated as a primitive edit operation.
ttFrom(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BitemporalCondition
Sets the transaction time start.
ttTo(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BitemporalCondition
Sets the transaction time end.

U

upper(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.RangeCondition
Sets the upper value to be matched.
uuidMapper() - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new UUIDMapper.
UUIDMapper - Class in com.stratio.cassandra.lucene.builder.index.schema.mapping
A Mapper to map a UUID field.
UUIDMapper() - Constructor for class com.stratio.cassandra.lucene.builder.index.schema.mapping.UUIDMapper
 

V

validated - Variable in class com.stratio.cassandra.lucene.builder.index.schema.mapping.Mapper
If the field must be validated.
validated(Boolean) - Method in class com.stratio.cassandra.lucene.builder.index.schema.mapping.Mapper
Sets if the field must be validated.
vtFrom(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BitemporalCondition
Sets the valid time start.
vtTo(Object) - Method in class com.stratio.cassandra.lucene.builder.search.condition.BitemporalCondition
Sets the valid time end.

W

wildcard(String, String) - Static method in class com.stratio.cassandra.lucene.builder.Builder
Returns a new WildcardCondition for the specified field and value.
WildcardCondition - Class in com.stratio.cassandra.lucene.builder.search.condition
Implements the wildcard search query.
WildcardCondition(String, String) - Constructor for class com.stratio.cassandra.lucene.builder.search.condition.WildcardCondition
Creates a new WildcardCondition for the specified field and value.
A B C D E F G I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.