Hi julie09,
first of all thank you very much for the nice feedback.
continually indexing shouldn't be a huge hit on performance, assuming you enable
async processing and also have
exclusive_index_use turned on.
Also having second level caches enabled helps both during query time and improving performance at indexing time (as sometimes more data needs to be loaded as all fields of the Document need to be re-written).
about limiting the data targeted by the MassIndexer, sorry that's planned but not implemented yet:
HSEARCH-499feel free to provide suggestions about the API and/or implementation