C# (CSharp) Lucene.Net.Index BaseStoredFieldsFormatTestCase - 2 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Index.BaseStoredFieldsFormatTestCase extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Base class aiming at testing StoredFieldsFormat. To test a new format, all you need is to register a new Codec which uses it and extend this class and override #getCodec(). @lucene.experimental