4.7 Full Text Indexer
Full text indexing in Daisy happens automatically when document variants are updated, so you do not need to worry about updating the index yourself. Technically, the full text indexer has a durable subscription on the JMS events generated by the repository, and it are these events which trigger the index updating.
4.7.1 Technology
Daisy uses Jakarta Lucene as full-text indexer.
Previous