Hello, Please find below. On Thu, Jan 9, 2025 at 3:35 AM Christine Feldmann <cfeldm...@proofpoint.com.invalid> wrote:
> 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? Right > I’m wondering if the size of the index will grow if I turn this on. > Right. > 2. Is term vector data gathered and stored at index time or is it > computed and returned at search time? > Index time. Although I remember that Elasticsearch can do something like extracting TVs from the given doc, but it looks like is not a case for Solr. > > Thanks, > Christine > > -- Sincerely yours Mikhail Khludnev