: There is currently no way to force Solr to use the FieldCache method.

I'm having a hard time remembering why this is ... i see the line in
SimpleFacets that says...
    if (sf.multiValued() || ft.isTokenized() || ft instanceof BoolField) {
      // Always use filters for booleans... we know the number of values is 
very small.

...but i don't understand why both checking isTokenized() ... shouldn't
multiValued() be enough?

(that way people can use custom analyzers but as long as they only produce
one term per doc FieldCache will work fine)




-Hoss

Reply via email to