| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search |
| Modifier and Type | Method and Description |
|---|---|
static Search |
Builder.search()
Returns a new
Search. |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.filter(Condition filter)
Returns this
Search with the specified filtering condition. |
Search |
Search.query(Condition query)
Returns this
Search with the specified querying condition. |
Search |
Search.refresh(Boolean refresh)
Sets if the
Search must refresh the index before reading it. |
Search |
Search.sort(SortField... sortFields)
Returns this
Search with the specified sorting. |
Copyright © 2016. All rights reserved.