Confirmed users
574
edits
(→Elasticsearch: Note some more features ES makes possible/easy.) |
m (→Elasticsearch) |
||
Line 23: | Line 23: | ||
* Makes showing (syntax-colored) context around search results feasible—just keep the highlight offsets in the line doc. | * Makes showing (syntax-colored) context around search results feasible—just keep the highlight offsets in the line doc. | ||
* Efficient counting of the total (not just returned) results, a common request | * Efficient counting of the total (not just returned) results, a common request | ||
* Facilitates generic-identifier searching, an MXR parity feature. (Either merge all the identifiers into a field on each line, or search | * Facilitates generic-identifier searching, an MXR parity feature. (Either merge all the identifiers into a field on each line, or search the function/ref/etc. fields separately.) | ||
Nice to have: | Nice to have: |