Re: Azure AI Search uses Apache Lucene for full text search

2024-01-24 Thread Michael Wechner
You can find a working, very simple implementation at https://github.com/wyona/katie-backend/blob/main/src/main/java/com/wyona/katie/handlers/AzureAISearchImpl.java whereas to test it you might to download / install Katie locally https://github.com/wyona/katie-backend I will spend some more

Re: Azure AI Search uses Apache Lucene for full text search

2024-01-22 Thread Ali Akhtar
Sure, please share On Mon, Jan 22, 2024 at 1:33 AM Michael Wechner wrote: > Hi > > I recently noticed, that Azure AI Search uses Apache Lucene > for full text search > > > https://learn.microsoft.com/en-us/azure/search/search-lucene-query-architecture > > which I