org.apache.solr.servlet
Class SolrRequestParsers

java.lang.Object
  extended by org.apache.solr.servlet.SolrRequestParsers

public class SolrRequestParsers
extends Object


Field Summary
static String MULTIPART
           
static String RAW
           
static String SIMPLE
           
static String STANDARD
           
 
Constructor Summary
SolrRequestParsers(SolrCore core, Config config)
           
 
Method Summary
 SolrQueryRequest parse(String path, javax.servlet.http.HttpServletRequest req)
           
static MultiMapSolrParams parseQueryString(String queryString)
          Given a standard query string map it into solr params
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTIPART

public static final String MULTIPART
See Also:
Constant Field Values

RAW

public static final String RAW
See Also:
Constant Field Values

SIMPLE

public static final String SIMPLE
See Also:
Constant Field Values

STANDARD

public static final String STANDARD
See Also:
Constant Field Values
Constructor Detail

SolrRequestParsers

public SolrRequestParsers(SolrCore core,
                          Config config)
Method Detail

parse

public SolrQueryRequest parse(String path,
                              javax.servlet.http.HttpServletRequest req)
                       throws Exception
Throws:
Exception

parseQueryString

public static MultiMapSolrParams parseQueryString(String queryString)
Given a standard query string map it into solr params



Copyright © 2006 - 2009 The Apache Software Foundation