base test class for testing Unicode collation.
Inheritance: LuceneTestCase
Exemplo n.º 1
0
 public ThreadAnonymousInnerClassHelper(CollationTestbase outerInstance, Analyzer analyzer, Dictionary<string, BytesRef> map)
 {
     this.OuterInstance = outerInstance;
     this.Analyzer = analyzer;
     this.Map = map;
 }
Exemplo n.º 2
0
 public ThreadAnonymousInnerClassHelper(CollationTestbase outerInstance, Analyzer analyzer, Dictionary <string, BytesRef> map)
 {
     this.OuterInstance = outerInstance;
     this.Analyzer      = analyzer;
     this.Map           = map;
 }