Skip to content

Commit 5db6ac3

Browse files
authored
Added entry for Solr for newbies (#5247)
* Added entry for Solr for newbies * Grouped Solr and ElasticSearch books into Search Engines category as suggested by davorpa
1 parent 57aa0ec commit 5db6ac3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

books/free-programming-books.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
* [Delphi / Pascal](#delphi--pascal)
4242
* [DTrace](#dtrace)
4343
* [Eiffel](#eiffel)
44-
* [Elasticsearch](#elasticsearch)
4544
* [Elixir](#elixir)
4645
* [Ecto](#ecto)
4746
* [Phoenix](#phoenix)
@@ -141,6 +140,7 @@
141140
* [Programming Paradigms](#programming-paradigms)
142141
* [Regular Expressions](#regular-expressions)
143142
* [Reverse Engineering](#reverse-engineering)
143+
* [Search Engines](#search-engines)
144144
* [Security](#security)
145145
* [Software Architecture](#software-architecture)
146146
* [Standards](#standards)
@@ -857,6 +857,13 @@ Kerridge (PDF) (email address *requested*, not required)
857857
* [Reverse Engineering for Beginners](http://beginners.re) - Dennis Yurichev (PDF)
858858

859859

860+
#### Search Engines
861+
862+
* [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))
863+
* [Exploring Elasticsearch](http://exploringelasticsearch.com)
864+
* [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))
865+
866+
860867
#### Security
861868

862869
* [A Graduate Course in Applied Cryptography](http://toc.cryptobook.us)
@@ -1342,12 +1349,6 @@ Kerridge (PDF) (email address *requested*, not required)
13421349
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
13431350

13441351

1345-
### Elasticsearch
1346-
1347-
* [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))
1348-
* [Exploring Elasticsearch](http://exploringelasticsearch.com)
1349-
1350-
13511352
### Eiffel
13521353

13531354
* [A Functional Pattern System for Object-Oriented Design](http://homepages.mcs.vuw.ac.nz/~tk/fps/fps-sans-escher.pdf) - Thomas Kuhne (PDF)

0 commit comments

Comments
 (0)