com.googlecode.fascinator.indexer
Class SolrSearcher

java.lang.Object
  extended by com.googlecode.fascinator.indexer.SolrSearcher

public class SolrSearcher
extends Object


Field Summary
static String QUERY_ALL
           
 
Constructor Summary
SolrSearcher(String solrBaseUrl)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_ALL

public static String QUERY_ALL
Constructor Detail

SolrSearcher

public SolrSearcher(String solrBaseUrl)
Method Detail

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-2013. All Rights Reserved.