: Basically, what is the difference between issuing a facet field query
: that returns facets with counts,
: and a query with term vectors that also returns document frequency
: counts for terms in a field?
The FacetComponent generates counts that are relative the set of documents
that match you
... I meant; the terms component is faster than using facets. Both of cause
provide the autocomplete.
From: Villemos, Gert [mailto:gert.ville...@logica.com]
Sent: Tue 5/4/2010 8:30 AM
To: solr-user@lucene.apache.org
Subject: RE: Facets vs TermV's
I fo
I found a thread ones (sorry; cant remember where) which stated that the issue
is performance; the terms component is faster than the autocomplete.
I'm no expert but I guess its a question of when the auto complete index gets
build. Where as the terms component likely builds it at storage time,