|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.search.test.DummyFederatedSearch
public class DummyFederatedSearch
Constructor Summary | |
---|---|
DummyFederatedSearch()
|
Method Summary | |
---|---|
void |
createIndex()
The create method should index the required components |
void |
destroyIndex()
Method called when this federated search is not used anymore. |
LocalizedString |
getDisplayName()
Get a localized name for this federated search |
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)
|
QueryConverter |
getQueryConverter()
Returns the query converter to apply on the Query |
ResultSet |
search(Query query)
From the query object this method is responsible to return the results of the query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyFederatedSearch()
Method Detail |
---|
public void createIndex() throws IndexingException
FederatedIndexer
createIndex
in interface FederatedIndexer
IndexingException
public void destroyIndex() throws IndexingException
FederatedIndexer
destroyIndex
in interface FederatedIndexer
IndexingException
public java.lang.String getId()
FederatedIndexer
getId
in interface FederatedIndexer
getId
in interface FederatedSearcher
public Info getInfo()
FederatedIndexer
getInfo
in interface FederatedIndexer
public java.lang.String getMarkup(ResultSet results, int markupLevel)
public ResultSet search(Query query)
FederatedSearcher
search
in interface FederatedSearcher
public LocalizedString getDisplayName()
FederatedIndexer
getDisplayName
in interface FederatedIndexer
getDisplayName
in interface FederatedSearcher
public QueryConverter getQueryConverter()
FederatedSearcher
getQueryConverter
in interface FederatedSearcher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |