Re: Count of facet count

2009-06-16 Thread Karsten F.
Hi, Some questions about an integer with numFacetFound for facets in solr: Our application "tecfinder" has a faceted browsing with paging for each facet (see "Fachgebiete" in http://tecfinder.fiz-technik.de/tecfinder/faces/facelets/search/search.jsp?query=Laser ). Currently I am integrating sol

Re: Count of facet count

2008-08-12 Thread Chris Hostetter
: > : how I can get count of distinct facet_fields ? : > : : > : like numFacetFound in this example: : > : > There's currently no way to do that. : I need to do the same thing. Any pointers on how one would go about : implementing that? (in Java) Thanks. The change would be in the SimpleFacets

Re: Count of facet count

2008-08-10 Thread terhorst
hossman wrote: > > > : how I can get count of distinct facet_fields ? > : > : like numFacetFound in this example: > > There's currently no way to do that. > > > -Hoss > > > I need to do the same thing. Any pointers on how one would go about implementing that? (in Java) Thanks. -- View

Re: Count of facet count

2008-04-18 Thread Chris Hostetter
: how I can get count of distinct facet_fields ? : : like numFacetFound in this example: There's currently no way to do that. -Hoss