Skip to content

Commit 379ae9f

Browse files
committed
HSEARCH-5300 Fix a typo in the docs
1 parent 4ac2106 commit 379ae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/public/reference/_static-metamodel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include::../components/_incubating-warning.adoc[]
77

88
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>>.
9+
thereby allowing type-safe references to index fields when creating search queries through the <<search-dsl,Search DSL>>.
1010

1111
The basic principles are very similar to the link:{hibernateDocUrl}#tooling-modelgen[JPA static metamodel available in Hibernate ORM],
1212
but in the case of Search the metamodel is about indexes rather than entities.

0 commit comments

Comments
 (0)