.NET Full Text Search on Azure using Apache Lucene
2022-02-12 .netazureazure-storage
This diagram shows how to use Apache Lucene to implement full text search engine for Azure App Service ASP.NET core websites. Apache Lucene is an open source framework to provide world search capabilities. It is the search core of both Apache Solr™ and Elasticsearch™.
The framework provide core libraries for Java, Python (PyLucene) and .NET.