wiki:http://bobo-browse.wiki.sourceforge.net/
this describes the upcoming 2.0 release, which is in the ill-named branch: BR_DEV_1_5_0 We are still doing some development work on that, feel free to check out the branch and we will be doing a release shortly. some features we aimed for 2.0 and also reasons for the api changes: 1) support for selection expansion: The ability to select a value in a field, and allow the sibling facets to come back, e.g. intersect with other fields and keep the current field not intersect with selected value. This is rather tricky to be fast, e.g. doing 2 searches. 2) allow the framework, ability to handle derived data, e.g. build facets from data not necc. on index. Some examples, in linkedin's case, being able to facet on different distances of the social graph, etc. 3) Being able to handle multi valued facets, e.g. 1 docid -> into multiple values. 4) being able to do 1) on range facets. etc.. -John On Fri, Dec 12, 2008 at 3:52 AM, Karsten F. <[email protected]>wrote: > > Hi John, > > I will take a look in the bobo-browse source code at week end. > > Do you now the xtf implementation of faceted browsing: > starting point is > org.cdlib.xtf.textEngine.facet.GroupCounts#addDoc > ? > (It works with millions of facet values on millions of hits) > > What is the starting point in browseengine? > > How is the connection between solr and browseengine ? > > Thanks for mention browseengine. I really like the car demo! > > Best regards > Karsten > > > John Wang wrote: > > > > We are doing lotsa internal changes for performance. Also upgrading the > > api > > to support for features. So my suggestion is to wait for 2.0. (should > > release this this month, at the latest mid jan) We can take this offline > > if > > you want to have a deeper discussion on browse engine. > > > > -- > View this message in context: > http://www.nabble.com/Taxonomy-in-Lucene-tp20929487p20974217.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] > >
