- All Implemented Interfaces:
- Serializable
public class TermLimitException
extends IOException
Thrown when the maximum number of terms for a range or wildcard query has
been exceeded. This is derived from IOException instead of just Exception
because it may be thrown inside Lucene methods that are only prepared to
handle IOExceptions.
- See Also:
- Serialized Form