diff --git a/hibernate-search/src/main/docbook/en-US/modules/query.xml b/hibernate-search/src/main/docbook/en-US/modules/query.xml index b88683292f7..1d38d445178 100755 --- a/hibernate-search/src/main/docbook/en-US/modules/query.xml +++ b/hibernate-search/src/main/docbook/en-US/modules/query.xml @@ -1697,7 +1697,7 @@ List<Customer> results = query.getResultList(); Faceting Faceted - search is a technique which allows to devide the results of a + search is a technique which allows to divide the results of a query into multiple categories. This categorisation includes the calculation of hit counts for each category and the ability to further restrict search results based on these facets (categories). The core @@ -1790,7 +1790,7 @@ FacetingRequest labelFacetingRequest = builder.facet() facets returned. - There are several preconditions a indexed field has to meet in + There are several preconditions an indexed field has to meet in order to apply faceting on it. The indexed property must be of type String, Date or a subtype of Number. Furthermore the property has