| Class | Description |
|---|---|
| DelegatingSolrDispatchFilter |
A
SolrDispatchFilter that does not create a new CoreContainer
on initialisation, but instead delegates to a already existing instance. |
| ReferencedSolrDispatchFilter |
Special version of the
SolrDispatchFilter (implemented based on the
DelegatingSolrDispatchFilter abstract class) that does NOT create a
new CoreContainer, but retrieves it via a OSGI ServiceReference
from a BundleContext. |
| SolrServiceDispatchFilter |
Rather than using directly a
ServiceReference to parse the
CoreContainer to be used for the dispatch filter this allows to
parse the name or an own
Filter that is used to track CoreContainer
instances registered in the OSGI environment. |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.