SOLR-10310: Ref Guide updates, missed saving wording change in 1 file

This commit is contained in:
Cassandra Targett 2017-08-02 13:51:06 -05:00
parent 5f35a08220
commit 9662f2fafb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Specifies the default operator for query expressions, overriding the default ope
Specifies a default field, overriding the definition of a default field in the Schema.
`sow`::
Split on whitespace. If set to `true`, which means text analysis is invoked separately for each individual whitespace-separated term. The default is `false`; whitespace-separated term sequences will be provided to text analysis in one shot, enabling proper function of analysis filters that operate over term sequences, e.g., multi-word synonyms and shingles.
Split on whitespace. If set to `true`, text analysis is invoked separately for each individual whitespace-separated term. The default is `false`; whitespace-separated term sequences will be provided to text analysis in one shot, enabling proper function of analysis filters that operate over term sequences, e.g., multi-word synonyms and shingles.
Default parameter values are specified in `solrconfig.xml`, or overridden by query-time values in the request.