Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for minScore (0.09 sec)

  1. src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java

                        .responseFields(params.getResponseFields()).searchRequestType(params.getType())
                        .trackTotalHits(params.getTrackTotalHits()).minScore(params.getMinScore()).build();
            };
        }
    
        protected Map<String, Object> parseSearchHit(final FessConfig fessConfig, final String hlPrefix, final SearchHit searchHit) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jul 22 06:56:21 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                this.trackTotalHits = trackTotalHits;
                return this;
            }
    
            public SearchConditionBuilder minScore(final Float minScore) {
                this.minScore = minScore;
                return this;
            }
    
            public boolean build() {
                if (StringUtil.isBlank(query)) {
                    return false;
                }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Oct 20 02:08:03 UTC 2024
    - 86.1K bytes
    - Viewed (0)
  3. docs/it/docs/index.md

    **Typer** è il fratello minore di FastAPI. Ed è stato ideato per essere la **FastAPI delle CLI**. ⌨️ 🚀
    
    ## Requisiti
    
    Python 3.6+
    
    FastAPI è basata su importanti librerie:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top