Skip to content

Commit

Permalink
Address review feedback, rd #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Gerlowski committed Jan 30, 2020
1 parent 99c336b commit 1d61552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solr/solr-ref-guide/src/other-parsers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ Details and performance heuristics are given below.
+
`index` the default `method` unless the `score` parameter is specified.
Uses the terms index structures to process the request.
Performance scales linearly with the number of values matched in the "from" field.
Consider this method when the "from" query matches few documents, when the "to" side returns a large number of documents, or when sporadic post-commit slowdowns cannot be tolerated (this is a disadvantage of other methods that `index` avoids).
Performance scales with the cardinality and number of postings (term occurrences) in the "from" field.
Consider this method when the "from" field has low cardinality, when the "to" side returns a large number of documents, or when sporadic post-commit slowdowns cannot be tolerated (this is a disadvantage of other methods that `index` avoids).

+
`dvWithScore` returns an optional "score" statistic alongside result documents.
Expand Down

0 comments on commit 1d61552

Please sign in to comment.