public class SolrSearcher extends Object
| Constructor and Description |
|---|
SolrSearcher(String solrBaseUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(String username,
String password) |
InputStream |
get() |
InputStream |
get(String query) |
InputStream |
get(String query,
boolean escape) |
InputStream |
get(String query,
Map<String,Set<String>> extras,
boolean escape) |
public static String QUERY_ALL
public SolrSearcher(String solrBaseUrl)
public InputStream get() throws IOException
IOExceptionpublic InputStream get(String query) throws IOException
IOExceptionpublic InputStream get(String query, boolean escape) throws IOException
IOExceptionpublic InputStream get(String query, Map<String,Set<String>> extras, boolean escape) throws IOException
IOExceptionCopyright © 2009-2015. All Rights Reserved.