Re: search binning support

2006-10-11 Thread Joe R
We faced what might be a similar problem not too long ago. Our app is supposed to allow for foldering -- i.e., a document may be in one or more folders that the user creates and populates by hand or via query. We used a simple btree database from Berkeley JE and used a hit collector to filter ag

Re: search binning support

2006-10-11 Thread Doron Cohen
Try searching for "facet" or "faceted browsing" in Lucene mailing lists and also in Solr, e.g. http://www.nabble.com/forum/Search.jtp?forum=44&local=y&query=facet "Yu-Hui Jin" <[EMAIL PROTECTED]> wrote on 10/10/2006 17:27:55: > Say I have N categories, each item is assigned to one or more categor

search binning support

2006-10-10 Thread Yu-Hui Jin
Say I have N categories, each item is assigned to one or more categories. And i want the search results being counted against each of the categories. I checked the Lucene in Action book, and there doesn't seem to be this feature. So is there any plan to add binning to Lucene? It looks like this