Re: Browse Functionality

2006-06-14 Thread John Wang
Check out: www.browseengine.com written in Java builds on Lucene. -John On 6/5/06, muraalee <[EMAIL PROTECTED]> wrote: Hi , I am looking at exposing a "Browse" like functionality using lucene. Assume this scenario, a user Browses a Field ( Untokenized one like Book Title ) and he sees a lis

Re: Browse Functionality

2006-06-06 Thread Chris Hostetter
Generally the best approach for restricting what results a person sees is with a Filter ... if you do this, then you can get a BitSet from the Filter which tells you everything they are allowed to see, if you then also build a BitSet for each of the Terms you wantto "browse" by (again: a Filter ca