@Deprecated public class SearchClient extends Object
| Constructor and Description |
|---|
SearchClient()
Deprecated.
|
SearchClient(Boolean b)
Deprecated.
|
SearchClient(String scope)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Deprecated.
|
String |
getScope()
Deprecated.
|
void |
initializeClient(String endpoint)
Deprecated.
|
String |
query(String query,
Set<String> sids,
Boolean names)
Deprecated.
|
List<Map<String,String>> |
queryAndRead(String query,
Set<String> sids,
Boolean names)
Deprecated.
|
void |
randomClient()
Deprecated.
|
void |
setEndpoint(String endpoint)
Deprecated.
|
void |
setScope(String scope)
Deprecated.
|
public SearchClient(String scope)
public SearchClient(Boolean b)
public SearchClient()
public String getScope()
public void setScope(String scope)
public String getEndpoint()
public void setEndpoint(String endpoint)
public void initializeClient(String endpoint)
public void randomClient()
throws SearchClientException
SearchClientExceptionpublic String query(String query, Set<String> sids, Boolean names) throws SearchException
SearchExceptionpublic List<Map<String,String>> queryAndRead(String query, Set<String> sids, Boolean names) throws SearchException
SearchExceptionCopyright © 2014. All Rights Reserved.