Package | Description |
---|---|
com.atlassian.bamboo.index | |
com.atlassian.bamboo.index.fields |
Modifier and Type | Method and Description |
---|---|
static IndexUtils.FieldProperties |
IndexUtils.FieldProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexUtils.FieldProperties[] |
IndexUtils.FieldProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
IndexUtils.addTypedField(org.apache.lucene.document.Document doc,
String name,
Date date,
IndexUtils.FieldProperties... properties) |
static void |
IndexUtils.addTypedField(org.apache.lucene.document.Document doc,
String name,
long value,
IndexUtils.FieldProperties... properties) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<IndexUtils.FieldProperties> |
Fields.asSet(IndexUtils.FieldProperties... fieldProperties) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<IndexUtils.FieldProperties> |
Fields.asSet(IndexUtils.FieldProperties... fieldProperties) |
static IndexedEntityDateField |
IndexedEntityFieldFactory.createDateField(String name,
IndexUtils.FieldProperties... properties) |
static IndexedEntityIntegerField |
IndexedEntityFieldFactory.createIntegerField(String name,
IndexUtils.FieldProperties... properties) |
static IndexedEntityLongField |
IndexedEntityFieldFactory.createLongField(String name,
IndexUtils.FieldProperties... properties) |
static IndexedEntityTextField |
IndexedEntityFieldFactory.createStringField(String name,
IndexUtils.FieldProperties... properties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
double value,
IndexUtils.FieldProperties... fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
float value,
IndexUtils.FieldProperties... fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
int value,
IndexUtils.FieldProperties... fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
long value,
IndexUtils.FieldProperties... fieldProperties) |
Modifier and Type | Method and Description |
---|---|
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
double value,
EnumSet<IndexUtils.FieldProperties> fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
float value,
EnumSet<IndexUtils.FieldProperties> fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
int value,
EnumSet<IndexUtils.FieldProperties> fieldProperties) |
static Collection<org.apache.lucene.index.IndexableField> |
Fields.toFields(String name,
long value,
EnumSet<IndexUtils.FieldProperties> fieldProperties) |
Constructor and Description |
---|
IndexedEntityEnumFieldImpl(Class<T> enumType,
String name,
IndexUtils.FieldProperties properties) |
IndexedEntityIdFieldImpl(String name,
IndexUtils.FieldProperties... properties) |
IndexedEntityIntegerFieldImpl(String name,
IndexUtils.FieldProperties... properties) |
IndexedEntityLongFieldImpl(String name,
IndexUtils.FieldProperties... properties) |
IndexedEntityPlanResultKeyFieldImpl(String name,
IndexUtils.FieldProperties... properties) |
IndexedEntityTextFieldImpl(String name,
IndexUtils.FieldProperties... properties)
Deprecated.
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.