Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

File metadata and controls

34 lines (25 loc) · 1.36 KB
page_type sample
languages
java
name 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

Flask sample MIT license badge

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.