Lucene vs. Azure Search
Asked Answered
L

2

7

I am a newbie to search engines and information retrieval. Can someone explain how different is Lucene search engine compared to Azure Search.

I read the Azure Search documents and see that Azure Search supports Lucene queries as well, so is Azure Search built on top of Lucene or inherits certain features of it?

There is no proper documentation as such, can someone point me in the right direction.

Thanks in advance.

Lucknow answered 21/1, 2018 at 23:11 Comment(0)
P
-4

Azure Search is not built on top of Apache Lucene as such, but it does support Lucene Query syntax.

https://learn.microsoft.com/en-us/rest/api/searchservice/lucene-query-syntax-in-azure-search

Postern answered 12/2, 2018 at 11:59 Comment(0)
X
14

According to this Microsoft page the full text search is built on Lucene.

https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search "The full text search engine in Azure Search is built on Apache Lucene, an industry standard in information retrieval."

Xylem answered 30/11, 2018 at 17:49 Comment(0)
P
-4

Azure Search is not built on top of Apache Lucene as such, but it does support Lucene Query syntax.

https://learn.microsoft.com/en-us/rest/api/searchservice/lucene-query-syntax-in-azure-search

Postern answered 12/2, 2018 at 11:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.