@Internal public class FieldIndexerUtil extends Object
Constructor and Description |
---|
FieldIndexerUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getValueForSorting(String fieldValue) |
static void |
indexKeywordWithDefault(org.apache.lucene.document.Document doc,
String indexField,
Long aLong,
String defaultValue) |
static void |
indexKeywordWithDefault(org.apache.lucene.document.Document doc,
String indexField,
String fieldValue,
String defaultValue)
Index a single keyword field, with a default if the issue field is not set
|
static void |
indexKeywordWithDefault(org.apache.lucene.document.Document doc,
String indexField,
String fieldValue,
String defaultValue,
boolean searchable) |
public static void indexKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, String fieldValue, String defaultValue)
shared with CommentDocument
public static void indexKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, Long aLong, String defaultValue)
public static void indexKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, String fieldValue, String defaultValue, boolean searchable)
Copyright © 2002-2017 Atlassian. All Rights Reserved.