Description
Scenario:
System with 0 entries
Add 2 entries
Query 1 time.
Add the same 2 entries (update)
Query 1 time.
Result:
gfsh>list lucene indexes --with-stats Index Name | Region Path | Indexed Fields | Field Analyzer | Query Executions | Updates | Commits | Documents ---------- | ----------- | -------------- | -------------- | ---------------- | ------- | ------- | --------- customerF1 | /Customer | [f1] | {} | 0 | 0 | 0 | 0 customerF1 | /Customer | [f1] | {} | 0 | 0 | 0 | 0 gfsh>list lucene indexes --with-stats Index Name | Region Path | Indexed Fields | Field Analyzer | Query Executions | Updates | Commits | Documents ---------- | ----------- | -------------- | -------------- | ---------------- | ------- | ------- | --------- customerF1 | /Customer | [f1] | {} | 112 | 2 | 2 | 1 customerF1 | /Customer | [f1] | {} | 114 | 2 | 2 | 1 gfsh>list lucene indexes --with-stats Index Name | Region Path | Indexed Fields | Field Analyzer | Query Executions | Updates | Commits | Documents ---------- | ----------- | -------------- | -------------- | ---------------- | ------- | ------- | --------- customerF1 | /Customer | [f1] | {} | 224 | 3 | 3 | 1 customerF1 | /Customer | [f1] | {} | 228 | 3 | 3 | 1