- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for facetQueryViewList (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
} // Build allowlist from configured facet queries final List<FacetQueryView> facetQueryViewList = ComponentUtil.getViewHelper().getFacetQueryViewList(); final Set<String> allowedQueries = new java.util.HashSet<>(); for (final FacetQueryView view : facetQueryViewList) { allowedQueries.addAll(view.getQueryMap().values()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 06:06:55 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/chat/ChatAction.java
// Facet query views for filter UI (file type, timestamp, size) RenderDataUtil.register(data, "facetQueryViewList", ComponentUtil.getViewHelper().getFacetQueryViewList()); }); } /** * Clears the chat session. * * @param form the chat form containing the session ID to clear
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Mar 10 14:54:51 GMT 2026 - 4.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
public void addFacetQueryView(final FacetQueryView facetQueryView) { facetQueryViewList.add(facetQueryView); } /** * Gets the list of facet query views. * * @return the list of facet query views */ public List<FacetQueryView> getFacetQueryViewList() { return facetQueryViewList; } /** * Adds a MIME type to the inline display set.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0)