public class LuceneIndexHelper extends org.apache.jackrabbit.oak.plugins.index.search.util.IndexHelper
JR_PROPERTY_INCLUDES| Constructor and Description |
|---|
LuceneIndexHelper() |
isIndexNodeOfType, newFTFileIndexDefinition, newFTFileIndexDefinition, newFTIndexDefinition, newFTIndexDefinition, newFTIndexDefinition, newFTPropertyIndexDefinition, skipTokenizationpublic static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @Nullable @Nullable Set<String> propertyTypes)
public static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @Nullable @Nullable Set<String> propertyTypes, @Nullable @Nullable Set<String> excludes, @Nullable @Nullable String async)
public static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLuceneIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @Nullable @Nullable Set<String> propertyTypes, @Nullable @Nullable Set<String> excludes, @Nullable @Nullable String async, @Nullable @Nullable Boolean stored)
public static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLuceneFileIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @Nullable @Nullable Set<String> propertyTypes, @NotNull @NotNull String path)
public static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLuceneFileIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @Nullable @Nullable Set<String> propertyTypes, @Nullable @Nullable Set<String> excludes, @NotNull @NotNull String path, @Nullable @Nullable String async)
public static org.apache.jackrabbit.oak.spi.state.NodeBuilder newLucenePropertyIndexDefinition(@NotNull @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder index, @NotNull @NotNull String name, @NotNull @NotNull Set<String> includes, @NotNull @NotNull String async)
public static boolean isLuceneIndexNode(org.apache.jackrabbit.oak.spi.state.NodeState node)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.