Hi, I have a FacetRequest with numResults setted to 10, how can I specify additional facets value to add to the FacetResult?
I try to explain the use-case: - the user view 10 facet result - the interface permit the user to choose a facet value not from the top-10 results - the user execute the query with the facet value not in the top-10 - I'd like to show in the list of facet value also the value selected by the user. The only way I see I can obtain this value is execute a query where I'm not restricting the number of facet values returned and I "cherry pick" the facet with the value I need. Obviously it's costly. Nicola. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org