Custom search return error when we get large results set
Hi there,
I'm getting this error when I get large result set (Ex: 100 results).
Telerik.Sitefinity.Utilities.Lucene.Net.Store.AlreadyClosedException: this IndexReader is closed
Same code block works for small result set. Please advice.
Thanks
OK I think i found a solution with this post.
www.sitefinity.com/.../get-available-search-indices
Then I moved IResultSet to List<IDocument>. No more "IndexReader is closed" error.