public class LuceneIndexHelper extends org.apache.jackrabbit.oak.plugins.index.search.util.IndexHelper
JR_PROPERTY_INCLUDES
Constructor and Description |
---|
LuceneIndexHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLuceneIndexNode(NodeState node) |
static NodeBuilder |
newLuceneFileIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@Nullable java.util.Set<java.lang.String> propertyTypes,
@Nullable java.util.Set<java.lang.String> excludes,
@NotNull java.lang.String path,
@Nullable java.lang.String async) |
static NodeBuilder |
newLuceneFileIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@Nullable java.util.Set<java.lang.String> propertyTypes,
@NotNull java.lang.String path) |
static NodeBuilder |
newLuceneIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@Nullable java.util.Set<java.lang.String> propertyTypes) |
static NodeBuilder |
newLuceneIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@Nullable java.util.Set<java.lang.String> propertyTypes,
@Nullable java.util.Set<java.lang.String> excludes,
@Nullable java.lang.String async) |
static NodeBuilder |
newLuceneIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@Nullable java.util.Set<java.lang.String> propertyTypes,
@Nullable java.util.Set<java.lang.String> excludes,
@Nullable java.lang.String async,
@Nullable java.lang.Boolean stored) |
static NodeBuilder |
newLucenePropertyIndexDefinition(@NotNull NodeBuilder index,
@NotNull java.lang.String name,
@NotNull java.util.Set<java.lang.String> includes,
@NotNull java.lang.String async) |
isIndexNodeOfType, newFTFileIndexDefinition, newFTFileIndexDefinition, newFTIndexDefinition, newFTIndexDefinition, newFTIndexDefinition, newFTPropertyIndexDefinition, skipTokenization
public static NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.util.Set<java.lang.String> propertyTypes)
public static NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.util.Set<java.lang.String> propertyTypes, @Nullable @Nullable java.util.Set<java.lang.String> excludes, @Nullable @Nullable java.lang.String async)
public static NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.util.Set<java.lang.String> propertyTypes, @Nullable @Nullable java.util.Set<java.lang.String> excludes, @Nullable @Nullable java.lang.String async, @Nullable @Nullable java.lang.Boolean stored)
public static NodeBuilder newLuceneFileIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.util.Set<java.lang.String> propertyTypes, @NotNull @NotNull java.lang.String path)
public static NodeBuilder newLuceneFileIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.util.Set<java.lang.String> propertyTypes, @Nullable @Nullable java.util.Set<java.lang.String> excludes, @NotNull @NotNull java.lang.String path, @Nullable @Nullable java.lang.String async)
public static NodeBuilder newLucenePropertyIndexDefinition(@NotNull @NotNull NodeBuilder index, @NotNull @NotNull java.lang.String name, @NotNull @NotNull java.util.Set<java.lang.String> includes, @NotNull @NotNull java.lang.String async)
public static boolean isLuceneIndexNode(NodeState node)
Copyright © 2010 - 2020 Adobe. All Rights Reserved