Package org.hibernate.search.util

Class Summary
ClassLoaderHelper Utility class to load instances of other classes by using a fully qualified name, or from a class type.
CollectionHelper Provides some methods for simplified collection instantiation.
ContextHelper Deprecated. Use FullTextSession.getSearchFactory() instead.
DelegateNamedAnalyzer Delegate to a named analyzer.
FileHelper Utility class for synchronizing files/directories.
FilterCacheModeTypeHelper  
HibernateHelper  
HibernateSearchResourceLoader  
JGroupsHelper Common utility methods shared across subsystems dealing with JGroups
JNDIHelper Helper class for creating an JNDI InitialContext.
LoggerFactory A factory class for class loggers.
LoggerHelper  
LRUMap Copied from Hibernate Core's org.hibernate.util.LRUMap A simple LRU cache that implements the Map interface.
PassThroughAnalyzer Analyzer that applies no operation whatsoever to the flux This is useful for queries operating on non tokenized fields.
ReflectionHelper  
ScopedAnalyzer A ScopedAnalyzer is a wrapper class containing all analyzers for a given class.
SoftLimitMRUCache Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
WeakIdentityHashMap<K,V> A hashtable-based Map implementation with weak keys and using reference-equality in place of object-equality when comparing keys (and values).
XMLHelper A utility class to help with xml parsing
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved