| Interface | Description |
|---|---|
| ScorerAware |
| Class | Description |
|---|---|
| BytesRefs | |
| IndexCommitDelegate |
A simple delegate that delegates all
IndexCommit calls to a delegated
IndexCommit. |
| LoggerInfoStream |
An InfoStream (for Lucene's IndexWriter) that redirects
messages to "lucene.iw.ifd" and "lucene.iw" Logger.trace.
|
| Lucene | |
| Lucene.EarlyTerminatingCollector |
A collector that terminates early by throwing
Lucene.EarlyTerminationException
when count of matched documents has reached maxCountHits |
| MinimumScoreCollector | |
| ShardCoreKeyMap |
A map between segment core cache keys and the shard that these segments
belong to.
|
| Exception | Description |
|---|---|
| Lucene.EarlyTerminationException |
This exception is thrown when
Lucene.EarlyTerminatingCollector
reaches early termination |