searchengine/oss/cl/clucene/src/clucene/search/termscorer.cpp
changeset 1 6f2c1c46032b
parent 0 671dee74050a
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 "TermScorer.h"
     8 #include "termscorer.h"
     9 
     9 
    10 #include "clucene/index/terms.h"
    10 #include "clucene/index/terms.h"
    11 #include "termquery.h"
    11 #include "termquery.h"
    12 
    12 
    13 CL_NS_USE(index)
    13 CL_NS_USE(index)