public class BaseMetaDataLoader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONCATINATED_VALUE_SPLIT_TOKEN |
protected static boolean |
doubleMetaphoneEnabled_ |
protected static boolean |
normEnabled_ |
protected static boolean |
stemmingEnabled_ |
static java.lang.String |
STRING_TOKENIZER_TOKEN |
Constructor and Description |
---|
BaseMetaDataLoader() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.document.Document |
addProperty(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
java.util.List<java.lang.String> propertyValueParents,
java.lang.String propertyName,
java.lang.String propertyValue) |
protected LgLoggerIF |
getLogger() |
static org.apache.lucene.analysis.Analyzer |
getMetadataAnalyzer() |
protected static boolean normEnabled_
protected static boolean doubleMetaphoneEnabled_
protected static boolean stemmingEnabled_
public static final java.lang.String STRING_TOKENIZER_TOKEN
public static final java.lang.String CONCATINATED_VALUE_SPLIT_TOKEN
protected LgLoggerIF getLogger()
public org.apache.lucene.document.Document addProperty(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, java.util.List<java.lang.String> propertyValueParents, java.lang.String propertyName, java.lang.String propertyValue) throws java.lang.Exception
java.lang.Exception
public static org.apache.lucene.analysis.Analyzer getMetadataAnalyzer()