Bulk Export of Records
This section describes the bulk export feature.
About the bulk export feature
The bulk export feature allows your application to perform a navigation query for a large number of records.
Configuring the bulk export feature
Endeca properties and dimensions must be configured for bulk export.
Using URL query parameters for bulk export
A query for bulk export records is the same as any valid navigation query.
Setting the number of bulk records to return
By using members from the ENEQuery class, you can set the number of bulk-format records to be returned by the MDEX Engine.
Retrieving the bulk-format records
By using members from the Navigation class, you can retrieve the returned set of bulk-format records from the Navigation query object.
Performance impact for bulk export records
The bulk export feature can reduce memory usage in your application.