| Package | Description |
|---|---|
| org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
| 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 |
|---|
| InfinispanDirectory
An implementation of Lucene's
Directory which uses Infinispan to store Lucene indexes. |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.