org.apache.lucene.search
Class FieldCache.StopFillCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.search.FieldCache.StopFillCacheException
All Implemented Interfaces:
Serializable
Enclosing interface:
FieldCache

public static final class FieldCache.StopFillCacheException
extends RuntimeException

Hack: When thrown from a Parser (NUMERIC_UTILS_* ones), this stops processing terms and returns the current FieldCache array.

See Also:
Serialized Form
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.

Constructor Summary
FieldCache.StopFillCacheException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldCache.StopFillCacheException

public FieldCache.StopFillCacheException()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.