Have Azure search targeting a table now but we need to change it to target a view instead. After some reading realized cannot use the change tracking to do incremental indexer build, does it mean each time the indexer need to be fully rebuild then? The view contains several million rows, each time a rebuild will cost around half an hour, questions,
- Is there a better way to do this to minimize the data latency
- During the indexer rebuild, would it impacting the search calls
Thanks.