DATAES-933 - Fix typo in javaDoc.

Original PR: #522
This commit is contained in:
vasyl-bhd 2020-09-21 19:48:41 +03:00 committed by GitHub
parent 3edc5b0fb0
commit 54909a83cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ package org.springframework.data.elasticsearch.core;
/**
* Enum to represent the relation that Elasticsearch returns for the totalHits value {@see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/7.5/search-request-body.html#request-body-search-track-total-hits">Ekasticsearch
* "https://www.elastic.co/guide/en/elasticsearch/reference/7.5/search-request-body.html#request-body-search-track-total-hits">Elasticsearch
* docs</a>}
*
* @author Peter-Josef Meisch