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
: > : 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
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
: how I can get count of distinct facet_fields ?
:
: like numFacetFound in this example:
There's currently no way to do that.
-Hoss