Uses of Class
org.egothor.dir.EgothorIndexConstExpiredException

Packages that use EgothorIndexConstExpiredException
org.egothor.dir This package defines objects of distributed IR layer. 
 

Uses of EgothorIndexConstExpiredException in org.egothor.dir
 

Methods in org.egothor.dir that throw EgothorIndexConstExpiredException
 Sequence<Barrel> TankerImplSecure.elementsSecure()
          Gets elements of this tanker, done in multithreaded safe way.
 DocumentData TankerImplSecure.expandDocMetadataSecure(DocumentData ofBarrel, Token[] interest)
          Standard exapnding of doc metadata, but using multithreaded safe way.
 IListReader TankerImplSecure.openIListSecure(java.lang.String term, boolean clean)
          Opens IList reader using secure multithreading safe way.
 BarrelReader TankerImplSecure.openSecure()
          Opens a reader for this tanker, using secure multithreading safe way.
 QueryResponse TankerImplSecure.querySecure(int offset, int length, int p, java.lang.String query, long max_hits2scan, double pg_rerank, java.lang.String... controls)
          Standard query, but using multithreaded safe way.
 void TankerImplSecure.querySecure(Query q, ResultList result)
          Standard query, but using multithreaded safe way.