Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for similarDocHash (0.08 sec)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

             *
             * @param similarDocHash the hash of the document to find similar documents to
             * @return this builder for method chaining
             */
            public SearchConditionBuilder similarDocHash(final String similarDocHash) {
                if (StringUtil.isNotBlank(similarDocHash)) {
                    this.similarDocHash = similarDocHash;
                }
                return this;
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java

            String[] extraQueries = new String[0];
            Map<String, Object> attributes = new HashMap<>();
            Locale locale = Locale.ENGLISH;
            SearchRequestType type = SearchRequestType.SEARCH;
            String similarDocHash = "";
    
            @Override
            public String getQuery() {
                return query;
            }
    
            @Override
            public Map<String, String[]> getFields() {
                return fields;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.2K bytes
    - Viewed (0)
Back to top