- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for facetForm (0.31 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/Constants.java
/** View parameter for geo query information. */ public static final String GEO_QUERY = "fess.GeoQuery"; /** View parameter for facet form data. */ public static final String FACET_FORM = "fess.FacetForm"; /** View parameter for geo form data. */ public static final String GEO_FORM = "fess.GeoForm"; /** View parameter for label value mapping. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
* by calling buildInitParamMap for both parameter types. */ protected void buildInitParams() { buildInitParamMap(viewHelper.getInitFacetParamMap(), Constants.FACET_QUERY, Constants.FACET_FORM); buildInitParamMap(viewHelper.getInitGeoParamMap(), Constants.GEO_QUERY, Constants.GEO_FORM); } /** * Builds parameter maps for search initialization, creating both query stringsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0)