Example #1
0
func (i *bleveIndexer) Kill(r indexer.Record) {
	bufPool.Put(r.Body())
	recordPool.Put(r)
}