Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ipValue (0.06 sec)

  1. src/main/java/org/codelibs/fess/helper/IndexingHelper.java

            final List<String> docIdList = new ArrayList<>();
            for (final Map<String, Object> inputDoc : docList) {
                final Object idValue = inputDoc.get(fessConfig.getIndexFieldId());
                if (idValue == null) {
                    continue;
                }
    
                final Object configIdValue = inputDoc.get(fessConfig.getIndexFieldConfigId());
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 16.8K bytes
    - Viewed (0)
Back to top