I have a list of terms that I want to check which of them are already available in the index
for e.g I have a <field name="word" type="string" index="true" store="true"> which indexes the terms. And I have list of words e.g. Honda, Civic, 2001. I want to check which of these terms are already available in the index. Is there any good efficient way of doing it rather than sending request one by one for the word Honda, Civic and 2001 ? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Checking-which-terms-are-already-available-in-the-index-from-a-list-of-terms-tp3631699p3631699.html Sent from the Solr - User mailing list archive at Nabble.com.