예제 #1
0
            public SpellCheckWorker(TestSpellChecker outerInstance, IndexReader reader, AtomicBoolean stop, CancellationToken cancellationToken, int taskNum)
            {
                this.outerInstance = outerInstance;
                this.reader        = reader;

                this.stop = stop;
                this.cancellationToken = cancellationToken;
                this.taskNum           = taskNum;
            }
예제 #2
0
 public SpellCheckWorker(TestSpellChecker outerInstance, IndexReader reader, AtomicBoolean stop)
 {
     this.outerInstance = outerInstance;
     this.reader        = reader;
     this.stop          = stop;
 }
예제 #3
0
 public SpellCheckWorker(TestSpellChecker outerInstance, IndexReader reader, AtomicBoolean stop)
 {
     this.outerInstance = outerInstance;
     this.reader = reader;
     this.stop = stop;
 }