de.pangaea.metadataportal.search.axis
Class SearchServiceAxisImpl
java.lang.Object
de.pangaea.metadataportal.search.axis.SearchServiceAxisImpl
public class SearchServiceAxisImpl
- extends Object
|
Method Summary |
SearchResponse |
defaultMoreLikeThis(String indexName,
String identifier,
int offset,
int count)
|
String |
echo(String echo)
|
SearchResponse |
fieldedMoreLikeThis(String indexName,
String identifier,
String fieldName,
int offset,
int count)
|
SearchResponseItem |
getDocument(String index,
String identifier)
|
String[] |
listTerms(String indexName,
String fieldName,
int count)
|
String[] |
listTermsWithPrefix(String indexName,
String fieldName,
String prefix,
int count)
|
SearchResponse |
search(SearchRequest searchRequest,
int offset,
int count)
|
String |
storeQuery(SearchRequest req)
|
String[] |
suggest(String indexName,
SearchRequestQuery query,
int count)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchServiceAxisImpl
public SearchServiceAxisImpl()
throws org.apache.axis.ConfigurationException
- Throws:
org.apache.axis.ConfigurationException
echo
public String echo(String echo)
search
public SearchResponse search(SearchRequest searchRequest,
int offset,
int count)
throws RemoteException
- Throws:
RemoteException
defaultMoreLikeThis
public SearchResponse defaultMoreLikeThis(String indexName,
String identifier,
int offset,
int count)
throws RemoteException
- Throws:
RemoteException
fieldedMoreLikeThis
public SearchResponse fieldedMoreLikeThis(String indexName,
String identifier,
String fieldName,
int offset,
int count)
throws RemoteException
- Throws:
RemoteException
getDocument
public SearchResponseItem getDocument(String index,
String identifier)
throws RemoteException
- Throws:
RemoteException
suggest
public String[] suggest(String indexName,
SearchRequestQuery query,
int count)
throws RemoteException
- Throws:
RemoteException
listTerms
public String[] listTerms(String indexName,
String fieldName,
int count)
throws RemoteException
- Throws:
RemoteException
listTermsWithPrefix
public String[] listTermsWithPrefix(String indexName,
String fieldName,
String prefix,
int count)
throws RemoteException
- Throws:
RemoteException
storeQuery
public String storeQuery(SearchRequest req)
throws RemoteException
- Throws:
RemoteException
Copyright ©2007-2009 panFMP Developers c/o Uwe Schindler