Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit b8df6b2

Browse files
committed
DATASLOR-192 - Polished reference documentation.
1 parent d2f3d63 commit b8df6b2

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

src/main/asciidoc/index.adoc

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
= Spring Data Solr
22
Christoph Strobl, Oliver Gierke, Mark Pollack, Thomas Risberg
3+
:revnumber: {version}
4+
:revdate: {localdate}
35
:toc:
6+
:toc-placement!:
47
:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc
58

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

8-
(C) 2012-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[]
1316

1417
[[reference]]
1518
= Reference Documentation
1619

17-
:leveloffset: 1
20+
:leveloffset: +1
1821
include::{spring-data-commons-docs}/repositories.adoc[]
1922
include::reference/data-solr.adoc[]
2023
include::reference/misc.adoc[]
24+
:leveloffset: -1
2125

22-
:leveloffset: 0
23-
:numbered!:
2426
[[appendix]]
2527
= Appendix
2628

29+
:numbered!:
30+
:leveloffset: +1
2731
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[]
32+
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[]
2833
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[]
34+
:leveloffset: -1

src/main/asciidoc/preface.adoc

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
[preface]
21
= Preface
32

43
The Spring Data Solr project applies core Spring concepts to the development of solutions using the Apache Solr Search Engine. We provide a "template" as a high-level abstraction for storing and querying documents. You will notice similarities to the mongodb support in the Spring Framework.
54

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

9-
* Version Control - `git://github.com/spring-projects/spring-data-solr.git`
9+
* Version Control - https://github.com/spring-projects/spring-data-solr
1010
* Bugtacker - https://jira.spring.io/browse/DATASOLR
11-
* Release repository - http://repo.springsource.org/libs-release
12-
* Milestone repository - http://repo.springsource.org/libs-milestone
13-
* Snapshot repository - http://repo.springsource.org/libs-snapshot
11+
* Release repository - https://repo.springsource.org/libs-release
12+
* Milestone repository - https://repo.springsource.org/libs-milestone
13+
* Snapshot repository - https://repo.springsource.org/libs-snapshot
1414

1515
[[requirements]]
16+
[preface]
1617
== Requirements
1718

18-
Requires http://lucene.apache.org/solr/[Apache Solr] 3.6 and above or optional dependency [source,xml]
19+
Requires http://lucene.apache.org/solr/[Apache Solr] 3.6 and above or optional dependency
20+
21+
[source,xml]
1922
----
2023
<dependency>
2124
<groupId>org.apache.solr</groupId>

0 commit comments

Comments
 (0)