Package | Description |
---|---|
org.infinispan.lucene.directory | |
org.infinispan.lucene.impl |
Modifier and Type | Method and Description |
---|---|
BuildContext |
BuildContext.chunkSize(int bytes)
Sets the chunkSize option for the Directory being created.
|
static BuildContext |
DirectoryBuilder.newDirectoryInstance(Cache<?,?> metadataCache,
Cache<?,?> chunksCache,
Cache<?,?> distLocksCache,
String indexName)
Starting point to create a Directory instance.
|
BuildContext |
BuildContext.overrideSegmentReadLocker(SegmentReadLocker srl)
Overrides the default SegmentReadLocker.
|
BuildContext |
BuildContext.overrideWriteLocker(org.apache.lucene.store.LockFactory lf)
Overrides the IndexWriter LockFactory
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryBuilderImpl |
Modifier and Type | Method and Description |
---|---|
BuildContext |
DirectoryBuilderImpl.chunkSize(int bytes) |
BuildContext |
DirectoryBuilderImpl.overrideSegmentReadLocker(SegmentReadLocker srl) |
BuildContext |
DirectoryBuilderImpl.overrideWriteLocker(org.apache.lucene.store.LockFactory lockFactory) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.