Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 102 for distance (0.14 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java

        //                                                                           =========
        private static final CrawlingInfoDbm _instance = new CrawlingInfoDbm();
    
        private CrawlingInfoDbm() {
        }
    
        public static CrawlingInfoDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java

        //                                                                           =========
        private static final FavoriteLogDbm _instance = new FavoriteLogDbm();
    
        private FavoriteLogDbm() {
        }
    
        public static FavoriteLogDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

                                .filter(StringUtil::isNotBlank).distinct().toArray(n -> new String[n]));
                        final String[] labels = split(getValue(list, 3), ",")
                                .get(stream -> stream.filter(StringUtil::isNotBlank).distinct().toArray(n -> new String[n]));
                        ElevateWord elevateWord = elevateWordBhv.selectEntity(cb -> {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java

        //                                                                           =========
        private static final BoostDocumentRuleDbm _instance = new BoostDocumentRuleDbm();
    
        private BoostDocumentRuleDbm() {
        }
    
        public static BoostDocumentRuleDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RelatedQueryDbm.java

        //                                                                           =========
        private static final RelatedQueryDbm _instance = new RelatedQueryDbm();
    
        private RelatedQueryDbm() {
        }
    
        public static RelatedQueryDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RequestHeaderDbm.java

        //                                                                           =========
        private static final RequestHeaderDbm _instance = new RequestHeaderDbm();
    
        private RequestHeaderDbm() {
        }
    
        public static RequestHeaderDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java

        //                                                                           =========
        private static final WebAuthenticationDbm _instance = new WebAuthenticationDbm();
    
        private WebAuthenticationDbm() {
        }
    
        public static WebAuthenticationDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java

        //                                                                           =========
        private static final DataConfigDbm _instance = new DataConfigDbm();
    
        private DataConfigDbm() {
        }
    
        public static DataConfigDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java

                        final BiConsumer<Map<String, Object>, IndexRequestBuilder> options) {
                    sentIndex.set(index);
                    docList.forEach(x -> options.accept(x, new IndexRequestBuilder(this, IndexAction.INSTANCE)));
                    sentDocList.addAll(docList);
                    return docList.stream().map(x -> (String) x.get("id")).toArray(n -> new String[n]);
                }
    
                @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java

                return result;
            } catch (InstantiationException | IllegalAccessException e) {
                final String msg = "Cannot create a new instance: " + entityType.getName();
                throw new IllegalBehaviorStateException(msg, e);
            }
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.2K bytes
    - Viewed (0)
Back to top