protected abstract static class FindexBase.SearchRequest<SELF extends FindexBase.SearchRequest<SELF>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
insecureFetchChainsBatchSize |
protected Set<Keyword> |
keywords |
protected byte[] |
label |
protected int |
maxDepth |
protected int |
maxResultsPerKeyword |
| Modifier | Constructor and Description |
|---|---|
protected |
SearchRequest() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
insecureFetchChainsBatchSize(int insecureFetchChainsBatchSize) |
SELF |
keywords(Set<Keyword> keywords) |
SELF |
keywords(String[] keywords) |
SELF |
maxDepth(int maxDepth) |
SELF |
maxResultsPerKeyword(int maxResultsPerKeyword) |
protected byte[] label
protected int maxResultsPerKeyword
protected int maxDepth
protected int insecureFetchChainsBatchSize
Copyright © 2023. All rights reserved.