Introduction: the "dataset" field
Oct 8, 2020
·
BloodyShell
·
1 min read
Searching datasets based on size and row count is now as easy as it sounds !
Filtering on row count
The field dataset.rows
can now be filtered and range can be used on it, eg :
The query dataset.rows:>0
will display anything indexed that contains at least 1 record :
Filtering on size
The field dataset.size
can now be filtered and range can be used on it, eg :
The query dataset.size:>1073741824
will display anything indexed that contains at least 1GB of data :
Hope it helps your research !
Sharing is caring!