org.cdlib.xtf.textEngine
Class IndexWarmer.Entry

Object
  extended by IndexWarmer.Entry
Enclosing class:
IndexWarmer

private static class IndexWarmer.Entry
extends Object

An entry mapping indexPath to XtfSearcher


Field Summary
(package private)  File currentPath
           
(package private)  XtfSearcher curSearcher
           
(package private)  Throwable exception
           
(package private)  long exceptionTime
           
(package private)  String indexPath
           
(package private)  File newPath
           
(package private)  XtfSearcher newSearcher
           
(package private)  File pendingPath
           
(package private)  File sparePath
           
 
Constructor Summary
IndexWarmer.Entry(String indexPath)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexPath

String indexPath

currentPath

File currentPath

pendingPath

File pendingPath

sparePath

File sparePath

newPath

File newPath

curSearcher

XtfSearcher curSearcher

newSearcher

XtfSearcher newSearcher

exception

Throwable exception

exceptionTime

long exceptionTime
Constructor Detail

IndexWarmer.Entry

IndexWarmer.Entry(String indexPath)