ASQuery (Java Only)

The ASQuery example is provided only in a Java version.

ASQuery is a good example to look at to learn about how to compose search filter strings for use when browsing a space. ASQuery first populates the default space (myspace) with 1,000,000 tuples, and then displays the amount of time it took to populate the space.

After the space is populated, ASQuery creates browsers using different searche filters, scans the entries of the space using each browser, and displays the browse statistics. ASQuery adds indexes to the default space (myspace) in order to speed up the filtering of data when processing queries. Indexes are added for the 'key' and 'value' fields.