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 |
Hotel.java, Address.java |
Model classes defining the index schema |
Documentation
This sample accompanies Quickstart: Full-text search using Java. Follow the documentation for prerequisites, setup instructions, and detailed explanations.
Next step
You can learn more about Azure AI Search on the official documentation site.