|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.search.FederatedQueryHandling
public final class FederatedQueryHandling
Method Summary | |
---|---|
static QueryScope[] |
calculateQueries(java.lang.String[] indexNames,
int startHits,
int maxHits,
java.util.HashMap<java.lang.String,DHitDistribution> hitDistributions)
This method creates a list of queries to be executed during search process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static QueryScope[] calculateQueries(java.lang.String[] indexNames, int startHits, int maxHits, java.util.HashMap<java.lang.String,DHitDistribution> hitDistributions)
indexNames
- Index names from search query.startHits
- Start of hits in logical result structure.maxHits
- Maximum number of hits to be returned.hitDistributions
- Hit Distributions of all indices.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |