You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickstart: Keyword search in Azure AI Search using Java
description
Learn how to create, load, and query an Azure AI Search index using the Azure SDK for Java.
products
azure
azure-cognitive-search
urlFragment
java-quickstart-keyword
Quickstart: Keyword search in Azure AI Search using Java
This sample demonstrates the fundamentals of creating, loading, and querying a search index for full-text search, also known as keyword search. The index is modeled on a subset of the hotels dataset, which has been reduced for readability and comprehension.
What's in this sample
File
Description
pom.xml
Project file that defines dependencies and build settings
App.java
Creates an index, loads documents, and runs queries