Package ru.slie.luna.issue.index
Class IndexingFactory
java.lang.Object
ru.slie.luna.issue.index.IndexingFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull StringgetNameForLike(String fieldId) static @NonNull StringgetNameForSort(String fieldId) static voidindexField(org.apache.lucene.document.Document doc, String fieldId, Double fieldValue) static voidindexField(org.apache.lucene.document.Document doc, String fieldId, Long fieldValue) static voidindexField(org.apache.lucene.document.Document doc, String fieldId, LocalDate fieldValue) static voidindexField(org.apache.lucene.document.Document doc, String fieldId, LocalDateTime fieldValue) static voidindexTextField(org.apache.lucene.document.Document doc, String fieldId, String fieldValue) static longtoEpochMillis(Duration duration) static longtoEpochMillis(LocalDate localDate) static longtoEpochMillis(LocalDateTime localDateTime) static longtoEpochMillis(Temporal temporal) static Stringstatic String
-
Constructor Details
-
IndexingFactory
public IndexingFactory()
-
-
Method Details
-
getNameForSort
-
getNameForLike
-
indexTextField
-
indexField
public static void indexField(org.apache.lucene.document.Document doc, String fieldId, LocalDateTime fieldValue) -
indexField
-
indexField
-
indexField
-
toEpochMillis
-
toEpochMillis
-
toEpochMillis
-
toEpochMillis
-
wrapNull
-
wrapNull
-