|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Searchable is the core interface of the IRLayer in JZKit. Objects implementing this interface can take part in search operations and potentially be managed as one of a group of resources against which a query is being evaluated. Search results may themselves implement the searchable interface.
IRQuery| Field Summary | |
static int |
GROUP_COORDINATOR
This realisation of the searchable is coordiating several other Searchable objects |
static int |
SPECIFIC_SOURCE
A Realisation of this interface provides access to a real, specific datasource |
| Method Summary | |
SearchTask |
createTask(IRQuery q,
java.lang.Object user_info)
Create a SearchTask. |
SearchTask |
createTask(IRQuery q,
java.lang.Object user_info,
java.util.Observer[] observers)
Create a SearchTask. |
void |
destroy()
destroy the searchable object. |
int |
getManagerType()
Provide information about the type of Searchable object this realisation is |
void |
init(java.util.Properties p)
Init and Set any properties needed for an instance of Searchable. |
| Field Detail |
public static final int SPECIFIC_SOURCE
public static final int GROUP_COORDINATOR
| Method Detail |
public void init(java.util.Properties p)
public void destroy()
public int getManagerType()
SPECIFIC_SOURCE,
GROUP_COORDINATOR
public SearchTask createTask(IRQuery q,
java.lang.Object user_info)
public SearchTask createTask(IRQuery q,
java.lang.Object user_info,
java.util.Observer[] observers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||