public final class CommonSearchFactory extends Object implements SearchFactory
| Constructor and Description |
|---|
CommonSearchFactory() |
| 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... indices)
Returns a request to search documents.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsearchpublic com.linecorp.armeria.common.HttpRequest search(Search search, SearchParams params, String... indices)
SearchFactorysearch in interface SearchFactorypublic com.linecorp.armeria.common.HttpRequest scroll(Scroll scroll)
SearchFactoryscroll in interface SearchFactorypublic com.linecorp.armeria.common.HttpRequest deleteScrollContext(String scrollId)
SearchFactorydeleteScrollContext in interface SearchFactoryCopyright © 2022 The Apache Software Foundation. All rights reserved.