Uses of Class
org.apache.jena.query.text.TextIndexConfig
Packages that use TextIndexConfig
-
Uses of TextIndexConfig in org.apache.jena.query.text
Methods in org.apache.jena.query.text with parameters of type TextIndexConfigModifier and TypeMethodDescriptionstatic DatasetTextDatasetFactory.createLucene(Dataset base, org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a text-indexed dataset, using Lucenestatic DatasetGraphTextDatasetFactory.createLucene(DatasetGraph base, org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a text-indexed dataset, using Lucenestatic TextIndexTextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a Lucene TextIndexConstructors in org.apache.jena.query.text with parameters of type TextIndexConfigModifierConstructorDescriptionTextIndexLucene(org.apache.lucene.store.Directory directory, TextIndexConfig config) Constructs a new TextIndexLucene.