- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for gsa (0.02 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String QUERY_GSA_RESPONSE_FIELDS = "query.gsa.response.fields"; /** The key of the configuration. e.g. en */ String QUERY_GSA_DEFAULT_LANG = "query.gsa.default.lang"; /** The key of the configuration. e.g. */ String QUERY_GSA_DEFAULT_SORT = "query.gsa.default.sort"; /** The key of the configuration. e.g. MT_ */ String QUERY_GSA_META_PREFIX = "query.gsa.meta.prefix";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
public String userSessionId; /** Time range filter for search logs (format: "yyyy-MM-dd HH:mm - yyyy-MM-dd HH:mm"). */ public String requestedTimeRange; /** Access type filter for search logs (web, json, gsa, admin, other). */ public String accessType; /** * Default constructor for creating a new SearchLogPager instance. */ public SearchLogPager() { // Default constructor }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
LabelType[] labelTypes = parser.getLabelTypes(); assertEquals(3, labelTypes.length); } public void test_escape() { // https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/url_patterns.html#1076127 assertEscapePattern("", "# Test"); assertEscapePattern(".*\\Q!/\\E.*", "!/"); assertEscapePattern("\\Qindex.html\\E", "index.html");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.4K bytes - Viewed (0)