Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
IndexFuseWorker(gr.uoa.di.madgik.grs.writer.RecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[] contentReaders,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[][] metaReaders,
String[] colIDs,
double weightContent,
double weightMetadata,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
IndexFuseWorker |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic IndexFuseWorker(gr.uoa.di.madgik.grs.writer.RecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[] contentReaders,
gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record>[][] metaReaders,
String[] colIDs,
double weightContent,
double weightMetadata,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
IndexFuseWorkerwriter - The RSXMLWriter to write records tocontentReaders - The iterators over the content collections inputmetaReaders - The iterators over the metadata collections inputweightContent - The weight of the content scoringweightMetadata - The weight of the metadata scoringstats - statisticspublic void run()
run in interface Runnablerun in class ThreadRunnable.run()Copyright © 2017. All Rights Reserved.