You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all refresh index statement only support manual refresh and always pass RefreshMode.FULL to underlying refreshIndex() API. Re-trigger incremental refresh is also useful when we can support stop incremental refreshing.
What solution would you like?
Remove RefreshMode param in refreshIndex() API [TBD]
refreshIndex() API decides RefreshMode accordingly to auto_refresh option in index metadata
The text was updated successfully, but these errors were encountered:
dai-chen
changed the title
[FEATURE] Improve refresh index statement
[FEATURE] Support incremental mode in refresh index statement
Oct 24, 2023
dai-chen
changed the title
[FEATURE] Support incremental mode in refresh index statement
[FEATURE] Support incremental refresh in refresh index statement
Oct 24, 2023
Is your feature request related to a problem?
Currently, all refresh index statement only support manual refresh and always pass
RefreshMode.FULL
to underlyingrefreshIndex()
API. Re-trigger incremental refresh is also useful when we can support stop incremental refreshing.What solution would you like?
refreshIndex()
API [TBD]refreshIndex()
API decides RefreshMode accordingly toauto_refresh
option in index metadataThe text was updated successfully, but these errors were encountered: