searchengine/cpix/cpix/src/prefixqueryparser.cpp
changeset 16 2729d20a0010
parent 14 8bd192d47aaa
--- a/searchengine/cpix/cpix/src/prefixqueryparser.cpp	Mon Aug 09 10:51:30 2010 +0530
+++ b/searchengine/cpix/cpix/src/prefixqueryparser.cpp	Wed Aug 25 13:17:41 2010 +0530
@@ -60,7 +60,7 @@
 			void add(auto_ptr<Query> q) {
 				if ( q.get() ) {
 					if ( bq_ ) {
-						bq_->add( q.release(), true, true, false ); 
+						bq_->add( q.release(), true, false, false ); 
 					} else {
 						if ( q_.get() ) {
 							auto_ptr<BooleanQuery> bq( new BooleanQuery() );