Uses of Interface
org.apache.jena.query.text.TextIndex
-
Packages that use TextIndex Package Description org.apache.jena.query.text org.apache.jena.query.text.assembler -
-
Uses of TextIndex in org.apache.jena.query.text
Classes in org.apache.jena.query.text that implement TextIndex Modifier and Type Class Description classTextIndexLuceneMethods in org.apache.jena.query.text that return TextIndex Modifier and Type Method Description static 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 TextIndexTextIndexDatasetGraphText. getTextIndex()Methods in org.apache.jena.query.text with parameters of type TextIndex Modifier and Type Method Description static DatasetTextDatasetFactory. create(Dataset base, TextIndex textIndex)Create a text-indexed datasetstatic DatasetTextDatasetFactory. create(Dataset base, TextIndex textIndex, boolean closeIndexOnDSGClose)Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset isstatic 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)Create a text-indexed DatasetGraphstatic DatasetGraphTextDatasetFactory. create(DatasetGraph dsg, TextIndex textIndex, boolean closeIndexOnDSGClose)Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph 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 TextIndex Constructor Description DatasetGraphText(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 Modifier and Type Method Description TextIndexTextIndexLuceneAssembler. open(Assembler a, Resource root, Mode mode)
-