quickwit-oss / quickwit-oss/quickwit
Update docs on range queries
Open
Beginner friendly
Nobody has claimed this yet.
documentation
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
The docs mentioned that: "Range queries can only be executed on fields with a fast field. Currently only fields of type ip are supported." (ref).
But it's no more the case, range queries are supported for several types if they are declared as fast.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the range-queries section of the query-language reference linked in the issue. Update the statement about supported field types so it reflects that range queries work with several types when declared as fast fields; done means the documentation no longer claims that only ip fields are supported.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100