fixed minor typo
This commit is contained in:
parent
001a28bb98
commit
3cede749f9
|
@ -9,7 +9,7 @@ of documents that contain the term.
|
||||||
Sorting, aggregations, and access to field values in scripts requires a
|
Sorting, aggregations, and access to field values in scripts requires a
|
||||||
different data access pattern. Instead of lookup up the term and finding
|
different data access pattern. Instead of lookup up the term and finding
|
||||||
documents, we need to be able to look up the document and find the terms that
|
documents, we need to be able to look up the document and find the terms that
|
||||||
is has in a field.
|
it has in a field.
|
||||||
|
|
||||||
Doc values are the on-disk data structure, built at document index time, which
|
Doc values are the on-disk data structure, built at document index time, which
|
||||||
makes this data access pattern possible. They store the same values as the
|
makes this data access pattern possible. They store the same values as the
|
||||||
|
|
Loading…
Reference in New Issue