Uses of Interface
org.apache.jena.query.text.TextIndex
Packages that use TextIndex
-
Uses of TextIndex in org.apache.jena.query.text
Classes in org.apache.jena.query.text that implement TextIndexMethods in org.apache.jena.query.text that return TextIndexModifier and TypeMethodDescriptionstatic TextIndexTextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory, EntityDefinition def, org.apache.lucene.analysis.Analyzer queryAnalyzer) Create a Lucene TextIndexstatic TextIndexTextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory, TextIndexConfig config) Create a Lucene TextIndexDatasetGraphText.getTextIndex()Methods in org.apache.jena.query.text with parameters of type TextIndexModifier and TypeMethodDescriptionstatic org.apache.jena.query.DatasetCreate a text-indexed datasetstatic org.apache.jena.query.DatasetTextDatasetFactory.create(org.apache.jena.query.Dataset base, TextIndex textIndex, boolean closeIndexOnDSGClose) Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset isstatic org.apache.jena.query.DatasetTextDatasetFactory.create(org.apache.jena.query.Dataset base, TextIndex textIndex, boolean closeIndexOnDSGClose, TextDocProducer producer) Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset isstatic org.apache.jena.sparql.core.DatasetGraphCreate a text-indexed DatasetGraphstatic org.apache.jena.sparql.core.DatasetGraphTextDatasetFactory.create(org.apache.jena.sparql.core.DatasetGraph dsg, TextIndex textIndex, boolean closeIndexOnDSGClose) Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph isstatic org.apache.jena.sparql.core.DatasetGraphTextDatasetFactory.create(org.apache.jena.sparql.core.DatasetGraph dsg, TextIndex textIndex, boolean closeIndexOnDSGClose, TextDocProducer producer) Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph isConstructors in org.apache.jena.query.text with parameters of type TextIndexModifierConstructorDescriptionDatasetGraphText(org.apache.jena.sparql.core.DatasetGraph dsg, TextIndex index, TextDocProducer producer) DatasetGraphText(org.apache.jena.sparql.core.DatasetGraph dsg, TextIndex index, TextDocProducer producer, boolean closeIndexOnClose) TextDocProducerEntities(TextIndex indexer) TextDocProducerTriples(TextIndex indexer) TextIndexDB(org.apache.jena.dboe.transaction.txn.ComponentId id, TextIndex textIndex) TextIndexTDB1(TextIndex textIndex) -
Uses of TextIndex in org.apache.jena.query.text.assembler
Methods in org.apache.jena.query.text.assembler that return TextIndex