public class LuceneLabelScanIndexBuilder extends AbstractLuceneIndexBuilder<LuceneLabelScanIndexBuilder>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INDEX_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
LabelScanIndex |
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
|
withConfig, withDirectoryFactory, withFileSystem, withIndexIdentifier, withIndexRootFolder, withIndexStorage, withOperationalMode
public static final String DEFAULT_INDEX_IDENTIFIER
public static LuceneLabelScanIndexBuilder create()
public LuceneLabelScanIndexBuilder withDocumentFormat(BitmapDocumentFormat format)
format
- document formatpublic LabelScanIndex build()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.