Re: Filter multivalue fields from search result

2010-07-12 Thread Alex J. G. Burzyński
Hi, So if those are separate documents how should I handle paging? Two separate queries? First to return all matching courses-events pairs, and second one to get courses for given page? Is this common design described in details somewhere? Thanks, Alex On 2010-07-09 01:50, Lance Norskog

Re: Filter multivalue fields from search result

2010-07-12 Thread Alex J. G. Burzyński
, allowing the user to drill down the results further. Chantal On Mon, 2010-07-12 at 10:26 +0200, Alex J. G. Burzyński wrote: Hi, So if those are separate documents how should I handle paging? Two separate queries? First to return all matching courses-events pairs, and second one to get courses

Filter multivalue fields from search result

2010-07-08 Thread Alex J. G. Burzyński
Hi, Is it possible to remove from search results the multivalued fields that don't pass the search criteria? My schema is defined as: !-- course_id -- field name=id type=string indexed=true stored=true required=true / !-- course_name -- field name=name type=string indexed=true stored=true/ !--