此内容没有您所选择的语言版本。
5.2. Retrieving the Results
After building the Infinispan Query, it can be executed in the same way as a HQL or Criteria query. The same paradigm and object semantic apply to Lucene Query query and all the common operations like
list().
5.2.1. Performance Considerations 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
list() can be used to receive a reasonable number of results (for example when using pagination) and to work on them all. list() works best if the batch-size entity is correctly set up. If list() is used, the Query Module processes all Lucene Hits elements within the pagination.