Package | Description |
---|---|
org.egothor.dir |
This package defines objects of distributed IR layer.
|
Modifier and Type | Method and Description |
---|---|
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(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,
String query,
long max_hits2scan,
double pg_rerank,
String... controls)
Standard query, but using multithreaded safe way.
|
void |
TankerImplSecure.querySecure(Query q,
ResultList result)
Standard query, but using multithreaded safe way.
|
Copyright © 2016 Egothor. All Rights Reserved.