Franz Inc, AllegroGraph

Uses of Class
com.franz.agraph.repository.AGFreetextIndexConfig

Packages that use AGFreetextIndexConfig
com.franz.agraph.repository Implementation of the OpenRDF Sesame API 2.6.8 with extensions for AllegroGraph features. 
 

Uses of AGFreetextIndexConfig in com.franz.agraph.repository
 

Methods in com.franz.agraph.repository that return AGFreetextIndexConfig
 AGFreetextIndexConfig AGRepositoryConnection.getFreetextIndexConfig(String indexName)
          Gets the configuration of the specified free text index.
static AGFreetextIndexConfig AGFreetextIndexConfig.newInstance()
          Returns a new instance having the default index configuration.
 

Methods in com.franz.agraph.repository with parameters of type AGFreetextIndexConfig
 void AGRepositoryConnection.createFreetextIndex(String indexName, AGFreetextIndexConfig config)
          Creates a freetext index with the given name and configuration.
 


Copyright © 2008-2012 Franz Inc.