searchengine/oss/cl/clucene/src/clucene/search/phrasequery.cpp
changeset 1 6f2c1c46032b
parent 0 671dee74050a
child 2 6c1a2771f4b7
equal deleted inserted replaced
0:671dee74050a 1:6f2c1c46032b
     3 * 
     3 * 
     4 * Distributable under the terms of either the Apache License (Version 2.0) or 
     4 * Distributable under the terms of either the Apache License (Version 2.0) or 
     5 * the GNU Lesser General Public License, as specified in the COPYING file.
     5 * the GNU Lesser General Public License, as specified in the COPYING file.
     6 ------------------------------------------------------------------------------*/
     6 ------------------------------------------------------------------------------*/
     7 #include "clucene/stdheader.h"
     7 #include "clucene/stdheader.h"
     8 #include "PhraseQuery.h"
     8 #include "phrasequery.h"
     9 
     9 
    10 #include "searchheader.h"
    10 #include "searchheader.h"
    11 #include "scorer.h"
    11 #include "scorer.h"
    12 #include "booleanquery.h"
    12 #include "booleanquery.h"
    13 #include "termquery.h"
    13 #include "termquery.h"