Documentation ¶
Overview ¶
Package termvectoroption
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( No = TermVectorOption{"no"} Yes = TermVectorOption{"yes"} Withoffsets = TermVectorOption{"with_offsets"} Withpositions = TermVectorOption{"with_positions"} Withpositionsoffsets = TermVectorOption{"with_positions_offsets"} Withpositionsoffsetspayloads = TermVectorOption{"with_positions_offsets_payloads"} Withpositionspayloads = TermVectorOption{"with_positions_payloads"} )
Functions ¶
This section is empty.
Types ¶
type TermVectorOption ¶
type TermVectorOption struct {
Name string
}
func (TermVectorOption) MarshalText ¶
func (t TermVectorOption) MarshalText() (text []byte, err error)
func (TermVectorOption) String ¶
func (t TermVectorOption) String() string
func (*TermVectorOption) UnmarshalText ¶
func (t *TermVectorOption) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.