Skip to content

Commit b7cc49a

Browse files
committed
[COMMON] Remove repeated section in docs
1 parent a4e7fed commit b7cc49a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/persistence.asciidoc

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,6 @@ The `Elasticsearch::Persistence::Repository` module provides an implementation o
2121
* Providing access to the Elasticsearch response for search results (aggregations, total, ...)
2222
* Defining the methods for serialization and deserialization
2323

24-
[[persistence]]
25-
== Persistence
26-
27-
The `elasticsearch-persistence` http://rubygems.org/gems/elasticsearch-persistence[Rubygem]
28-
provides persistence layer for Ruby domain objects.
29-
30-
It supports the repository design patterns. Versions before 6.0 also supported the _active record_ design pattern.
31-
32-
=== Repository
33-
34-
The `Elasticsearch::Persistence::Repository` module provides an implementation of the repository pattern and allows to save, delete, find and search objects stored in Elasticsearch, as well as configure mappings and settings for the index.
35-
36-
==== Features At a Glance
37-
38-
* Access to the Elasticsearch client
39-
* Setting the index name, document type, and object class for deserialization
40-
* Composing mappings and settings for the index
41-
* Creating, deleting or refreshing the index
42-
* Finding or searching for documents
43-
* Providing access both to domain objects and hits for search results
44-
* Providing access to the Elasticsearch response for search results (aggregations, total, ...)
45-
* Defining the methods for serialization and deserialization
46-
4724
==== Usage
4825

4926
Let's have a simple plain old Ruby object (PORO):

0 commit comments

Comments
 (0)