Package | Description |
---|---|
org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
org.infinispan.lucene.impl | |
org.infinispan.lucenedemo |
Class and Description |
---|
ChunkCacheKey
Used as a key to distinguish file chunk in cache.
|
FileCacheKey
Used as a key for file headers in a cache
|
FileListCacheKey
Cache key for a list with current files in cache
|
FileMetadata
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
implement
IndexScopedKey which enforces visitability with a
KeyVisitor . |
Class and Description |
---|
ChunkCacheKey
Used as a key to distinguish file chunk in cache.
|
FileCacheKey
Used as a key for file headers in a cache
|
FileMetadata
Header for Lucene files.
|
Class and Description |
---|
InfinispanDirectory
Deprecated.
This class will be removed. Use
DirectoryBuilder to create Directory instead. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.