OpenSearch Industry Algorithm Edition provides demo code for common search features, including basic search, drop-down suggestions, query analysis, and scroll queries.
For information about the basic search SDK for the Industry Algorithm Edition, see Basic search.
Drop-down suggestions recommend candidate queries as a user types, helping users find content faster. For more information, see Drop-down suggestion demo.
Query analysis understands the intent behind a search query and rewrites it before retrieval and sorting. For more information, see Query analysis demo.
Standard search retrieves the most relevant results quickly but limits the result count to a maximum of 5,000 documents. To retrieve more results for analysis, use the scroll API. For more information, see scroll query demo and scroll iterative query demo.