Modifier and Type | Interface and Description |
---|---|
interface |
SearchResults |
Modifier and Type | Field and Description |
---|---|
static BiFunction<SearchResponse,SearchResponse,SearchResponse> |
SearchClient.SRFN |
static BiFunction<SearchResponse,SearchResponse,SearchResponse> |
SearchClient.SRFN |
static BiFunction<SearchResponse,SearchResponse,SearchResponse> |
SearchClient.SRFN |
Modifier and Type | Method and Description |
---|---|
default CompletionStage<SearchResponse> |
SearchClient.index(List<Search.Artifact> artifacts)
Bulk index operation.
|
CompletionStage<SearchResponse> |
SearchClient.index(Search.Artifact artifact)
Index the search artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
HotRodSearchResponse |
class |
HotRodSearchResults |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
HotRodSearchClient.index(List<Search.Artifact> artifacts) |
CompletionStage<SearchResponse> |
HotRodSearchClient.index(Search.Artifact artifact) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaSearchResponse |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
KafkaSearchClient.index(Search.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
NoopSearchClient.index(Search.Artifact artifact) |
Modifier and Type | Class and Description |
---|---|
class |
RestSearchResponse |
class |
RestSearchResults |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
RestSearchClient.index(Search.Artifact artifact) |
Copyright © 2020 Red Hat. All rights reserved.