public class LuceneLabelScanIndexBuilder extends AbstractLuceneIndexBuilder<LuceneLabelScanIndexBuilder>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INDEX_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
LuceneLabelScanIndex |
build()
Build lucene label scan index with specified configuration
|
static LuceneLabelScanIndexBuilder |
create()
Create new label scan store builder
|
LuceneLabelScanIndexBuilder |
withDocumentFormat(BitmapDocumentFormat format)
Specify label scan store format
|
withDirectoryFactory, withFileSystem, withIndexIdentifier, withIndexRootFolder, withIndexStorage
public static final String DEFAULT_INDEX_IDENTIFIER
public static LuceneLabelScanIndexBuilder create()
public LuceneLabelScanIndexBuilder withDocumentFormat(BitmapDocumentFormat format)
format
- document formatpublic LuceneLabelScanIndex build()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.