- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getCrawlerMetadataNameMapping (2.85 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} return !stream(patterns).get(stream -> stream.anyMatch(p -> p.matcher(name).matches())); } String getCrawlerMetadataNameMapping(); default Tuple3<String, String, String> getCrawlerMetadataNameMapping(final String name) { @SuppressWarnings("unchecked") Map<String, Tuple3<String, String, String>> params =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* <br> * comment: Mapping for document metadata names. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerMetadataNameMapping(); /** * Get the value for the key 'crawler.document.html.content.xpath'. <br> * The value is, e.g. //BODY <br> * comment: XPath to extract main content from HTML documents.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)