protected abstract static class IntIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>> extends SecondaryIndexQuery.Init<S,T>
| Constructor and Description |
|---|
Init(Namespace namespace,
String indexName,
byte[] coverContext) |
Init(Namespace namespace,
String indexName,
S match) |
Init(Namespace namespace,
String indexName,
S start,
S end) |
| Modifier and Type | Method and Description |
|---|---|
T |
withRegexTermFilter(String filter)
Set the regex to filter result terms by for this query.
|
self, withContinuation, withCoverageContext, withKeyAndIndex, withMaxResults, withPaginationSort, withReturnBody, withTimeoutpublic T withRegexTermFilter(String filter)
SecondaryIndexQuery.InitwithRegexTermFilter in class SecondaryIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>>filter - the regex to filter terms by.Copyright © 2016. All rights reserved.