- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getFacetInfo (0.12 seconds)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
throw new UnsupportedOperationException("getGeoInfo() is not supported in this implementation"); } @Override public FacetInfo getFacetInfo() { throw new UnsupportedOperationException("getFacetInfo() is not supported in this implementation"); } @Override public String getSort() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
return new String[0]; } @Override public GeoInfo getGeoInfo() { return null; } @Override public FacetInfo getFacetInfo() { return null; } @Override public HighlightInfo getHighlightInfo() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0)