Gets the configuration object used by this core instance.
()
| 322 | |
| 323 | /** Gets the configuration object used by this core instance. */ |
| 324 | public SolrConfig getSolrConfig() { |
| 325 | return solrConfig; |
| 326 | } |
| 327 | |
| 328 | /** |
| 329 | * Gets the schema resource name used by this core instance. |
no outgoing calls