- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for scroll1 (0.12 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* * This class provides comprehensive search functionality including document search, * scroll search, and bulk operations. It handles search request parameter processing, * query building, response formatting, and search log management. * * Key features: * - Document search with pagination and faceting * - Scroll search for large result sets * - Document retrieval by ID * - Bulk document updates
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'api.search.scroll'. <br> * The value is, e.g. false <br> * comment: Whether to enable scroll for API search. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getApiSearchScroll(); /** * Is the property for the key 'api.search.scroll' true? <br> * The value is, e.g. false <br>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)