Matt Jaffee
0a1de81441
allow field and index names up to 230 characters
...
The lowest limitation I've seen on any filesystem we care about is 255
characters. 230 leaves enough space that an index or field could be
backed up and have a timestamp and file extension appended while
still allowing for much longer index and field names.
2020-01-09 13:02:22 -06:00
Ben Johnson
ea9914dba0
Add optional GroupBy() 'aggregate' field.
...
This commit adds an `aggregate` field that allows a `Sum()` call
to be executed for every returned group.
2019-11-27 11:00:13 -06:00
alanbernstein
b17fd34ad9
Merge branch 'master' into query-language-fixes
2019-09-17 09:02:23 -05:00
Alan Bernstein
7eb68dd99a
Minor formatting and typo fixes
2019-09-13 16:40:56 -05:00
Alan Bernstein
f7554a3cd4
Add GroupBy filter response, use sensible field names
2019-08-14 11:37:21 -05:00
Alan Bernstein
af954322cf
Minor fixes to query language docs
2019-08-13 14:54:52 -05:00
Shaquille Wyan Que
fb93f90f31
fixed error message returned by regex on field and index names
2019-05-14 11:57:07 -05:00
Matt Jaffee
75d91e9b63
add Group By heading to query language docs
2019-02-06 12:49:57 -06:00
Travis Turner
31e0371a55
update the rows range query docs to match the logic
2019-02-02 21:57:03 -06:00
Travis Turner
a242b8cbaf
add from/to range arguments to Rows()
2019-01-30 16:27:07 -06:00
Alan Bernstein
6144988774
Clarify comparison operator usage
2019-01-29 16:58:32 -06:00
Alan Bernstein
5e614432b8
Fix formatting
2019-01-29 16:35:51 -06:00
Travis Turner
113c6998be
add Shift() to query docs
2019-01-25 14:08:49 -06:00
Yuce Tekol
dc735c17b8
Fixes #1805 . Fixes Store call error messages
2019-01-16 20:52:33 +03:00
Yuce Tekol
9f6d489be8
fixes #1823 . Updates tests and docs for row range
2019-01-14 14:39:08 +03:00
Ben Johnson
9d1e5ca8ce
Merge Range() into Row() call.
...
This commit refactors the `Range()` call and merges its functionality
into the `Row()` call.
2019-01-09 15:10:49 -07:00
Matt Jaffee
19696e3085
add GroupBy and Rows docs
2018-12-21 11:56:05 -06:00
Matthew Jaffee
9ac4d981fc
wrap <CALL> in backquotes so it gets displayed.
...
previously was not rendering - I assume because it was being interpreted as an HTML tag.
2018-12-10 17:24:23 -06:00
Matthew Jaffee
4eed160b2d
wip on adding import docs
2018-10-23 11:49:55 -05:00
Travis Turner
16811bc04c
add a "store intersect" example to the Store() docs
2018-10-05 08:45:07 -05:00
Travis Turner
a6190f5cfa
Store() docs
2018-10-05 08:45:07 -05:00
Travis Turner
b6e99734f0
implement ClearRow() query
2018-09-24 15:52:43 -05:00
Travis Turner
424ca9378a
fixing a copy/paste issue in the Not() docs
2018-09-12 09:20:31 -05:00
Travis Turner
d78d9511ed
Merge branch 'master' into not
2018-09-12 08:49:04 -05:00
Yuce Tekol
63f1b65c0a
updated Options docs
2018-09-12 00:59:44 +03:00
Yuce Tekol
b1af66a427
updated Options docs
2018-09-12 00:57:45 +03:00
Yuce Tekol
ec9371aae4
Updated Options docs
2018-09-12 00:53:40 +03:00
Yuce Tekol
2dcdd9614c
Added docs for the Options call
2018-09-12 00:01:22 +03:00
Travis Turner
319456bbd7
implements Not() query
2018-09-11 15:29:43 -05:00
Matt Jaffee
f90a6dff8b
fix topn spec and example in docs
2018-07-26 08:12:50 -05:00
Cody Soyland
927a7f0cd9
Remove errant char at top of query language doc
2018-07-13 09:09:16 -05:00
Alan Bernstein
1f65dbcdf2
More terminology updates
2018-07-05 18:12:30 -05:00
Alan Bernstein
36926bdc47
WIP syntax and API updates
2018-07-05 14:52:30 -05:00
Yuce Tekol
c3166fb0c1
ClerBit doc fix
2018-05-24 18:36:09 +03:00
Alan Bernstein
0504172cc5
Expand TopN query examples
2018-05-14 11:47:10 -05:00
Alan Bernstein
d90e4f2745
Add request+response language tags, and update interleaved query-language wording
2018-05-11 14:55:15 -05:00
Alan Bernstein
d9affeea73
Miscellaneous wording and grammar updates
2018-05-11 14:50:41 -05:00
Will James
9710ac978d
Correct usage of ClearBit
...
Usage of `ClearBit` was incorrectly shown as `SetBit`.
2018-05-09 21:30:49 -04:00
Travis Turner
47607d5d2e
Merge pull request #1191 from travisturner/min-max-bsi
...
Implement Min/Max BSI queries
2018-04-24 11:00:35 -05:00
Travis Turner
e4a7e2edbd
remove references to row and column labels from the docs
2018-04-23 16:47:22 -05:00
Alan Bernstein
72eb3d239a
Remove references to inverse frames
2018-04-18 14:18:57 -05:00
Travis Turner
ee4dbbf328
min/max documentation
2018-04-11 15:39:41 -05:00
Travis Turner
ce4fb3c4d3
remove references to rowLabel and columnLabel
2018-04-03 10:36:48 -05:00
Alan Bernstein
bd76bfc25b
Fix a few more internal links
2018-03-19 14:49:41 -05:00
Alan Bernstein
37015e32a5
Ensure internal links end with slash
2018-03-19 14:25:36 -05:00
Alan Bernstein
1452bf24d6
Clarify Sum description
2018-03-15 11:07:07 -05:00
Alan Bernstein
fae429f971
Remove outdated column labels
2018-03-15 10:57:19 -05:00
Alan Bernstein
00bbdc1107
Move SetFieldValue to write section
2018-03-13 14:50:09 -05:00
Alan Bernstein
cb0ac00eb3
Switch ref links to relative urls
2018-03-08 14:31:03 -06:00
Alan Bernstein
a562e73fa4
Minor updates
2018-03-07 18:11:22 -06:00