Uses of Class
com.franz.agraph.repository.AGFreetextIndexConfig
Packages that use AGFreetextIndexConfig
-
Uses of AGFreetextIndexConfig in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGFreetextIndexConfigModifier and TypeMethodDescriptionAGRepositoryConnection.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 AGFreetextIndexConfigModifier and TypeMethodDescriptionvoid
AGRepositoryConnection.createFreetextIndex
(String indexName, AGFreetextIndexConfig config) Creates a freetext index with the given name and configuration.