- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Transformations (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
getDataCallCount.set(0); lastResponseData = null; lastAccessResultData = null; } } /** * Transformer implementation that performs content transformation */ public static class ContentTransformer implements Transformer { private final String name; private final Map<String, String> transformationRules = new HashMap<>();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
README.md
- **SmbClient**: SMB/CIFS network shares - **StorageClient**: Cloud storage integration #### Content Processing Pipeline - **Extractors**: Content extraction from various formats - **Transformers**: Data transformation and enrichment - **Filters**: URL filtering with regex patterns - **Rules**: Content processing rules and validation ## Building and Testing ### Build Commands ```bash # Build all modules
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
README.md
- **Popular Words Analytics**: Track and analyze frequently searched terms - **Flexible Text Processing**: Configurable converters and normalizers for text transformation - **OpenSearch Integration**: Seamless integration with OpenSearch/Elasticsearch clusters - **Asynchronous Operations**: Non-blocking suggestion requests with callback support
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
* and components from the Fess Crawler framework, such as {@link CrawlerContainer}, * {@link UrlConvertHelper}, and {@link EncodingHelper}. * </p> * <p> * The transformation process involves: * </p> * <ol> * <li>Determining the character set encoding of the HTML content.</li> * <li>Storing the HTML content as data in the {@link ResultData}.</li>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0)