Full text search engine Elasticsearch basic tutorial

Full text search is the most common requirement. Open source Elasticsearch is the first choice of full-text search engines. It can quickly store, search and analyze massive data. Wikipedia, Stack Overflow and Github all use it. At the bottom of elasticsearch is the open source library Lucene. However, you can't use Lucene directly. You must w ...

Posted by Restless on Fri, 03 Dec 2021 09:10:48 -0800

Elasticsearch learning notes

1 getting started with elasticsearch Elasticsearch is an open source search engine based on Apache Lucene. Whether in open source or proprietary domain, Lucene can be regarded as the most advanced, best performing and most powerful search engine library so far. However, Lucene is just a library. If you want to use it, you must use Java as ...

Posted by joon on Tue, 30 Nov 2021 14:09:50 -0800