What constitutes a "relevant client"? If you want to restrict the returned documents to a particular client (or even a set of clients) a simple +client:<client name> would do the trick.....
Or you could create a Filter for "relevant clients". If neither of these helps, could you clarify your definition of a relevant client? Best Erick On Mon, Feb 16, 2009 at 3:00 PM, AmigoProgrammer <[email protected]> wrote: > > Hi, > > I have a number of documents that each relate to a client. I would like to > use an index and queries to answer two question: > - Find relevant documents > - Find relevant clients > > The first one is straight forward. > For the second one, I am wondering. Should I iterate over the hits and > compute the most relevant clients. Or is there a clever build-in way of > answering the question? > > Anyone that can help me crack the nut? > > Best, > > Michael > -- > View this message in context: > http://www.nabble.com/Querying-for-a-catagory-tp22044596p22044596.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
