- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 46 for Site (0.01 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java
* Gets the maximum allowed length for site strings from configuration. * * @return the maximum site length as configured */ default int getMaxSiteLength() { return getFessConfig().getCrawlerDocumentMaxSiteLengthAsInteger(); } /** * Abbreviates a site string to the maximum allowed length if configured. * * @param value the site string to abbreviate
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 17.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
} /** * Gets the path to site-specific files directory. * * @param names the path components to append to the site directory * @return the Path object pointing to the site directory */ public static Path getSitePath(final String... names) { return getPath("WEB-INF/", "site", names); } /** * Gets the path to plugin files directory.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
README.md
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
.gitignore
/target/ /work/ /bin/ /mydbflute/ /solr/data/ /src/main/webapp/WEB-INF/classes/ /src/main/webapp/WEB-INF/lib/ /src/main/webapp/WEB-INF/site/ /src/main/webapp/WEB-INF/plugin/* !/src/main/webapp/WEB-INF/plugin/.keep /src/main/webapp/WEB-INF/env/crawler/lib/ /src/main/webapp/WEB-INF/env/suggest/lib/ /src/main/webapp/WEB-INF/env/thumbnail/lib/ /src/main/webapp/WEB-INF/thumbnails/ /src/main/webapp/jar/ /dbflute_fess/extlib/*
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java
* including tracking information for optimistic locking and audit trails. * Duplicate hosts are used to define which domains should be treated as the same site for crawling purposes. * */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */ public EditForm() { super(); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
/** Field name for OpenSearch document score */ public static final String DOC_SCORE_FIELD = "_score"; /** Field name for site information in search results */ public static final String SITE_FIELD = "site"; /** Field name for URL-based search queries */ public static final String INURL_FIELD = "inurl"; /** Sort value for score-based sorting */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
crawler.data.serializer=kryo # Maximum length of site name in documents. crawler.document.max.site.length=100 # Encoding for site names in documents. crawler.document.site.encoding=UTF-8 # Hostname to use when unknown in documents. crawler.document.unknown.hostname=unknown # Whether to use site encoding for English documents. crawler.document.use.site.encoding.on.english=false # Whether to append data to documents.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
roleTypeList.addAll(permissionHelper.getFtpRoleTypeList(responseData)); return roleTypeList; } /** * Get the site on file. * @param url The URL. * @param encoding The encoding. * @return The site on file. */ protected String getSiteOnFile(final String url, final String encoding) { if (StringUtil.isBlank(url)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.6K bytes - Viewed (0) -
.github/workflows/docs.yml
- run: pip install mkdocs-material mkdocs-redirects - name: Generate Docs run: ./test_docs.sh - uses: actions/upload-artifact@v4 with: name: docs
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 07:15:58 UTC 2025 - 987 bytes - Viewed (0)