org.apache.solr.servlet
Class SolrRequestParsers
java.lang.Object
org.apache.solr.servlet.SolrRequestParsers
public class SolrRequestParsers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SolrRequestParsers
public SolrRequestParsers(SolrCore core,
Config config)
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