This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DATASLOR-192 - Polished reference documentation.
- Loading branch information
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
= Spring Data Solr | ||
Christoph Strobl, Oliver Gierke, Mark Pollack, Thomas Risberg | ||
:revnumber: {version} | ||
:revdate: {localdate} | ||
:toc: | ||
:toc-placement!: | ||
:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc | ||
|
||
{version} | ||
(C) 2012-2014 The original author(s). | ||
|
||
(C) 2012-2014 The original author(s) | ||
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. | ||
|
||
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._ | ||
toc::[] | ||
|
||
include::preface.adoc[] | ||
|
||
[[reference]] | ||
= Reference Documentation | ||
|
||
:leveloffset: 1 | ||
:leveloffset: +1 | ||
include::{spring-data-commons-docs}/repositories.adoc[] | ||
include::reference/data-solr.adoc[] | ||
include::reference/misc.adoc[] | ||
:leveloffset: -1 | ||
|
||
:leveloffset: 0 | ||
:numbered!: | ||
[[appendix]] | ||
= Appendix | ||
|
||
:numbered!: | ||
:leveloffset: +1 | ||
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[] | ||
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[] | ||
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[] | ||
:leveloffset: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters