Uses of Package
org.infinispan.lucene

Packages that use org.infinispan.lucene
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
org.infinispan.lucenedemo   
 

Classes in org.infinispan.lucene used by org.infinispan.lucene
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.
 

Classes in org.infinispan.lucene used by org.infinispan.lucenedemo
InfinispanDirectory
          An implementation of Lucene's Directory which uses Infinispan to store Lucene indexes.
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.