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, withTimeout
public T withRegexTermFilter(String filter)
SecondaryIndexQuery.Init
withRegexTermFilter
in class SecondaryIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>>
filter
- the regex to filter terms by.Copyright © 2014. All rights reserved.