public interface SearchFactory
| Modifier and Type | Method and Description |
|---|---|
com.linecorp.armeria.common.HttpRequest |
deleteScrollContext(String scrollId)
Returns a request to delete the scroll context.
|
com.linecorp.armeria.common.HttpRequest |
scroll(Scroll scroll)
Returns a request to retrieve the next batch of results for a scrolling search.
|
com.linecorp.armeria.common.HttpRequest |
search(Search search,
SearchParams params,
String... index)
Returns a request to search documents.
|
default com.linecorp.armeria.common.HttpRequest |
search(Search search,
String... index)
Returns a request to search documents.
|
com.linecorp.armeria.common.HttpRequest search(Search search, SearchParams params, String... index)
com.linecorp.armeria.common.HttpRequest scroll(Scroll scroll)
com.linecorp.armeria.common.HttpRequest deleteScrollContext(String scrollId)
Copyright © 2022 The Apache Software Foundation. All rights reserved.