Change `actual` into `actually`.

This commit is contained in:
Dongjoon Hyun 2016-02-09 10:18:44 -08:00
parent 21ea552070
commit ddf9578e81
1 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ The meaning of the stats are as follows:
This parameter shows how long it takes to build a Scorer for the query. A Scorer is the mechanism that
iterates over matching documents generates a score per-document (e.g. how well does "foo" match the document?).
Note, this records the time required to generate the Scorer object, not actual score the documents. Some
Note, this records the time required to generate the Scorer object, not actually score the documents. Some
queries have faster or slower initialization of the Scorer, depending on optimizations, complexity, etc.
{empty} +
{empty} +
@ -601,4 +601,4 @@ collapse the details for that query's children if it is too confusing. Luckily,
just not the physical layout in the response, so it is sufficient to just analyze the top-level MultiTermQuery and
ignore it's children if you find the details too tricky to interpret.
Hopefully this will be fixed in future iterations, but it is a tricky problem to solve and still in-progress :)
Hopefully this will be fixed in future iterations, but it is a tricky problem to solve and still in-progress :)