7 #ifndef FIELDSCOREQUERY_H
8 #define FIELDSCOREQUERY_H
boost::shared_ptr< ValueSource > ValueSourcePtr
Definition: LuceneTypes.h:476
Field values are interpreted as numeric byte values.
Definition: FieldScoreQuery.h:48
Type
Type of score field, indicating how field values are interpreted/parsed.
Definition: FieldScoreQuery.h:46
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
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
A query that scores each document as the value of the numeric input field.
Definition: FieldScoreQuery.h:43