- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for criteria (0.09 sec)
-
src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java
* * <p>This class uses various utilities such as ReadingConverter, Normalizer, and SuggestAnalyzer * to process and analyze the input data.</p> * * <p>It also handles the exclusion of search words based on certain criteria and manages the * maximum length of analyzed content.</p> * * <p>Methods in this class may throw SuggesterException in case of failures during the parsing process.</p> * * <p>Usage example:</p> * <pre>
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 15.4K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
/** * Retrieves a list of documents from the OpenSearch index based on the specified criteria. * * @param <T> The type of objects to retrieve. * @param clazz The class of the objects to retrieve. * @param sessionId The session ID to filter by (optional). * @param queryBuilder The query builder for search criteria (optional). * @param from The starting index for pagination (optional).Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 34.2K bytes - Viewed (0)