github.com/balzaczyy/golucene@v0.0.0-20151210033525-d0be9ee89713/core/index/model/fields.go (about) 1 package model 2 3 type Fields interface { 4 // Iterator of string 5 Terms(field string) Terms 6 }