-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: get result count in hibernate search with lucene
PostPosted: Wed Apr 20, 2011 8:21 am 
Newbie

Joined: Fri Apr 08, 2011 8:44 am
Posts: 8
hi,
See the below code:
Criteria criteria = fSession.createCriteria(c)
.add(Restrictions.eq("sentiment", new Long(-12)));

fullTextQuery = fullextSession.createFullTextQuery(lucenceQuery, myclass.class).setCriteriaQuery(criteria);

fullTextQuery.list(); - Here i am geting expected results

But if use

fullTextQuery.getResultSize(); - Here i am getting wong results.It's give total records which is before applying criteria query.

another thing is,if i call fullTextQuery.list() , SQL query is printing in console.But if call fullTextQuery.getResultSize() is not printed sql query in console


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.