1. Hibernate Search Paging + FullTextSearch + Criteria stackoverflow.comI am trying to do a search with some criteria
and then page it
|
2. Ideas for Paging Search Result of 2 Criterias? forum.hibernate.org |
3. getting total numOfRecords in Hibernate Search w/paging data forum.hibernate.org |
4. Hibernate Search pagination setMaxResults forum.hibernate.orgHibernate version: Core 3.2.6 GA Search 3.0.1 GA Name and version of the database you are using: MySQL 5.0.27 The problem is when I run the code below it returns 32 results. So far so good. But when I add pagination in the form of 'criteria.setMaxResults()' it starts to return weird results. When I set it to: 30 it returns 26 ... |