Uses of Class
org.apache.solr.servlet.SolrRequestParsers
-
Packages that use SolrRequestParsers Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.servlet Servlet related classes for powering the Solr HTTP API -
-
Uses of SolrRequestParsers in org.apache.solr.core
Methods in org.apache.solr.core that return SolrRequestParsers Modifier and Type Method Description SolrRequestParsersSolrConfig. getRequestParsers() -
Uses of SolrRequestParsers in org.apache.solr.servlet
Fields in org.apache.solr.servlet declared as SolrRequestParsers Modifier and Type Field Description static SolrRequestParsersSolrRequestParsers. DEFAULTDefault instance for e.g.protected SolrRequestParsersDirectSolrConnection. parserMethods in org.apache.solr.servlet with parameters of type SolrRequestParsers Modifier and Type Method Description protected voidHttpSolrCall. extractHandlerFromURLPath(SolrRequestParsers parser)Extract handler from the URL path if not set.
-