Skip to content

Commit

Permalink
Update 25_Tutorial_Indexing.asciidoc
Browse files Browse the repository at this point in the history
Use consistent punctuation in bulleted lists.  All items are complete sentences, so all can be period-terminated.
  • Loading branch information
adamjgray committed May 6, 2014
1 parent dc88537 commit 25caab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 010_Intro/25_Tutorial_Indexing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ business requirements:
* Allow simple full text search and more complex _phrase_ searches.
* Returned highlighted search _snippets_ from the text in the
matching documents.
* Enable management to build analytic dashboards over the data
* Enable management to build analytic dashboards over the data.

=== Indexing employee documents

Expand Down Expand Up @@ -82,8 +82,8 @@ So for our employee directory, we are going to do the following:
* Index a _document_ per employee, which contains all the details of a single
employee.
* Each document will be of _type_ `employee`.
* That type will live in the `megacorp` _index_
* That index will reside within our Elasticsearch cluster
* That type will live in the `megacorp` _index_.
* That index will reside within our Elasticsearch cluster.

In practice, this is very easy (even though it looks like a lot of steps). We
can perform all of those actions in a single command:
Expand Down

0 comments on commit 25caab9

Please sign in to comment.