Hi I just wanted to find about creating lucandra.IndexReader and lucandra.IndexWriter:
While calling search method: lucandra.IndexReader = new lucandra.IndexReader("INDEX_NAME", Cassandra.Iface) is created.
We have ten indexes. For each indexname, create lucandra.IndexReader one time and keep reusing it or I could create every time I call search() method.
Same question regaring lucandra.IndexWriter.
I appreciate and thank you for your time.
Venkat