|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchFederated
Nested Class Summary | |
---|---|
static interface |
SearchFederated.MarkupLevel
|
Method Summary | |
---|---|
void |
create()
The create method should index the required components |
void |
destroy()
Method called when this federated search is not used anymore. |
java.lang.String |
getId()
Get the ID for this federated search |
Info |
getInfo()
Info should return information on the current status if the federated search |
java.lang.String |
getMarkup(ResultSet results,
int markupLevel)
TODO: Subject to change... |
java.lang.String |
getName(java.util.Locale locale)
Get a localized name for this federated search |
ResultSet |
search(Query query)
From the query object this method is responsible to return the results of the query |
Method Detail |
---|
java.lang.String getId()
java.lang.String getName(java.util.Locale locale)
void destroy() throws IndexingException
IndexingException
void create() throws IndexingException
IndexingException
Info getInfo()
ResultSet search(Query query)
query
-
java.lang.String getMarkup(ResultSet results, int markupLevel)
results
- markupLevel
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |