Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFieldRuleMap (0.11 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XpathTransformer.java

                return obj;
            } catch (final Exception e) {
                throw new CrawlerSystemException("Could not create/copy a data map to " + dataClass, e);
            }
        }
    
        public Map<String, String> getFieldRuleMap() {
            return fieldRuleMap;
        }
    
        public void setFieldRuleMap(final Map<String, String> fieldRuleMap) {
            this.fieldRuleMap = fieldRuleMap;
        }
    
        public boolean isTrimSpace() {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top