Skip to content

Commit 201c86d

Browse files
committed
Some grammatical fixes to the index page
1 parent 8f34fdc commit 201c86d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>
100100
levels that affect scoring, analyzers can be used to
101101
control how text gets tokenized into terms, certain
102102
fields should not be analyzed at all, and so on... .
103-
elasticsearch allows to completely control how a JSON
103+
elasticsearch allows you to completely control how a JSON
104104
document gets mapped into the search engine on a per
105105
type and per index level.
106106
</p>
@@ -126,9 +126,9 @@ <h2>
126126
<p>
127127
Indexing data is always done using a unique
128128
identifier (at the type level). This is very handy
129-
since many time we wish to update or delete the
129+
since many times we wish to update or delete the
130130
actual indexed data, or just GET it. Getting data
131-
could not be simpler and all is needed is the index
131+
could not be simpler and all that is needed is the index
132132
name, the type and the id. What we get back is the
133133
<b>actual JSON document</b> used to index the
134134
specific data, but please, keep it secret and don't
@@ -324,7 +324,7 @@ <h2>
324324
we want to restore to the latest state of the
325325
cluster when it comes back up again.
326326
elasticsearch provides the gateway module
327-
allowing to do just that, think <b>Time
327+
allowing you to do just that, think <b>Time
328328
Machine for search</b>.
329329
</p>
330330

@@ -333,11 +333,11 @@ <h2>
333333
transaction log) can either be recreated from
334334
each node local storage (the default), or
335335
from a shared storage (like NFS or Amazon
336-
S3). When using a shared storage, the state
336+
S3). When using shared storage, the state
337337
is <b>asynchronously</b> replicated to it.
338338
</p>
339339
<p>
340-
Moreover, when using shared storage long term
340+
Moreover, when using shared storage for long term
341341
persistency, the index can be kept completely
342342
in memory while still being able to perform
343343
full recovery in the event of cluster

0 commit comments

Comments
 (0)