Uses of Package
org.infinispan.lucene
-
Packages that use org.infinispan.lucene Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. -
Classes in org.infinispan.lucene used by org.infinispan.lucene Class Description ChunkCacheKey Used as a key to distinguish file chunk in cache.FileCacheKey Used as a key for file headers in a cacheFileListCacheKey Cache key for a list with current files in cacheFileMetadata Header for Lucene files.FileReadLockKey Lucene's index segment files are chunked, for safe deletion of elements a read lock is implemented so that all chunks are deleted only after the usage counter is decremented to zero.IndexScopedKey Mostly used for internal abstraction: common type for all keys which need name scoping for different indexes.KeyVisitor All objects being used as keys to store entries by the Lucene Directory implementIndexScopedKey
which enforces visitability with aKeyVisitor
.