Documentation ¶
Overview ¶
Package textquerytype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Bestfields = TextQueryType{"best_fields"} Mostfields = TextQueryType{"most_fields"} Crossfields = TextQueryType{"cross_fields"} Phrase = TextQueryType{"phrase"} Phraseprefix = TextQueryType{"phrase_prefix"} Boolprefix = TextQueryType{"bool_prefix"} )
Functions ¶
This section is empty.
Types ¶
type TextQueryType ¶
type TextQueryType struct {
// contains filtered or unexported fields
}
func (TextQueryType) MarshalText ¶
func (t TextQueryType) MarshalText() (text []byte, err error)
func (TextQueryType) String ¶
func (t TextQueryType) String() string
func (*TextQueryType) UnmarshalText ¶
func (t *TextQueryType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.