org.apache.solr.servlet
Class SolrRequestParsers
java.lang.Object
org.apache.solr.servlet.SolrRequestParsers
public class SolrRequestParsers
- extends java.lang.Object
Field Summary |
static java.lang.String |
MULTIPART
|
static java.lang.String |
RAW
|
static java.lang.String |
SIMPLE
|
static java.lang.String |
STANDARD
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTIPART
public static final java.lang.String MULTIPART
- See Also:
- Constant Field Values
RAW
public static final java.lang.String RAW
- See Also:
- Constant Field Values
SIMPLE
public static final java.lang.String SIMPLE
- See Also:
- Constant Field Values
STANDARD
public static final java.lang.String STANDARD
- See Also:
- Constant Field Values
SolrRequestParsers
public SolrRequestParsers(SolrCore core,
Config config)
parse
public SolrQueryRequest parse(java.lang.String path,
javax.servlet.http.HttpServletRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseQueryString
public static MultiMapSolrParams parseQueryString(java.lang.String queryString)
- Given a standard query string map it into solr params
Copyright © 2006 - 2008 The Apache Software Foundation