Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Static Public Attributes | List of all members
Lucene.Net.Search.Function.FieldScoreQuery.Type Class Reference

Type of score field, indicating how field values are interpreted/parsed. The type selected at search search time should match the data stored in the field. Different types have different RAM requirements:

More...

Public Member Functions

override System.String ToString ()
 

Static Public Attributes

static readonly Type BYTE = new Type("byte")
 field values are interpreted as numeric byte values.
 
static readonly Type SHORT = new Type("short")
 field values are interpreted as numeric short values.
 
static readonly Type INT = new Type("int")
 field values are interpreted as numeric int values.
 
static readonly Type FLOAT = new Type("float")
 field values are interpreted as numeric float values.
 

Detailed Description

Type of score field, indicating how field values are interpreted/parsed.

The type selected at search search time should match the data stored in the field. Different types have different RAM requirements:

Definition at line 77 of file FieldScoreQuery.cs.

Member Function Documentation

override System.String Lucene.Net.Search.Function.FieldScoreQuery.Type.ToString ( )

Definition at line 98 of file FieldScoreQuery.cs.

Member Data Documentation

readonly Type Lucene.Net.Search.Function.FieldScoreQuery.Type.BYTE = new Type("byte")
static

field values are interpreted as numeric byte values.

Definition at line 81 of file FieldScoreQuery.cs.

readonly Type Lucene.Net.Search.Function.FieldScoreQuery.Type.FLOAT = new Type("float")
static

field values are interpreted as numeric float values.

Definition at line 90 of file FieldScoreQuery.cs.

readonly Type Lucene.Net.Search.Function.FieldScoreQuery.Type.INT = new Type("int")
static

field values are interpreted as numeric int values.

Definition at line 87 of file FieldScoreQuery.cs.

readonly Type Lucene.Net.Search.Function.FieldScoreQuery.Type.SHORT = new Type("short")
static

field values are interpreted as numeric short values.

Definition at line 84 of file FieldScoreQuery.cs.


The documentation for this class was generated from the following file: