Elasticsearch: The Definitive Guide
elastic.co
Elasticsearch: The Definitive Guide
1–10 of 22 posts
Re: Elasticsearch: The Definitive Guide
#2Re: Elasticsearch: The Definitive Guide
#3Re: Elasticsearch: The Definitive Guide
#4How is this different from the usual API docs? I'm not saying that it isn't, I'm just curious as to how it is.
Re: Elasticsearch: The Definitive Guide
#5How is this different from the usual API docs? I'm not saying that it isn't, I'm just curious as to how it is.
Re: Elasticsearch: The Definitive Guide
#6How is this different from the usual API docs? I'm not saying that it isn't, I'm just curious as to how it is.
Reads like a book, rather than a manual.
But I can understand the appeal. If you're looking to feel more intimate with the technology from another persons perspective or do not want terrible documentation, this kind of style makes sense I suppose
Re: Elasticsearch: The Definitive Guide
#7How is this different from the usual API docs? I'm not saying that it isn't, I'm just curious as to how it is.
Re: Elasticsearch: The Definitive Guide
#8How is this different from the usual API docs? I'm not saying that it isn't, I'm just curious as to how it is.
In my experience as you are learning to use ElasticSearch during an implementation, or even going back to reference there is a high-ish probability you will need the manual and the definitive guide. Really, I think they ought to be combined in some way because there are huge gaps in the docs.
The best way to learn ES is to set yourself up with a scripting language (python, ruby, etc.) and prototype everything, then apply what you learned to your language of chocie (i.e. Java if the scripting language isn't your language of choice).
Re: Elasticsearch: The Definitive Guide
#9Re: Elasticsearch: The Definitive Guide
#10How is this different from Apache Lucene?