Skip to content

Commit

Permalink
HSEARCH-1104 Documentation warnings: time limited queries no longer e…
Browse files Browse the repository at this point in the history
…xperimental
  • Loading branch information
Sanne committed May 4, 2012
1 parent 25a8d2c commit e5af007
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -1072,8 +1072,7 @@ catch (javax.persistence.QueryTimeoutException e) {
</section>

<section>
<title>Limit the number of results when the time limit is reached
(EXPERIMENTAL)</title>
<title>Limit the number of results when the time limit is reached</title>

<para>Alternatively, you can return the number of results which have
already been fetched by the time the limit is reached. Note that
Expand Down Expand Up @@ -1130,9 +1129,6 @@ if ( query.hasPartialResults() ) {
<methodname>hasPartialResults</methodname> are also available to
you.</para>

<warning>
<para>This approach is considered experimental</para>
</warning>
</section>
</section>
</section>
Expand Down

0 comments on commit e5af007

Please sign in to comment.