Documentation ¶
Overview ¶
Package indexoptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Docs = IndexOptions{"docs"} Freqs = IndexOptions{"freqs"} Positions = IndexOptions{"positions"} Offsets = IndexOptions{"offsets"} )
Functions ¶
This section is empty.
Types ¶
type IndexOptions ¶
type IndexOptions struct {
Name string
}
func (IndexOptions) MarshalText ¶
func (i IndexOptions) MarshalText() (text []byte, err error)
func (IndexOptions) String ¶
func (i IndexOptions) String() string
func (*IndexOptions) UnmarshalText ¶
func (i *IndexOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.