| Interface | Description |
|---|---|
| ReaderContextAware | |
| ScorerAware | |
| TopReaderContextAware |
| Class | Description |
|---|---|
| BytesRefs | |
| Directories |
A set of utilities for Lucene
Directory. |
| HashedBytesRef |
A wrapped to
BytesRef that also caches the hashCode for it. |
| 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 | |
| MultiCollector | |
| SegmentReaderUtils |
| Exception | Description |
|---|---|
| Lucene.EarlyTerminationException |
This exception is thrown when
Lucene.EarlyTerminatingCollector
reaches early termination |
Copyright © 2009–2016. All rights reserved.