| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.index |
| Modifier and Type | Method and Description |
|---|---|
static Index |
Builder.index(String table,
String column)
Returns a new index creation statement using the session's keyspace.
|
static Index |
Builder.index(String keyspace,
String table,
String column)
Returns a new index creation statement using the session's keyspace.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.analyzer(String name,
Analyzer analyzer)
Adds a new
Analyzer. |
Index |
Index.defaultAnalyzer(String name)
Sets the name of the default
Analyzer. |
Index |
Index.directoryPath(String directoryPath)
Sets the path of the Lucene directory files.
|
Index |
Index.excludedDataCenters(String excludedDataCenters)
Sets the list of excluded data centers.
|
Index |
Index.indexingQueuesSize(Integer indexingQueuesSize)
Sets the max number of queued documents per asynchronous indexing thread.
|
Index |
Index.indexingThreads(Integer indexingThreads)
Sets the number of asynchronous indexing threads, where
0 means synchronous indexing. |
Index |
Index.keyspace(String keyspace)
Sets the name keyspace name.
|
Index |
Index.mapper(String field,
Mapper mapper)
Adds a new
Mapper. |
Index |
Index.maxCachedMb(Integer maxCachedMb)
Sets the Lucene's max cached MBs.
|
Index |
Index.maxMergeMb(Integer maxMergeMb)
Sets the Lucene's max merge MBs.
|
Index |
Index.name(String name)
Sets the name of the indexed column.
|
Index |
Index.ramBufferMb(Integer ramBufferMb)
Sets the Lucene's RAM buffer size in MBs.
|
Index |
Index.refreshSeconds(Number refreshSeconds)
Sets the index searcher refresh period.
|
Index |
Index.schema(Schema schema)
Sets the
Schema. |
Copyright © 2016. All rights reserved.