public interface RequestFactory
| Modifier and Type | Method and Description |
|---|---|
AliasFactory |
alias()
Returns a
AliasFactory that is dedicated to compose alias-related requests. |
BulkFactory |
bulk()
Returns a
SearchFactory that is dedicated to compose bulk-related requests. |
DocumentFactory |
document()
Returns a
DocumentFactory that is dedicated to compose document-related requests. |
IndexFactory |
index()
Returns a
IndexFactory that is dedicated to compose index-related requests. |
SearchFactory |
search()
Returns a
SearchFactory that is dedicated to compose searching-related requests. |
TemplateFactory |
template()
Returns a
TemplateFactory that is dedicated to compose template-related requests. |
TemplateFactory template()
TemplateFactory that is dedicated to compose template-related requests.TemplateFactoryIndexFactory index()
IndexFactory that is dedicated to compose index-related requests.IndexFactoryAliasFactory alias()
AliasFactory that is dedicated to compose alias-related requests.AliasFactoryDocumentFactory document()
DocumentFactory that is dedicated to compose document-related requests.DocumentFactorySearchFactory search()
SearchFactory that is dedicated to compose searching-related requests.DocumentFactoryBulkFactory bulk()
SearchFactory that is dedicated to compose bulk-related requests.DocumentFactoryCopyright © 2022 The Apache Software Foundation. All rights reserved.