git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-09-26 20:17:12 +00:00
parent 26ffb58184
commit fb643a58e0
1 changed files with 1 additions and 1 deletions

View File

@ -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.