- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for gsa (0.03 sec)
-
MIGRATION.md
### Google Search Appliance (GSA) / Google Mini Fess provides a [Google Search Appliance](https://enterprise.google.com/search/products/gsa.html) (GSA) compatible API. To enable this API, set `web.api.gsa=true` to system.properties. This will enable an enpoint at `<Fess Server Name>:8080/gsa`. When a search query is sent to `<Fess Server Name>:8080/gsa/?q=QUERY`, a GSA compatible response will be returned
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 05 06:12:02 UTC 2019 - 1.6K bytes - Viewed (0) -
src/test/resources/plugin/repo3/index.html
<a href="fess-webapp-classic-api/" title="fess-webapp-classic-api/">fess-webapp-classic-api/</a> - - <a href="fess-webapp-gsa-api/" title="fess-webapp-gsa-api/">fess-webapp-gsa-api/</a> - -
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 6.2K bytes - Viewed (0) -
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/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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.2K 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/entity/SearchRequestParams.java
} protected GeoInfo createGeoInfo(final HttpServletRequest request) { return new GeoInfo(request); } public enum SearchRequestType { SEARCH, ADMIN_SEARCH, JSON, GSA, SUGGEST; } public String[] getResponseFields() { return ComponentUtil.getQueryFieldConfig().getResponseFields(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String WEB_API_JSON_PROPERTY = "web.api.json"; public static final String WEB_API_SUGGEST_PROPERTY = "web.api.suggest"; public static final String WEB_API_GSA_PROPERTY = "web.api.gsa"; public static final String WEB_API_POPULAR_WORD_PROPERTY = "web.api.popularword"; public static final String APP_VALUE_PROPERTY = "system.properties";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K 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) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
protected WebConfig webConfig = null; protected FileConfig fileConfig = null; protected StringBuilder textBuf = new StringBuilder(1000); protected String userAgent = "gsa-crawler"; public void parse(final InputSource is) { try { final SAXParserFactory factory = SAXParserFactory.newInstance();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0) -
okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz
volkswagen vologda.su volvo volyn.ua voorloper.cloud voss.no vossevangen.no vote voting voto voyage vp4.me vpndns.net vpnplus.to vps-host.net vps.mcdir.ru vr.it vs.it vs.mythic-beasts.com vt.it vt.us vu vuelos vv.it vxl.sh várggát.no vågan.no vågsøy.no vågå.no våler.hedmark.no våler.østfold.no værøy.no w.bg w.se wa.au wa.edu.au wa.gov.au wa.us wada.nagano.jp wafflecell.com wajiki.tokushima.jp wajima.ishikawa.jp wakasa.fukui.jp wakasa.tottori.jp wakayama.jp wakayama.wakayama.jp wake.okayama.jp...
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 40.4K bytes - Viewed (1)