How can i get " IN " (of SQL Server) functionality in LUCENE.NET?
Suppose assume that some records are exist with ID : a,b,c,d,e,f,..
So I want to get the records which are in ('a','b','c') by using Lucene.net.
Please let me know how can i write this query in Lucene.net.
Thanks in Advance.