Franz Inc, AllegroGraph

com.franz.agraph.repository
Class AGFreetextIndexConfig

java.lang.Object
  extended by com.franz.agraph.repository.AGFreetextIndexConfig

public class AGFreetextIndexConfig
extends Object


Field Summary
static String INDEX_FIELDS
           
static String INDEX_LITERAL_TYPES
           
static String INDEX_LITERALS
           
static String INDEX_RESOURCES
           
static String MINIMUM_WORD_SIZE
           
static String PREDICATES
           
static String STOP_WORDS
           
static String WORD_FILTERS
           
 
Method Summary
 List<String> getIndexFields()
           
 boolean getIndexLiterals()
           
 List<String> getIndexLiteralTypes()
           
 String getIndexResources()
           
 int getMinimumWordSize()
           
 List<URI> getPredicates()
           
 List<String> getStopWords()
           
 List<String> getWordFilters()
           
static AGFreetextIndexConfig newInstance()
           
 void setIndexLiterals(boolean bool)
           
 void setIndexResources(String str)
           
 void setMinimumWordSize(int size)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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

Copyright © 2008-2010 Franz Inc.