protected abstract static class IntIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>> extends SecondaryIndexQuery.Init<S,T>
| Constructor and Description |
|---|
IntIndexQuery.Init(Namespace namespace,
String indexName,
S match) |
IntIndexQuery.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, withKeyAndIndex, withMaxResults, withPaginationSort, 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 © 2015. All rights reserved.