Skip to content

Commit

Permalink
Edited 075_Inside_a_shard/30_Dynamic_indices.asciidoc with Atlas code…
Browse files Browse the repository at this point in the history
… editor
  • Loading branch information
skalapurakkel committed Jan 15, 2015
1 parent 2c75dd6 commit 5a21e35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 075_Inside_a_shard/30_Dynamic_indices.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ per-shards results to a global result set, as described in
***************************************

[[img-memory-buffer]]
.A Lucene index with new documents in the in-memory buffer, ready to commit
image::images/elas_1102.png["A Lucene index with new documents in the in-memory buffer, ready to commit"]

A per-segment search works as follows:

Expand All @@ -48,6 +45,10 @@ A per-segment search works as follows:
3. The new segment is opened, making the documents it contains visible to search.
4. The in-memory buffer is cleared, and is ready to accept new documents.

[[img-memory-buffer]]
.A Lucene index with new documents in the in-memory buffer, ready to commit
image::images/elas_1102.png["A Lucene index with new documents in the in-memory buffer, ready to commit"]

[[img-post-commit]]
.After a commit, a new segment is added to the commit point and the buffer is cleared
image::images/elas_1103.png["After a commit, a new segment is added to the index and the buffer is cleared"]
Expand Down

0 comments on commit 5a21e35

Please sign in to comment.