A newer version of this documentation is available.

View Latest

bleveMaxResultWindow

      +

      The default value of the bleveMaxResultWindow setting is 10000. However, users can change this value if they want to view more records in the result.

      The bleveMaxResultWindow setting controls the maximum number of results a query can obtain, which helps limit the max results, thereby limiting the resource usage. It may also increase.

      Example

      curl -XPUT -H "Content-type:application/json" \
      http://<ip>:8094/api/managerOptions -u <username>:<password> -d '{
          "bleveMaxResultWindow": "10000"
      }'