- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for similarDocHash (0.67 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
.facetInfo(params.getFacetInfo()) .geoInfo(params.getGeoInfo()) .highlightInfo(params.getHighlightInfo()) .similarDocHash(params.getSimilarDocHash()) .responseFields(params.getResponseFields()) .searchRequestType(params.getType()) .trackTotalHits(params.getTrackTotalHits())
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
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)