Skip to content

Commit

Permalink
HSEARCH-4501 Fix copy/paste error in documentation of Elasticsearch's…
Browse files Browse the repository at this point in the history
… fromJson() predicate
  • Loading branch information
yrodiere committed Mar 4, 2022
1 parent 10920df commit d4f83c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1323,7 +1323,7 @@ but using the Lucene extension so that Lucene-specific options are available.
[[search-dsl-predicate-extensions-elasticsearch-from-json]]
=== Elasticsearch: `fromJson`

`.fromLuceneQuery(...)` turns JSON representing an Elasticsearch query into a Hibernate Search predicate.
`.fromJson(...)` turns JSON representing an Elasticsearch query into a Hibernate Search predicate.

include::components/elasticsearch-json-warning.asciidoc[]

Expand Down

0 comments on commit d4f83c1

Please sign in to comment.