A relevant client is one that is related to one or more documents found by a search.
I would store client as a keyword with a document and I would like the query to return clients with the sum of relevant documents score. A client with many low scoring documents could be as relevant as a client with few high scoring documents. Basically I am looking for a 'group by'-like functionality. Best, Michael Erick Erickson wrote: > > 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 <m...@papaecho.com> 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: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> >> > > -- View this message in context: http://www.nabble.com/Querying-for-a-catagory-tp22044596p22055571.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org