Package org.apache.jena.query.text
Interface TextDocProducer
-
- All Superinterfaces:
TextDatasetChanges
- All Known Implementing Classes:
TextDocProducerEntities,TextDocProducerTriples
public interface TextDocProducer extends TextDatasetChanges
Responsible for monitoring changes on a dataset and updating the TextIndex appropriately.Note: If implementation is to be instantiated dynamically via an Assembler, it must contain a constructor that accepts a single parameter of type
TextIndex
-
-
Method Summary
-
Methods inherited from interface org.apache.jena.query.text.changes.TextDatasetChanges
change, finish, reset, start
-
-