We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac2106 commit 379ae9fCopy full SHA for 379ae9f
documentation/src/main/asciidoc/public/reference/_static-metamodel.adoc
@@ -6,7 +6,7 @@
6
include::../components/_incubating-warning.adoc[]
7
8
Hibernate Search's static metamodel is a set of generated classes that represents the structure of each entity's index,
9
-thereby allowing to reference index fields in a type-safe way to create search queries through the <<search-dsl,Search DSL>>.
+thereby allowing type-safe references to index fields when creating search queries through the <<search-dsl,Search DSL>>.
10
11
The basic principles are very similar to the link:{hibernateDocUrl}#tooling-modelgen[JPA static metamodel available in Hibernate ORM],
12
but in the case of Search the metamodel is about indexes rather than entities.
0 commit comments