protected abstract static class BigIntIndexQuery.Init<S,T extends BigIntIndexQuery.Init<S,T>> extends SecondaryIndexQuery.Init<S,T>
Constructor and Description |
---|
BigIntIndexQuery.Init(Namespace namespace,
String indexName,
S match) |
BigIntIndexQuery.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 BigIntIndexQuery.Init(Namespace namespace, String indexName, S start, S end)
public T withRegexTermFilter(String filter)
SecondaryIndexQuery.Init
withRegexTermFilter
in class SecondaryIndexQuery.Init<S,T extends BigIntIndexQuery.Init<S,T>>
filter
- the regex to filter terms by.Copyright © 2014. All rights reserved.