-->
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.  [ 2 posts ] 
Author Message
 Post subject: Search within search results
PostPosted: Mon Jun 06, 2011 2:41 pm 
Regular
Regular

Joined: Tue May 17, 2011 1:45 am
Posts: 52
Is it possible to search within search results?

Example : A keyword is searched and it brings 200 results. Now I want to use these 200 results and search further.

Thanks
David


Top
 Profile  
 
 Post subject: Re: Search within search results
PostPosted: Mon Jun 06, 2011 2:49 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
Hi David,
yes you can apply a filter on top of a fulltext query, and you can also create a filter from a query. See org.apache.lucene.search.QueryWrapperFilter to convert a Query to a filter instance.

so you could have the user create a first Query, show it, ask for a second query and run that applying the first as a filter.

_________________
Sanne
http://in.relation.to/


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

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.