t;
>
>
>
>
>
> So, when doing keyword searches I use the to search
> in all the fields, as I copyField all the fields onto the field named
> text.
> But, for faceting I use the exact fields, which are of type string and
> don't
> split on whit
Hello,
I am wondering why solr is returning a manufacturer name field ( Dell, Inc) as
Dell one result and Inc another result. Is there a way to facet a field which
have space or delimitation on them?
query.addFacetField("manu");
query.setFacetMinCount(1);
query.setIncludeScore(true