FieldType Enum
Namespace
Statiq.Lunr
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
FieldType
Enum
ValueType
object
IComparable
IFormattable
IConvertible

Syntax

[Flags]
public enum FieldType

Attributes

Type Description
FlagsAttribute

Fields

Name Field Type Constant Value Summary
Result FieldType 2
The field value will be available on the client.
static
Searchable FieldType 1
The field is searchable.
static

Extension Methods