- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for gsa (0.02 sec)
-
src/main/resources/fess_config.properties
query.additional.facet.fields= query.additional.sort.fields= query.additional.analyzed.fields= query.additional.not.analyzed.fields= query.gsa.response.fields=UE,U,T,RK,S,LANG query.gsa.default.lang=en query.gsa.default.sort= query.gsa.meta.prefix=MT_ query.gsa.index.field.charset=charset query.gsa.index.field.content_type.=content_type query.collapse.max.concurrent.group.results=4 query.collapse.inner.hits.name=similar_docs
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
final int fileType; if (fileName.startsWith("system") && fileName.endsWith(".properties")) { fileType = 1; } else if (fileName.startsWith("gsa") && fileName.endsWith(".xml")) { fileType = 2; } else if (fileName.endsWith(".bulk")) { fileType = 3; } else if (fileName.startsWith("fess") && fileName.endsWith(".json")) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
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 Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)