public class IndexedEntityFieldFactory extends Object
Modifier and Type | Method and Description |
---|---|
static IndexedEntityDateField |
createDateField(String fieldId) |
static <T extends Enum<T>> |
createEnumField(Class<T> enumType,
String fieldId) |
static IndexedEntityIdField |
createIdField(String fieldId) |
static IndexedEntityIntegerField |
createIntegerField(String fieldId) |
static IndexedEntityLongField |
createLongField(String fieldId) |
static IndexedEntityPlanResultKeyField |
createPlanResultKeyField(String fieldId) |
static IndexedEntityTextField |
createTextField(String fieldId) |
static IndexedEntityTextField |
createTextField(String fieldId,
org.apache.lucene.document.Field.Store stored) |
public static IndexedEntityDateField createDateField(@NotNull String fieldId)
@NotNull public static IndexedEntityIdField createIdField(@NotNull String fieldId)
public static IndexedEntityPlanResultKeyField createPlanResultKeyField(@NotNull String fieldId)
public static IndexedEntityTextField createTextField(@NotNull String fieldId)
public static IndexedEntityIntegerField createIntegerField(@NotNull String fieldId)
public static IndexedEntityLongField createLongField(@NotNull String fieldId)
public static IndexedEntityTextField createTextField(@NotNull String fieldId, @NotNull org.apache.lucene.document.Field.Store stored)
public static <T extends Enum<T>> IndexedEntityEnumField<T> createEnumField(@NotNull Class<T> enumType, @NotNull String fieldId)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.