From b6c379bda18651a6d905575b3f985237fc425143 Mon Sep 17 00:00:00 2001 From: Simone Guardati Date: Mon, 17 Oct 2022 03:03:48 +0200 Subject: [PATCH] Include Elasticsearch study material (#8449) * include Elasticsearch study material * restore space between chapters * remove elasticsearch notes from free-programming-books-langs.md file --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 352867677..a0dfc8fc5 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -740,6 +740,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Search Engines +* [Elasticsearch Certified Engineer notes ](https://www.pistocop.dev/posts/es_engineer_exam_notes/) - (HTML) * [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html) ([fork it on GH](https://github.com/elastic/elasticsearch-definitive-guide)) * [Search Engines: Information Retrieval in Practice](https://ciir.cs.umass.edu/irbook) - W. Bruce Croft, Donald Metzler, Trevor Strohman (PDF) * [Solr for newbies workshop (2019)](https://github.com/hectorcorrea/solr-for-newbies) - Hector Correa ([PDF](https://github.com/hectorcorrea/solr-for-newbies/blob/master/tutorial.pdf))