Uses of Class
org.apache.jena.query.text.TextIndexConfig
-
Packages that use TextIndexConfig Package Description org.apache.jena.query.text -
-
Uses of TextIndexConfig in org.apache.jena.query.text
Methods in org.apache.jena.query.text with parameters of type TextIndexConfig Modifier and Type Method Description static 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 TextIndexConfig Constructor Description TextIndexLucene(org.apache.lucene.store.Directory directory, TextIndexConfig config)Constructs a new TextIndexLucene.
-