I’m looking at using the Term Vector Component to get the document term frequency for a field. To use the Term Vector Component, the termVector attribute must be enabled for the field.
Questions: 1. Will enabling the termVector attribute on a field cause term vector data to be stored in the index? I’m wondering if the size of the index will grow if I turn this on. 2. Is term vector data gathered and stored at index time or is it computed and returned at search time? Thanks, Christine