Package org.apache.solr.search
Interface SolrSearcherRequirer
-
- All Known Implementing Classes:
CrossCollectionJoinQuery
,GraphQuery
,HashRangeQuery
,TopLevelJoinQuery
public interface SolrSearcherRequirer
Marker interface indicating that the tagged class assumes access toSolrIndexSearcher
functionality and cannot be used by a vanilla LuceneIndexSearcher
- WARNING: This API is experimental and might change in incompatible ways in the next release.