Hi, How to Index large file content with the help of a buffer in lucene.NET?
My scenario is like this: I do have a text access mechanism which reads text according to a buffer limit.I want to index the file content as per the buffer limit.The main part is how to update the Index as per the buffer limit. Ajith