Is it possible to schedule other types of indexing other than a full index. For example - could we schedule a more regular incremental update intraday and have an end of day full update?
Hi John -
You should be able to achieve this using a combination of the update scheduler and the incremental ratio setting:
https://docs.funnelback.com/15.8/more/extra/schedule_incremental_crawl_ratio_collection_cfg.html
If you're working with database collections this setting may also be useful:
https://docs.funnelback.com/15.8/more/extra/db_incremental_sql_query_collection_cfg.html
Excellent - thanks Gordon.