| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Field and Description |
|---|---|
static Set<TextIndexHint> |
TextIndexHint.ALL
The set of indexing hints that trigger all available indexes for
a Text property.
|
static Set<TextIndexHint> |
TextIndexHint.NONE
Use this to prevent indexing of this Text property.
|
protected Set<TextIndexHint> |
DefinePropertyBuilder.textIndexHints |
| Modifier and Type | Method and Description |
|---|---|
static TextIndexHint |
TextIndexHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextIndexHint[] |
TextIndexHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TextIndexHint> |
PropertyDefinition.getTextIndexHints() |
static Set<TextIndexHint> |
TextIndexHint.parse(String str) |
static Set<TextIndexHint> |
TextIndexHint.toSet(byte indexHint) |
| Modifier and Type | Method and Description |
|---|---|
DefinePropertyBuilder |
DefinePropertyBuilder.textIndexHint(TextIndexHint... textIndexHints) |
static byte |
TextIndexHint.toBits(TextIndexHint... indexHints) |
| Modifier and Type | Method and Description |
|---|---|
DefinePropertyBuilder |
DefinePropertyBuilder.textIndexHint(Collection<TextIndexHint> textIndexHints) |
static byte |
TextIndexHint.toBits(Collection<TextIndexHint> hints) |
| Constructor and Description |
|---|
PropertyDefinition(String propertyName,
Class dataType,
Set<TextIndexHint> textIndexHints) |
PropertyDefinition(String propertyName,
Class dataType,
Set<TextIndexHint> textIndexHints,
Double boost,
boolean sortable) |
Copyright © 2014–2017. All rights reserved.