Uses of Interface
org.apache.jena.query.text.TextDocProducer
Packages that use TextDocProducer
-
Uses of TextDocProducer in org.apache.jena.query.text
Classes in org.apache.jena.query.text that implement TextDocProducerMethods in org.apache.jena.query.text with parameters of type TextDocProducerModifier and TypeMethodDescriptionstatic DatasetTextDatasetFactory.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 DatasetGraphTextDatasetFactory.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 TextDocProducerModifierConstructorDescriptionDatasetGraphText(DatasetGraph dsg, TextIndex index, TextDocProducer producer) DatasetGraphText(DatasetGraph dsg, TextIndex index, TextDocProducer producer, boolean closeIndexOnClose)