vanng822 / go-solr

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

Investigate and implement a grouped parser #8

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

Investigate and see how we can implement a generic grouped parser.

vanng822 commented 10 years ago

Look like that group query is very application specific, very different for different grouping. Probably it is better to let application deal with this. There is no easy way to fetch result and convert it into document?