com.franz.agraph.repository
Class AGFreetextIndexConfig
java.lang.Object
com.franz.agraph.repository.AGFreetextIndexConfig
public class AGFreetextIndexConfig
- extends Object
PREDICATES
public static final String PREDICATES
- See Also:
- Constant Field Values
INDEX_LITERALS
public static final String INDEX_LITERALS
- See Also:
- Constant Field Values
INDEX_LITERAL_TYPES
public static final String INDEX_LITERAL_TYPES
- See Also:
- Constant Field Values
INDEX_RESOURCES
public static final String INDEX_RESOURCES
- See Also:
- Constant Field Values
INDEX_FIELDS
public static final String INDEX_FIELDS
- See Also:
- Constant Field Values
MINIMUM_WORD_SIZE
public static final String MINIMUM_WORD_SIZE
- See Also:
- Constant Field Values
STOP_WORDS
public static final String STOP_WORDS
- See Also:
- Constant Field Values
WORD_FILTERS
public static final String WORD_FILTERS
- See Also:
- Constant Field Values
newInstance
public static AGFreetextIndexConfig newInstance()
getPredicates
public List<URI> getPredicates()
getIndexLiterals
public boolean getIndexLiterals()
setIndexLiterals
public void setIndexLiterals(boolean bool)
getIndexLiteralTypes
public List<String> getIndexLiteralTypes()
getIndexResources
public String getIndexResources()
setIndexResources
public void setIndexResources(String str)
getIndexFields
public List<String> getIndexFields()
getMinimumWordSize
public int getMinimumWordSize()
setMinimumWordSize
public void setMinimumWordSize(int size)
getStopWords
public List<String> getStopWords()
getWordFilters
public List<String> getWordFilters()
toString
public String toString()
- Overrides:
toString
in class Object