Inheritance: Lucene.Net.Util.LuceneTestCase
Beispiel #1
0
 private void  InitBlock(TestCustomSearcherSort enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
     System.DateTime temp_calendar;
     temp_calendar = new System.DateTime(1980, 1, 1, 0, 0, 0, 0, new System.Globalization.GregorianCalendar());
     base_Renamed  = temp_calendar;
 }
 /// <param name="r">
 /// </param>
 public CustomSearcher(TestCustomSearcherSort enclosingInstance, IndexReader r, int switcher):base(r)
 {
     InitBlock(enclosingInstance);
     this.switcher = switcher;
 }
 /// <param name="directory">
 /// </param>
 /// <throws>  IOException </throws>
 public CustomSearcher(TestCustomSearcherSort enclosingInstance, Directory directory, int switcher)
     : base(directory, true)
 {
     InitBlock(enclosingInstance);
     this.switcher = switcher;
 }
 private void  InitBlock(TestCustomSearcherSort enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Beispiel #5
0
 internal RandomGen(TestCustomSearcherSort enclosingInstance, System.Random random)
 {
     InitBlock(enclosingInstance);
     this.random = random;
 }
Beispiel #6
0
 /// <param name="path">
 /// </param>
 /// <throws>  IOException </throws>
 public CustomSearcher(TestCustomSearcherSort enclosingInstance, System.String path, int switcher) : base(path)
 {
     InitBlock(enclosingInstance);
     this.switcher = switcher;
 }
Beispiel #7
0
 /// <param name="directory">
 /// </param>
 /// <throws>  IOException </throws>
 public CustomSearcher(TestCustomSearcherSort enclosingInstance, Directory directory, int switcher) : base(directory)
 {
     InitBlock(enclosingInstance);
     this.switcher = switcher;
 }
 internal RandomGen(TestCustomSearcherSort outerInstance, Random random)
 {
     this.OuterInstance = outerInstance;
     this.Random = random;
     @base = new DateTime(1980, 1, 1);
 }
 internal RandomGen(TestCustomSearcherSort outerInstance, Random random)
 {
     this.OuterInstance = outerInstance;
     this.Random        = random;
     @base = new DateTime(1980, 1, 1);
 }
Beispiel #10
0
 private void  InitBlock(TestCustomSearcherSort enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
 public CustomSearcher(TestCustomSearcherSort outerInstance, IndexReader r, int switcher)
     : base(r)
 {
     this.OuterInstance = outerInstance;
     this.Switcher      = switcher;
 }
			public RandomGen(TestCustomSearcherSort enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
			/// <param name="path">
			/// </param>
			/// <throws>  IOException </throws>
			public CustomSearcher(TestCustomSearcherSort enclosingInstance, System.String path, int switcher):base(path)
			{
				InitBlock(enclosingInstance);
				this.switcher = switcher;
			}
 private void  InitBlock(TestCustomSearcherSort enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
     System.DateTime temp_calendar;
     temp_calendar = new System.DateTime(1980, 1, 1, 0, 0, 0, 0, new System.Globalization.GregorianCalendar());
     base_Renamed = temp_calendar;
 }
Beispiel #15
0
 /// <param name="r">
 /// </param>
 public CustomSearcher(TestCustomSearcherSort enclosingInstance, IndexReader r, int switcher) : base(r)
 {
     InitBlock(enclosingInstance);
     this.switcher = switcher;
 }
 internal RandomGen(TestCustomSearcherSort enclosingInstance, System.Random random)
 {
     InitBlock(enclosingInstance);
     this.random = random;
 }
 public CustomSearcher(TestCustomSearcherSort outerInstance, IndexReader r, int switcher)
     : base(r)
 {
     this.OuterInstance = outerInstance;
     this.Switcher = switcher;
 }