0
votes
The problem

I understand that an Azure Search index for a searchable field creates an inverted index for each analyzed term, but cannot find within the documentation whether or not the term frequency for each term is stored.

The Question

Does Azure Search store the term frequencies for searchable fields somewhere? It seems as if it would be inefficient to calculate it for every search query when it would only need be computed once.

If so, is it possible to extract/download the term frequencies for the entire data set for separate processing steps?

1

1 Answers

1
votes

We do maintain term frequencies to compute things like TF/IDF quickly. Unfortunately there's no way currently to get that from Azure Search though.