Skip to content

Commit

Permalink
Links new TermsEnum api into docs. Remove superfluous “API” from page…
Browse files Browse the repository at this point in the history
… title. (#72992)

Closes #72982
  • Loading branch information
markharwood authored May 12, 2021
1 parent dc43d05 commit 2dca93f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/reference/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ exception of the <<search-explain,explain API>>.
* <<scroll-api>>
* <<clear-scroll-api>>
* <<search-suggesters>>
* <<search-terms-enum>>

[discrete]
[[search-testing-apis]]
Expand Down Expand Up @@ -79,6 +80,8 @@ include::search/count.asciidoc[]

include::search/validate.asciidoc[]

include::search/terms-enum.asciidoc[]

include::search/explain.asciidoc[]

include::search/profile.asciidoc[]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search/terms-enum.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[search-terms-enum]]
=== Terms enum API
=== Terms enum

The terms enum API can be used to discover terms in the index that match
a partial string. This is used for auto-complete:
Expand Down

0 comments on commit 2dca93f

Please sign in to comment.