Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npgall authored Jan 16, 2021
1 parent 81f93d1 commit a0fb1bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,8 @@ The [MetadataEngine](http://htmlpreview.github.io/?http://raw.githubusercontent.

It provides access to the following:
* Frequency distributions (the counts of each attribute value stored in an index)
* Distinct keys (the distinct attribute values in an index)
* Distinct keys within a range (the distinct attribute values in an index, between x and y)
* Streams of attribute values and associated objects stored in an index (ascending/descending order)
* Streams of attribute values and associated objects stored in an index, between attribute values x and y
* Distinct keys (the distinct attribute values in an index, optionally within a range between x and y)
* Streams of attribute values and associated objects stored in an index (ascending/descending order, optionally within a range between x and y)
* Count of distinct keys (how many distinct attribute values are in an index)
* Count for a specific key (how many objects match a specific attribute value)

Expand Down

0 comments on commit a0fb1bf

Please sign in to comment.