Skip to content

Azure-Samples/azure-search-java-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Java samples for Azure AI Search

This repository contains Java code samples used in Azure AI Search documentation. Unless noted otherwise, all samples run on the shared (free) pricing tier of an Azure AI Search service.

Sample Description
quickstart "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This Java console app uses a subset of the hotels demo data set, using just 4 documents as a test case. This sample is built on the Microsoft Build of OpenJDK using the Maven build system. This sample has a dependency on the com.azure:azure-search-documents package.