Apache Lucene.Net 2.4.0 Class Library API

TermFreqVector.IndexesOf Method 

Just like

indexOf(int)
but searches for a number of terms at the same time. Returns an array that has the same size as the number of terms searched for, each slot containing the result of searching for that term number.

int[] IndexesOf(
   string[] terms,
   int start,
   int len
);

Parameters

terms
array containing terms to look for
start
index in the array where the list of terms starts
len
the number of terms in the list

See Also

TermFreqVector Interface | Lucene.Net.Index Namespace