Documentation ¶
Index ¶
- Constants
- type PostingList
- func (s PostingList) Ids() C.UInt64List
- func (s PostingList) MarshalCapLit() ([]byte, error)
- func (s PostingList) MarshalJSON() ([]byte, error)
- func (s PostingList) SetIds(v C.UInt64List)
- func (s PostingList) SetTitle(v string)
- func (s PostingList) Title() string
- func (s PostingList) WriteCapLit(w io.Writer) error
- func (s PostingList) WriteJSON(w io.Writer) error
- type PostingList_List
Constants ¶
View Source
const Customtype = uint64(0xfa10659ae02f2093)
View Source
const Doc = uint64(0xc58ad6bd519f935e)
View Source
const Import = uint64(0xe130b601260e44b5)
View Source
const Name = uint64(0xc2b96012172f8df1)
View Source
const Notag = uint64(0xc8768679ec52e012)
View Source
const Package = uint64(0xbea97f1023792be0)
View Source
const Tag = uint64(0xa574b41924caefc7)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostingList ¶
func AutoNewPostingList ¶
func AutoNewPostingList(s *C.Segment) PostingList
func NewPostingList ¶
func NewPostingList(s *C.Segment) PostingList
func NewRootPostingList ¶
func NewRootPostingList(s *C.Segment) PostingList
func ReadRootPostingList ¶
func ReadRootPostingList(s *C.Segment) PostingList
func (PostingList) Ids ¶
func (s PostingList) Ids() C.UInt64List
func (PostingList) MarshalCapLit ¶
func (s PostingList) MarshalCapLit() ([]byte, error)
func (PostingList) MarshalJSON ¶
func (s PostingList) MarshalJSON() ([]byte, error)
func (PostingList) SetIds ¶
func (s PostingList) SetIds(v C.UInt64List)
func (PostingList) SetTitle ¶
func (s PostingList) SetTitle(v string)
func (PostingList) Title ¶
func (s PostingList) Title() string
func (PostingList) WriteCapLit ¶
func (s PostingList) WriteCapLit(w io.Writer) error
type PostingList_List ¶
type PostingList_List C.PointerList
func NewPostingListList ¶
func NewPostingListList(s *C.Segment, sz int) PostingList_List
func (PostingList_List) At ¶
func (s PostingList_List) At(i int) PostingList
func (PostingList_List) Len ¶
func (s PostingList_List) Len() int
func (PostingList_List) Set ¶
func (s PostingList_List) Set(i int, item PostingList)
func (PostingList_List) ToArray ¶
func (s PostingList_List) ToArray() []PostingList
Click to show internal directories.
Click to hide internal directories.