Skip to content

Commit c866664

Browse files
committed
DATAES-120 - Polished reference documentation.
1 parent 479a670 commit c866664

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

src/main/asciidoc/index.adoc

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
= Spring Data Elasticsearch
22
BioMed Central Development Team
3+
:revnumber: {version}
4+
:revdate: {localdate}
35
:toc:
4-
:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/issue/DATACMNS-551/src/main/asciidoc
6+
:toc-placement!:
7+
:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc
58

6-
{version}
9+
(C) 2013-2014 The original author(s).
710

8-
(C) 2013-2014 The original author(s)
11+
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
912

10-
NOTE: _Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically._
13+
toc::[]
1114

1215
include::preface.adoc[]
16+
:leveloffset: +1
17+
include::{spring-data-commons-docs}/repositories.adoc[]
18+
:leveloffset: -1
1319

1420
[[reference]]
1521
= Reference Documentation
1622

17-
:leveloffset: 1
18-
include::{spring-data-commons-docs}/repositories.adoc[]
23+
:leveloffset: +1
1924
include::reference/data-elasticsearch.adoc[]
2025
include::reference/elasticsearch-misc.adoc[]
26+
:leveloffset: -1
2127

22-
:leveloffset: 0
23-
:numbered!:
2428
[[appendix]]
2529
= Appendix
26-
30+
:numbered!:
31+
:leveloffset: +1
2732
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[]
33+
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[]
2834
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[]
35+
:leveloffset: -1

src/main/asciidoc/preface.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
[preface]
21
= Preface
32

43
The Spring Data Elasticsearch project applies core Spring concepts to the development of solutions using the Elasticsearch Search Engine. We have povided a "template" as a high-level abstraction for storing,querying,sorting and faceting documents. You will notice similarities to the Spring data solr and mongodb support in the Spring Framework.
54

65
[[project]]
6+
[preface]
77
== Project Metadata
88

9-
* Version Control - `git://github.com/BioMedCentralLtd/spring-data-elasticsearch.git`
9+
* Version Control - https://github.com/spring-projects/spring-data-elasticsearch
10+
* Bugtracker - https://jira.spring.io/browse/DATAES
11+
* Release repository - https://repo.spring.io/libs-release
12+
* Milestone repository - https://repo.spring.io/libs-milestone
13+
* Snapshot repository - https://repo.spring.io/libs-snapshot
1014

1115
[[requirements]]
16+
[preface]
1217
== Requirements
1318

1419
Requires http://www.elasticsearch.org/download/[Elasticsearch] 0.20.2 and above or optional dependency or not even that if you are using Embedded Node Client

0 commit comments

Comments
 (0)