Based on trawling the list, I understand that a batch indexing process is possible with LARQ. My requirement is to have a 'live' text index that works with a running Fuseki instance: when updates come in, indexed as specified in the fuseki configuration.
Some questions: 1) How do I set up/configure LARQ with fuseki to enable live text indexing? Can it be done purely via fuseki configuration alone? 2) Now that TDB supports transactions, can/should text indexing be done when the actual update happens on the underlying dataset within a transaction so that the index stays in sync with the dataset? Any other suggestions? VK
