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