~ubuntu-branches/ubuntu/wily/clucene-core/wily-proposed

« back to all changes in this revision

Viewing changes to src/CLucene/search/BooleanScorer.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-02-21 08:43:54 UTC
  • mfrom: (3.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221084354-bzl2ied6qgvwwfr8
Tags: 0.9.20-3
* Lower compat/debhelper to 5.
* Re-enable static library build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                void add(Scorer* scorer, const bool required, const bool prohibited);
87
87
                int32_t doc() const { return current->doc; }
88
88
                bool next();
89
 
                float_t score() const;
 
89
                float_t score();
90
90
                bool skipTo(int32_t target);
91
 
                Explanation* explain(int32_t doc);
 
91
                void explain(int32_t doc, Explanation* ret);
92
92
                TCHAR* toString();
93
93
                void computeCoordFactors();
94
94
        };