: What could cause a facet query on a field (say 'name') differ in count
: from a basic query on the field using the same value?
lots of things are possible -- largely related to how your field is
analyzed.
you need to show us the relavent sections from your schema.xml (the field
and fieldty
Hi,
What could cause a facet query on a field (say 'name') differ in count
from a basic query on the field using the same value?
e.g
name:'Darren'
If there are 10 documents that match this, the facet count should be 10
for 'Darren', and I should get 10 results if I query on the field.
But aft