Skip to content

Commit

Permalink
small docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Mar 21, 2011
1 parent 085d3ff commit ba6d59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hibernate-search/src/main/docbook/en-US/modules/query.xml
Expand Up @@ -1697,7 +1697,7 @@ List&lt;Customer&gt; results = query.getResultList();</programlisting>
<title>Faceting</title>

<para><ulink url="http://en.wikipedia.org/wiki/Faceted_search">Faceted
search</ulink> is a technique which allows to devide the results of a
search</ulink> 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
Expand Down Expand Up @@ -1790,7 +1790,7 @@ FacetingRequest labelFacetingRequest = builder.facet()
facets returned.</para>

<tip>
<para>There are several preconditions a indexed field has to meet in
<para>There are several preconditions an indexed field has to meet in
order to apply faceting on it. The indexed property must be of type
<classname>String</classname>, <classname>Date</classname> or a
subtype of <classname>Number</classname>. Furthermore the property has
Expand Down

0 comments on commit ba6d59c

Please sign in to comment.