https://github.com/hscells/cqr
Common query representation for keyword and Boolean queries in go.
https://github.com/hscells/cqr
boolean-query information-retrieval query query-representation representation
Last synced: 8 months ago
JSON representation
Common query representation for keyword and Boolean queries in go.
- Host: GitHub
- URL: https://github.com/hscells/cqr
- Owner: hscells
- License: mit
- Created: 2017-11-03T04:03:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T11:11:25.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T09:51:12.264Z (9 months ago)
- Topics: boolean-query, information-retrieval, query, query-representation, representation
- Language: Go
- Homepage: https://godoc.org/github.com/hscells/cqr
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cqr
[](https://godoc.org/github.com/hscells/cqr)
[](https://goreportcard.com/report/github.com/hscells/cqr)
[](https://gocover.io/github.com/hscells/cqr)
_Common query representation for keyword and Boolean queries in Go_
This package provides a common standard for query representation in Go. Both the
[transmute](https://github.com/hscells/transmute) and [lexes](https://github.com/dan-locke/lexes) query parsers are
compatible with Common Query Representation. A set of tools for query analysis to come.