Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setBoostExpr (0.07 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.java

        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
            setupEpg(_epgMap, et -> ((BoostDocumentRule) et).getBoostExpr(),
                    (et, vl) -> ((BoostDocumentRule) et).setBoostExpr(DfTypeUtil.toString(vl)), "boostExpr");
            setupEpg(_epgMap, et -> ((BoostDocumentRule) et).getCreatedBy(),
                    (et, vl) -> ((BoostDocumentRule) et).setCreatedBy(DfTypeUtil.toString(vl)), "createdBy");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.5K bytes
    - Click Count (0)
Back to Top