For information about the basic search SDK for the Industry Algorithm Edition, see Basic search.
Drop-down suggestion is a basic feature of the search service. It intelligently recommends candidate queries as a user enters a search query. This improves input efficiency and helps users find their desired content quickly. For more information, see Drop-down suggestion demo.
Query analysis in OpenSearch understands the intent of a search query. It intelligently analyzes and rewrites the query before the engine executes retrieval and sorting. For more information, see Query analysis demo.
Intelligent conversation provides smart answers to user questions during a search. It calls a large model from the integrated AI Search Developer Platform to generate the answers. For more information, see Intelligent conversation demo.
Traditional search is designed to retrieve the most relevant results as quickly as possible. However, this design limits the number of search results. For example, the standard search method can retrieve a maximum of 5,000 documents. Some scenarios require more results for analysis. In these cases, you can use the scroll API to obtain more results. For more information, see scroll query demo and scroll iterative query demo.