Faceted navigation (and other) counts in Funnelback are estimates based on the number of results found when a search query is executed.
The accuracy of the estimates can vary depending on how large the index is and the number of results that are returned.
The counts displayed for category values are estimates that are calculated based on the result set. Because of this, the accuracy will reduce as the search index becomes larger. The numbers may also change when a facet is selected as the estimates are recalculated every time the result set is produced.
The accuracy of the counts can be increased by altering the -daat query processor option to consider more documents before producing the estimate. However, increasing the daat limit will have an impact on the response time of the search results so the decision needs to balance performance against accuracy.
e.g. to increase the daat limit to 100,000 documents add -daat=100000 to the query processor options,
I wasn’t aware of the knowledgebase - just used to using the docs.funnelback site and would never have realsied the daat config had an impact!
-daat= Range: 0 - 10000000
Specifies the maximum number of full matches for Document-At-A-Time
processing. If set to 0, Term-At-A-Time is used instead (dflt 5000).