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 Dataset
TextDatasetFactory.createLucene
(Dataset base, org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a text-indexed dataset, using Lucenestatic DatasetGraph
TextDatasetFactory.createLucene
(DatasetGraph base, org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a text-indexed dataset, using Lucenestatic TextIndex
TextDatasetFactory.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.