Uses of Interface
org.apache.jena.query.text.TextDocProducer
-
Packages that use TextDocProducer Package Description org.apache.jena.query.text -
-
Uses of TextDocProducer in org.apache.jena.query.text
Classes in org.apache.jena.query.text that implement TextDocProducer Modifier and Type Class Description classTextDocProducerEntitiesclassTextDocProducerTriplesMethods in org.apache.jena.query.text with parameters of type TextDocProducer Modifier and Type Method Description static 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 TextDocProducer Constructor Description DatasetGraphText(DatasetGraph dsg, TextIndex index, TextDocProducer producer)DatasetGraphText(DatasetGraph dsg, TextIndex index, TextDocProducer producer, boolean closeIndexOnClose)
-