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 TextIndex
TextDatasetFactory.createLuceneIndex
(org.apache.lucene.store.Directory directory, EntityDefinition def, org.apache.lucene.analysis.Analyzer queryAnalyzer) Create a Lucene TextIndexstatic TextIndex
TextDatasetFactory.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 Dataset
Create a text-indexed datasetstatic Dataset
Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset isstatic Dataset
TextDatasetFactory.create
(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 DatasetGraph
TextDatasetFactory.create
(DatasetGraph dsg, TextIndex textIndex) Create a text-indexed DatasetGraphstatic DatasetGraph
TextDatasetFactory.create
(DatasetGraph dsg, TextIndex textIndex, boolean closeIndexOnDSGClose) Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph isstatic DatasetGraph
TextDatasetFactory.create
(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
(DatasetGraph dsg, TextIndex index, TextDocProducer producer) DatasetGraphText
(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