C# (CSharp) Lucene.Net.Store IOContext - 30 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Store.IOContext extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
IOContext holds additional details on the merge/search context. A IOContext object can never be initialized as null as passed as a parameter to either Lucene.Net.Store.Directory#openInput(String, IOContext) or Lucene.Net.Store.Directory#createOutput(String, IOContext)