| AbstractAuthorityQuery |
Base class for queries relating to an authority.
|
| AbstractAuthoritySetQuery |
Base class for queries relating to a set of authorities, e.g.
|
| AbstractQParser |
|
| AbstractSolrCachingScorer |
|
| AbstractStructuredFieldPosition |
|
| AlfrescoDefaultTextFields |
|
| AnyStructuredFieldPosition |
|
| BitsFilter |
|
| CachingTermPositions |
|
| HybridBitSet |
The HybridBitSet is a random access (doesn't support iteration) BitSet implementation that uses a FixedBitSet for the first N bits
and a HashSet for higher bits.
|
| Solr4QueryParser |
|
| Solr4QueryParser.SubQuery |
|
| SolrAuthorityScorer |
Find the set of docs that the supplied authority can read.
|
| SolrAuthoritySetScorer |
Find the set of docs that the specified authority set can read.
|
| SolrCachingPathQuery |
Decorator that executes a SolrPathQuery and returns cached results where possible.
|
| SolrCachingPathScorer |
|
| SolrCachingPathWeight |
|
| SolrDeniedScorer |
Find the set of docs denied to an authority.
|
| SolrDenySetScorer |
|
| SolrDenySetScorer2 |
|
| SolrOwnerScorer |
Find the set of documents for which the specified authority is the owner.
|
| SolrOwnerSetScorer |
Find the set of documents owned by the specified set of authorities,
for those authorities that are users (e.g.
|
| SolrPathQuery |
An extension to the Lucene query set.
|
| SolrPathScorer |
|
| SolrReaderScorer |
Find the set of readable documents for a given authority.
|
| SolrReaderSetScorer |
|
| StructuredFieldPosition |
Elements used to test agains path and Qname
|