Backs out early link fix.
This commit is contained in:
parent
8422e4fa10
commit
d8dcf7b81e
|
@ -2,7 +2,8 @@
|
|||
== Delete API
|
||||
|
||||
The delete API is very similar to the
|
||||
{java}/java-docs-delete.html[Java delete API], here is an
|
||||
// {java}/java-docs-delete.html[]
|
||||
Java delete API, here is an
|
||||
example:
|
||||
|
||||
[source,js]
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
== Get API
|
||||
|
||||
The get API is very similar to the
|
||||
{java}/java-docs-get.html[Java get API]. The main benefit
|
||||
// {java}/java-docs-get.html[]
|
||||
Java get API. The main benefit
|
||||
of using groovy is handling the source content. It can be automatically
|
||||
converted to a `Map` which means using Groovy to navigate it is simple:
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
== Index API
|
||||
|
||||
The index API is very similar to the
|
||||
{java}/java-docs-index.html[Java index API]. The Groovy
|
||||
// {java}/java-docs-index.html[]
|
||||
Java index API. The Groovy
|
||||
extension to it is the ability to provide the indexed source using a
|
||||
closure. For example:
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
== Search API
|
||||
|
||||
The search API is very similar to the
|
||||
{java}/java-search.html[Java search API]. The Groovy
|
||||
// {java}/java-search.html[]
|
||||
Java search API. The Groovy
|
||||
extension allows to provide the search source to execute as a `Closure`
|
||||
including the query itself (similar to GORM criteria builder):
|
||||
|
||||
|
|
Loading…
Reference in New Issue