mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26ffb58184
commit
fb643a58e0
|
@ -151,7 +151,7 @@ class DismaxQParser extends QParser {
|
|||
|
||||
/* build up phrase boosting queries */
|
||||
|
||||
/* if the userQuery already has some quotes, stip them out.
|
||||
/* if the userQuery already has some quotes, strip them out.
|
||||
* we've already done the phrases they asked for in the main
|
||||
* part of the query, this is to boost docs that may not have
|
||||
* matched those phrases but do match looser phrases.
|
||||
|
|
Loading…
Reference in New Issue