|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolrCore | |
---|---|
org.apache.solr.core | |
org.apache.solr.request | |
org.apache.solr.servlet | |
org.apache.solr.update | |
org.apache.solr.util |
Uses of SolrCore in org.apache.solr.core |
---|
Methods in org.apache.solr.core that return SolrCore | |
---|---|
static SolrCore |
SolrCore.getSolrCore()
|
Methods in org.apache.solr.core with parameters of type SolrCore | |
---|---|
static SolrQueryRequest |
SolrConfig.getPingQueryRequest(SolrCore core)
Returns a Request object based on the admin/pingQuery section of the Solr config file. |
Uses of SolrCore in org.apache.solr.request |
---|
Fields in org.apache.solr.request declared as SolrCore | |
---|---|
protected SolrCore |
SolrQueryRequestBase.core
|
Methods in org.apache.solr.request that return SolrCore | |
---|---|
SolrCore |
SolrQueryRequestBase.getCore()
|
SolrCore |
SolrQueryRequest.getCore()
The solr core (coordinator, etc) associated with this request |
Constructors in org.apache.solr.request with parameters of type SolrCore | |
---|---|
LocalSolrQueryRequest(SolrCore core,
Map<String,String[]> args)
|
|
LocalSolrQueryRequest(SolrCore core,
NamedList args)
|
|
LocalSolrQueryRequest(SolrCore core,
SolrParams args)
|
|
LocalSolrQueryRequest(SolrCore core,
String query,
String qtype,
int start,
int limit,
Map args)
|
|
SolrQueryRequestBase(SolrCore core,
SolrParams params)
|
Uses of SolrCore in org.apache.solr.servlet |
---|
Fields in org.apache.solr.servlet declared as SolrCore | |
---|---|
protected SolrCore |
SolrDispatchFilter.core
|
Constructors in org.apache.solr.servlet with parameters of type SolrCore | |
---|---|
DirectSolrConnection(SolrCore c)
Initialize using an explicit SolrCore |
|
SolrRequestParsers(SolrCore core,
Config config)
|
Uses of SolrCore in org.apache.solr.update |
---|
Fields in org.apache.solr.update declared as SolrCore | |
---|---|
protected SolrCore |
UpdateHandler.core
|
Constructors in org.apache.solr.update with parameters of type SolrCore | |
---|---|
DirectUpdateHandler(SolrCore core)
|
|
DirectUpdateHandler2(SolrCore core)
|
|
UpdateHandler(SolrCore core)
|
Uses of SolrCore in org.apache.solr.util |
---|
Methods in org.apache.solr.util that return SolrCore | |
---|---|
SolrCore |
TestHarness.getCore()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |