2016-06-21 10:31:44 -04:00
|
|
|
[[how-to]]
|
|
|
|
= How To
|
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
|
|
|
Elasticsearch ships with defaults which are intended to give a good out of
|
2017-01-17 20:55:41 -05:00
|
|
|
the box experience. Full text search, highlighting, aggregations, and indexing
|
2016-06-21 10:31:44 -04:00
|
|
|
should all just work without the user having to change anything.
|
|
|
|
|
|
|
|
Once you better understand how you want to use Elasticsearch, however,
|
|
|
|
there are a number of optimizations you can make to improve performance
|
|
|
|
for your use case.
|
|
|
|
|
|
|
|
This section provides guidance about which changes should and shouldn't be
|
|
|
|
made.
|
|
|
|
--
|
|
|
|
|
2016-07-07 03:12:09 -04:00
|
|
|
include::how-to/general.asciidoc[]
|
|
|
|
|
2016-10-28 03:11:57 -04:00
|
|
|
include::how-to/recipes.asciidoc[]
|
|
|
|
|
2016-06-21 10:31:44 -04:00
|
|
|
include::how-to/indexing-speed.asciidoc[]
|
|
|
|
|
|
|
|
include::how-to/search-speed.asciidoc[]
|
|
|
|
|
|
|
|
include::how-to/disk-usage.asciidoc[]
|