Filter query on table kern/c0

:
:
:
:
Filters: (add or remove filters in the URL)
-
c0_cit c0_token_freq_abs c0_type_freq_abs
e 96472565 3869755
n 58797186 2367024
i 46398758 1818287
r 42971424 2095745
s 36553051 1976287
t 35175047 1849070
a 32550135 1716013
d 29355423 664676
h 27058241 1169642
u 22448736 1040885

Use HTTP_ACCEPT: application/json to get JSON only.

12 columns in table /kern/c0

ColumnDescriptionData typeUser documentation
c0_cit String case-insensitive /doc/c0_cit/
c0_token_freq_abs int /doc/c0_token_freq/
c0_token_freq_nor float /doc/c0_token_freq/
c0_token_freq_abslog float /doc/c0_token_freq/
c0_token_freq_norlog float /doc/c0_token_freq/
c0_token_freq_rank float /doc/c0_token_freq/
c0_token_freq_rank123 int /doc/c0_token_freq/
c0_type_freq_abs int /doc/c0_type_freq/
c0_type_freq_nor float /doc/c0_type_freq/
c0_type_freq_abslog float /doc/c0_type_freq/
c0_type_freq_rank float /doc/c0_type_freq/
c0_type_freq_rank123 int /doc/c0_type_freq/

Selecting columns

By default, only one or several default columns are displayed (e.g., the type). To select more columns, use the select parameter:

http://sr/dlexdb/kern/c0/filter/?select=COL1[,COL2...]

If using select, the default columns are discarded unless you include them manually.

The default column selection is subject to change. Don't rely on it in your application!

Sorting

http://sr/dlexdb/kern/c0/filter/?orderby=[-]COL

The default sort order is subject to change. Don't rely on it in your application!

Limit and offset

http://sr/dlexdb/kern/c0/filter/?top=N&skip=M

Filtering

http://sr/dlexdb/kern/c0/filter/?COL__OP=VALUE

All query parameters of the form COL__OP (two underscores), where COL is a column name and OP is an operator, will be interpreted as filter conditions.

Operators are:

eqequals (for numbers or strings, case-sensitive)
eqiequals (for strings, case-insensitive)
reregular expression match (for strings, case-sensitive)
reiregular expression match (for strings, case-insensitive)
gegreater or equal (for numbers)
leless or equal (for numbers)

Multiple filters on the same field using the same operator are not allowed. One of them would be chosen randomly while the others are discarded.

Case-insensitive string fields can be queried with either the eq or the eqi operator without difference.