- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCrawlerDocumentSpaceChars (0.22 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
return requiredValidator.isValid(value, null); } String getCrawlerDocumentSpaceChars(); default int[] getCrawlerDocumentSpaceCharsAsArray() { return getCrawlerDocumentCharsAsArray(CRAWLER_DOCUMENT_SPACE_CHARS, getCrawlerDocumentSpaceChars()); } default String[] getCrawlerDocumentSpaces() {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Unicode space characters for document parsing. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentSpaceChars(); /** * Get the value for the key 'crawler.document.fullstop.chars'. <br> * The value is, e.g. u002eu06d4u2e3cu3002 <br> * comment: Unicode full stop characters for document parsing.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)