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 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.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 TextDocProducerModifierConstructorDescriptionDatasetGraphText(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)