public interface IndexFactory
| Modifier and Type | Method and Description |
|---|---|
com.linecorp.armeria.common.HttpRequest |
create(String index,
Mappings mappings,
Map<String,?> settings)
Returns a request to create an index of name
index. |
com.linecorp.armeria.common.HttpRequest |
delete(String index)
Returns a request to delete an index of name
index. |
com.linecorp.armeria.common.HttpRequest |
exists(String index)
Returns a request to check whether the
index exists or not. |
com.linecorp.armeria.common.HttpRequest |
get(String index)
Returns a request to get an index of name
index. |
com.linecorp.armeria.common.HttpRequest |
putMapping(String index,
String type,
Mappings mappings)
Returns a request to update the
mappings of an index of name index. |
com.linecorp.armeria.common.HttpRequest exists(String index)
index exists or not.com.linecorp.armeria.common.HttpRequest get(String index)
index.com.linecorp.armeria.common.HttpRequest create(String index, Mappings mappings, Map<String,?> settings)
index.com.linecorp.armeria.common.HttpRequest delete(String index)
index.Copyright © 2022 The Apache Software Foundation. All rights reserved.