vanng822 / go-solr

Solr client in Go, core admin, add docs, update, delete, search and more
MIT License
69 stars 42 forks source link

Provide methods to Query for most common search params #10

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

Interesting params:

.Sort(sortBy string) .FilterQuery(fq string) .FieldList(fl string) .Geofilt(latitude float64, longitude float64, sfield string, distance float64) .DefType(defType string) .BoostFunctions(bf string) .BoostQuery(bq string) .QueryFields(qf string)