mirror of https://github.com/apache/lucene.git
SOLR-10310: Ref Guide updates, missed saving wording change in 1 file
This commit is contained in:
parent
5f35a08220
commit
9662f2fafb
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue