Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FIELDSCOREQUERY_H
8 #define FIELDSCOREQUERY_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
@ BYTE
Field values are interpreted as numeric byte values.
Definition: FieldScoreQuery.h:48
boost::shared_ptr< ValueSource > ValueSourcePtr
Definition: LuceneTypes.h:476
@ INT
Field values are interpreted as numeric integer values.
Definition: FieldScoreQuery.h:51
A Query that sets the scores of document to the values obtained from a ValueSource.
Definition: ValueSourceQuery.h:22
Definition: AbstractAllTermDocs.h:12
Type
Type of score field, indicating how field values are interpreted/parsed.
Definition: FieldScoreQuery.h:46
A query that scores each document as the value of the numeric input field.
Definition: FieldScoreQuery.h:43
clucene.sourceforge.net