0
0

remove flag that is no longer used

This commit is contained in:
Marty Schoch 2014-09-02 10:27:38 -04:00
parent 3bc165d77b
commit a1f0c02cab

View File

@ -17,7 +17,6 @@ import (
"github.com/blevesearch/bleve"
)
var field = flag.String("field", "_all", "field to query")
var indexPath = flag.String("index", "", "index path")
var limit = flag.Int("limit", 10, "limit to first N results")
var skip = flag.Int("skip", 0, "skip the first N results")