Documentation
¶
Index ¶
- func DocPositionsAddDocIdx(builder *flatbuffers.Builder, docIdx uint64)
- func DocPositionsAddPageDpl(builder *flatbuffers.Builder, pagePositions flatbuffers.UOffsetT)
- func DocPositionsAddPageNums(builder *flatbuffers.Builder, pageNums flatbuffers.UOffsetT)
- func DocPositionsAddPageTexts(builder *flatbuffers.Builder, pageTexts flatbuffers.UOffsetT)
- func DocPositionsAddPath(builder *flatbuffers.Builder, path flatbuffers.UOffsetT)
- func DocPositionsEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
- func DocPositionsStart(builder *flatbuffers.Builder)
- func DocPositionsStartPageDplVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
- func DocPositionsStartPageNumsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
- func DocPositionsStartPageTextsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
- func HashIndexPathDocAddDoc(builder *flatbuffers.Builder, doc flatbuffers.UOffsetT)
- func HashIndexPathDocAddHash(builder *flatbuffers.Builder, hash flatbuffers.UOffsetT)
- func HashIndexPathDocAddIndex(builder *flatbuffers.Builder, index uint64)
- func HashIndexPathDocAddPath(builder *flatbuffers.Builder, path flatbuffers.UOffsetT)
- func HashIndexPathDocEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
- func HashIndexPathDocStart(builder *flatbuffers.Builder)
- func PdfIndexAddHipd(builder *flatbuffers.Builder, hipd flatbuffers.UOffsetT)
- func PdfIndexAddIndex(builder *flatbuffers.Builder, index flatbuffers.UOffsetT)
- func PdfIndexAddNumFiles(builder *flatbuffers.Builder, numFiles uint32)
- func PdfIndexAddNumPages(builder *flatbuffers.Builder, numPages uint32)
- func PdfIndexEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
- func PdfIndexStart(builder *flatbuffers.Builder)
- func PdfIndexStartHipdVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
- func PdfIndexStartIndexVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
- type DocPositions
- func (rcv *DocPositions) DocIdx() uint64
- func (rcv *DocPositions) Init(buf []byte, i flatbuffers.UOffsetT)
- func (rcv *DocPositions) MutateDocIdx(n uint64) bool
- func (rcv *DocPositions) PageDpl(obj *locations.PagePositions, j int) bool
- func (rcv *DocPositions) PageDplLength() int
- func (rcv *DocPositions) PageNums(j int) uint32
- func (rcv *DocPositions) PageNumsLength() int
- func (rcv *DocPositions) PageTexts(j int) []byte
- func (rcv *DocPositions) PageTextsLength() int
- func (rcv *DocPositions) Path() []byte
- func (rcv *DocPositions) Table() flatbuffers.Table
- type HashIndexPathDoc
- func (rcv *HashIndexPathDoc) Doc(obj *DocPositions) *DocPositions
- func (rcv *HashIndexPathDoc) Hash() []byte
- func (rcv *HashIndexPathDoc) Index() uint64
- func (rcv *HashIndexPathDoc) Init(buf []byte, i flatbuffers.UOffsetT)
- func (rcv *HashIndexPathDoc) MutateIndex(n uint64) bool
- func (rcv *HashIndexPathDoc) Path() []byte
- func (rcv *HashIndexPathDoc) Table() flatbuffers.Table
- type PdfIndex
- func (rcv *PdfIndex) Hipd(obj *HashIndexPathDoc, j int) bool
- func (rcv *PdfIndex) HipdLength() int
- func (rcv *PdfIndex) Index(j int) int8
- func (rcv *PdfIndex) IndexLength() int
- func (rcv *PdfIndex) Init(buf []byte, i flatbuffers.UOffsetT)
- func (rcv *PdfIndex) MutateNumFiles(n uint32) bool
- func (rcv *PdfIndex) MutateNumPages(n uint32) bool
- func (rcv *PdfIndex) NumFiles() uint32
- func (rcv *PdfIndex) NumPages() uint32
- func (rcv *PdfIndex) Table() flatbuffers.Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DocPositionsAddDocIdx ¶
func DocPositionsAddDocIdx(builder *flatbuffers.Builder, docIdx uint64)
func DocPositionsAddPageDpl ¶
func DocPositionsAddPageDpl(builder *flatbuffers.Builder, pagePositions flatbuffers.UOffsetT)
func DocPositionsAddPageNums ¶
func DocPositionsAddPageNums(builder *flatbuffers.Builder, pageNums flatbuffers.UOffsetT)
func DocPositionsAddPageTexts ¶
func DocPositionsAddPageTexts(builder *flatbuffers.Builder, pageTexts flatbuffers.UOffsetT)
func DocPositionsAddPath ¶
func DocPositionsAddPath(builder *flatbuffers.Builder, path flatbuffers.UOffsetT)
func DocPositionsEnd ¶
func DocPositionsEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
func DocPositionsStart ¶
func DocPositionsStart(builder *flatbuffers.Builder)
func DocPositionsStartPageDplVector ¶
func DocPositionsStartPageDplVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
func DocPositionsStartPageNumsVector ¶
func DocPositionsStartPageNumsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
func DocPositionsStartPageTextsVector ¶
func DocPositionsStartPageTextsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
func HashIndexPathDocAddDoc ¶
func HashIndexPathDocAddDoc(builder *flatbuffers.Builder, doc flatbuffers.UOffsetT)
func HashIndexPathDocAddHash ¶
func HashIndexPathDocAddHash(builder *flatbuffers.Builder, hash flatbuffers.UOffsetT)
func HashIndexPathDocAddIndex ¶
func HashIndexPathDocAddIndex(builder *flatbuffers.Builder, index uint64)
func HashIndexPathDocAddPath ¶
func HashIndexPathDocAddPath(builder *flatbuffers.Builder, path flatbuffers.UOffsetT)
func HashIndexPathDocEnd ¶
func HashIndexPathDocEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
func HashIndexPathDocStart ¶
func HashIndexPathDocStart(builder *flatbuffers.Builder)
func PdfIndexAddHipd ¶
func PdfIndexAddHipd(builder *flatbuffers.Builder, hipd flatbuffers.UOffsetT)
func PdfIndexAddIndex ¶
func PdfIndexAddIndex(builder *flatbuffers.Builder, index flatbuffers.UOffsetT)
func PdfIndexAddNumFiles ¶
func PdfIndexAddNumFiles(builder *flatbuffers.Builder, numFiles uint32)
func PdfIndexAddNumPages ¶
func PdfIndexAddNumPages(builder *flatbuffers.Builder, numPages uint32)
func PdfIndexEnd ¶
func PdfIndexEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT
func PdfIndexStart ¶
func PdfIndexStart(builder *flatbuffers.Builder)
func PdfIndexStartHipdVector ¶
func PdfIndexStartHipdVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
func PdfIndexStartIndexVector ¶
func PdfIndexStartIndexVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT
Types ¶
type DocPositions ¶
type DocPositions struct {
// contains filtered or unexported fields
}
func GetRootAsDocPositions ¶
func GetRootAsDocPositions(buf []byte, offset flatbuffers.UOffsetT) *DocPositions
func (*DocPositions) DocIdx ¶
func (rcv *DocPositions) DocIdx() uint64
func (*DocPositions) Init ¶
func (rcv *DocPositions) Init(buf []byte, i flatbuffers.UOffsetT)
func (*DocPositions) MutateDocIdx ¶
func (rcv *DocPositions) MutateDocIdx(n uint64) bool
func (*DocPositions) PageDpl ¶
func (rcv *DocPositions) PageDpl(obj *locations.PagePositions, j int) bool
func (*DocPositions) PageDplLength ¶
func (rcv *DocPositions) PageDplLength() int
func (*DocPositions) PageNums ¶
func (rcv *DocPositions) PageNums(j int) uint32
func (*DocPositions) PageNumsLength ¶
func (rcv *DocPositions) PageNumsLength() int
func (*DocPositions) PageTexts ¶
func (rcv *DocPositions) PageTexts(j int) []byte
func (*DocPositions) PageTextsLength ¶
func (rcv *DocPositions) PageTextsLength() int
func (*DocPositions) Path ¶
func (rcv *DocPositions) Path() []byte
func (*DocPositions) Table ¶
func (rcv *DocPositions) Table() flatbuffers.Table
type HashIndexPathDoc ¶
type HashIndexPathDoc struct {
// contains filtered or unexported fields
}
func GetRootAsHashIndexPathDoc ¶
func GetRootAsHashIndexPathDoc(buf []byte, offset flatbuffers.UOffsetT) *HashIndexPathDoc
func (*HashIndexPathDoc) Doc ¶
func (rcv *HashIndexPathDoc) Doc(obj *DocPositions) *DocPositions
func (*HashIndexPathDoc) Hash ¶
func (rcv *HashIndexPathDoc) Hash() []byte
func (*HashIndexPathDoc) Index ¶
func (rcv *HashIndexPathDoc) Index() uint64
func (*HashIndexPathDoc) Init ¶
func (rcv *HashIndexPathDoc) Init(buf []byte, i flatbuffers.UOffsetT)
func (*HashIndexPathDoc) MutateIndex ¶
func (rcv *HashIndexPathDoc) MutateIndex(n uint64) bool
func (*HashIndexPathDoc) Path ¶
func (rcv *HashIndexPathDoc) Path() []byte
func (*HashIndexPathDoc) Table ¶
func (rcv *HashIndexPathDoc) Table() flatbuffers.Table
type PdfIndex ¶
type PdfIndex struct {
// contains filtered or unexported fields
}
func GetRootAsPdfIndex ¶
func GetRootAsPdfIndex(buf []byte, offset flatbuffers.UOffsetT) *PdfIndex
func (*PdfIndex) HipdLength ¶
func (*PdfIndex) IndexLength ¶
func (*PdfIndex) MutateNumFiles ¶
func (*PdfIndex) MutateNumPages ¶
func (*PdfIndex) Table ¶
func (rcv *PdfIndex) Table() flatbuffers.Table
Click to show internal directories.
Click to hide internal directories.