github.com/balzaczyy/golucene@v0.0.0-20151210033525-d0be9ee89713/core/index/docValuesFieldUpdates.go (about) 1 package index 2 3 /* Holds updates of a single DocValues field, for a set of documents. */ 4 type DocValuesFieldUpdates struct { 5 } 6 7 type DocValuesFieldUpdatesContainer struct { 8 } 9 10 func newDocValuesFieldUpdatesContainer() *DocValuesFieldUpdatesContainer { 11 panic("not implemented yte") 12 } 13 14 func (c *DocValuesFieldUpdatesContainer) any() bool { 15 panic("not implemented yet") 16 } 17 18 func (c *DocValuesFieldUpdatesContainer) String() string { 19 panic("not implemented yet") 20 }