@Beta public class PatternIndexConfigDocument extends AbstractIndexConfigDocument
Modifier and Type | Class and Description |
---|---|
static class |
PatternIndexConfigDocument.Builder |
Modifier and Type | Method and Description |
---|---|
static PatternIndexConfigDocument.Builder |
create() |
boolean |
equals(java.lang.Object o) |
IndexConfig |
getConfigForPath(PropertyPath dataPath) |
IndexConfig |
getDefaultConfig() |
com.google.common.collect.ImmutableSortedSet<PathIndexConfig> |
getPathIndexConfigs() |
int |
hashCode() |
getAnalyzer
public IndexConfig getDefaultConfig()
public static PatternIndexConfigDocument.Builder create()
public com.google.common.collect.ImmutableSortedSet<PathIndexConfig> getPathIndexConfigs()
public IndexConfig getConfigForPath(PropertyPath dataPath)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object