Does setting termVectors to true affect faceting speed on a field? I changed
a field definition from:

<field name="MyFacetField" type="string" indexed="true" stored="false"
termVectors="true"/>

to:

<field name="MyFacetField" type="string" indexed="true" stored="false"/>

And I see a significant performance improvement (~6x faster). MyFacetField
has ~25,000 unique values. Does it make sense that this change caused the
improvement? I made several other changes to my schema, but I know that
faceting on MyFacetField was by far the slowest part of my queries.

Thanks.


Wojtek


-- 
View this message in context: 
http://www.nabble.com/termVectors-and-faceting-tp18717622p18717622.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to