public class LuceneInitializerHelper extends Object implements RepositoryInitializer
DEFAULT| Constructor and Description |
|---|
LuceneInitializerHelper(String name) |
LuceneInitializerHelper(String name,
Boolean storageEnabled) |
LuceneInitializerHelper(String name,
Set<String> propertyTypes) |
LuceneInitializerHelper(String name,
Set<String> propertyTypes,
Set<String> excludes) |
LuceneInitializerHelper(String name,
Set<String> propertyTypes,
Set<String> excludes,
String filePath,
Boolean storageEnabled) |
LuceneInitializerHelper(String name,
Set<String> propertyTypes,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
LuceneInitializerHelper |
async()
set the
async property to "async". |
LuceneInitializerHelper |
async(@NotNull String async)
will set the
async property to the provided value |
void |
initialize(@NotNull NodeBuilder builder)
Initializes repository content.
|
public LuceneInitializerHelper(String name)
public LuceneInitializerHelper(String name, Set<String> propertyTypes, Set<String> excludes)
public LuceneInitializerHelper(String name, Set<String> propertyTypes, String filePath)
public LuceneInitializerHelper async()
async property to "async".public LuceneInitializerHelper async(@NotNull @NotNull String async)
async property to the provided valueasync - public void initialize(@NotNull
@NotNull NodeBuilder builder)
RepositoryInitializerinitialize in interface RepositoryInitializerbuilder - builder for accessing and modifying repository contentCopyright © 2010 - 2020 Adobe. All Rights Reserved