er
value.
Thanks for your help,
I.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Filter-query-exclusion-with-SolrJ-tp4119974p4120413.html
Sent from the Solr - User mailing list archive at Nabble.com.
c facet value. Can you please provide examples?
Thanks,
I.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Filter-query-exclusion-with-SolrJ-tp4119974p4120356.html
Sent from the Solr - User mailing list archive at Nabble.com.
as the
Include option, whereas it should return the total hits minus the subset
that falls into a specific facet value. Can you please provide examples?
Thanks,
I.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Filter-query-exclusion-with-SolrJ-tp4119974p4120356.html
Sent from the Solr - User mailing list archive at Nabble.com.
se provide examples?
Thanks,
I.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Filter-query-exclusion-with-SolrJ-tp4119974p4120356.html
Sent from the Solr - User mailing list archive at Nabble.com.
for (int i=0; i<_facetFields.length; i++) {
query.addFacetField(_facetFields[i]);
};
for (int i=0; ihttp://lucene.472066.n3.nabble.com/Filter-query-exclusion-with-SolrJ-tp4119974.html
Sent from the Solr - User mailing list archive at Nabble.com.
query.setQuery(qs).
setFacet(Boolean.parseBoolean(_facetUse)).
setFacetMinCount(Integer.parseInt(_facetMinCount)).
setFacetLimit(Integer.parseInt(_facetLimit)).
for (int i=0; i<_facetFields.length; i++) {
query.addFacetField(_facetFields[i]);