com.googlecode.fascinator.indexer
Class SolrSearcher
java.lang.Object
com.googlecode.fascinator.indexer.SolrSearcher
public class SolrSearcher
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_ALL
public static String QUERY_ALL
SolrSearcher
public SolrSearcher(String solrBaseUrl)
authenticate
public void authenticate(String username,
String password)
get
public InputStream get()
throws IOException
- Throws:
IOException
get
public InputStream get(String query)
throws IOException
- Throws:
IOException
get
public InputStream get(String query,
boolean escape)
throws IOException
- Throws:
IOException
get
public InputStream get(String query,
Map<String,Set<String>> extras,
boolean escape)
throws IOException
- Throws:
IOException
Copyright © 2009-2011. All Rights Reserved.