| Class | Description |
|---|---|
| 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 file and directory operations, like synchronisation and reading from class path.
|
| FilterCacheModeTypeHelper | |
| HibernateHelper | |
| HibernateSearchResourceLoader | |
| JNDIHelper |
Helper class for creating an JNDI
InitialContext. |
| LRUMap |
Copied from Hibernate Core's org.hibernate.util.LRUMap
A simple LRU cache that implements the
Map interface. |
| Maps |
Helper class to create maps with commonly needed constructors.
|
| 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.
|
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved