public ThreadAnonymousInnerClassHelper(IndexWriter w, SearcherManager mgr, int?missing, LiveFieldValues <IndexSearcher, int?> rt, CountdownEvent startingGun, int iters, int idCount, double reopenChance, double deleteChance, double addChance, int t, int threadID, Random threadRandom) { this.w = w; this.Mgr = mgr; this.Missing = missing; this.Rt = rt; this.StartingGun = startingGun; this.Iters = iters; this.IdCount = idCount; this.ReopenChance = reopenChance; this.DeleteChance = deleteChance; this.AddChance = addChance; this.t = t; this.ThreadID = threadID; this.ThreadRandom = threadRandom; }
public ThreadAnonymousClass(IndexWriter w, SearcherManager mgr, int?missing, LiveFieldValues <IndexSearcher, int?> rt, CountdownEvent startingGun, int iters, int idCount, double reopenChance, double deleteChance, double addChance, int t, int threadID, Random threadRandom) { this.w = w; this.mgr = mgr; this.missing = missing; this.rt = rt; this.startingGun = startingGun; this.iters = iters; this.idCount = idCount; this.reopenChance = reopenChance; this.deleteChance = deleteChance; this.addChance = addChance; this.t = t; this.threadID = threadID; this.threadRandom = threadRandom; }