- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for precedence (2.32 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java
// Test that allow takes precedence over disallow RobotsTxt robotsTxt = new RobotsTxt(); Directive directive = new Directive("MyBot"); directive.addDisallow("/admin/"); directive.addAllow("/admin/public/"); robotsTxt.addDirective(directive); // Allow should take precedence assertTrue(robotsTxt.allows("/admin/public/page.html", "MyBot"));Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java
* According to RFC 9309: * 1. Find the longest matching pattern (by priority length) * 2. If both Allow and Disallow patterns match with the same length, Allow takes precedence * 3. If no pattern matches, the path is allowed by default * * @param path the path to check * @return true if the path is allowed, false otherwise */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
// Test SameLengthBot - Allow wins when same length as Disallow // Disallow: /page, Allow: /page assertTrue(robotsTxt.allows("/page", "SameLengthBot")); // Allow takes precedence assertTrue(robotsTxt.allows("/page.html", "SameLengthBot")); // Test MultiWildcardBot - multiple wildcards in pattern // Disallow: /*.cgi* - should block URLs with .cgi anywhereRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.supported_search_web=Web labels.supported_search_none=Non disponibile labels.purge_search_log_day=Elimina log di ricerca precedenti labels.purge_job_log_day=Elimina log di lavoro precedenti labels.purge_user_info_day=Elimina log utente precedenti labels.purge_by_bots=Nome bot per eliminare log labels.log_level=Livello di log labels.csv_file_encoding=Codifica file CSV
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
*/ public void setConnTimeout(final long connTimeout) { this.connTimeout = connTimeout; } /** * Sets the search preference for search requests. * * @param searchPreference The search preference. */ public void setSearchPreference(final String searchPreference) { this.searchPreference = searchPreference; } @OverrideRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 02:01:26 UTC 2025 - 26.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> </mime-type> <mime-type type="application/x-ms-nls"> <_comment>Microsoft National Language Support</_comment> <_comment>Should take precedence over x-ms-owner</_comment> <magic priority="70"> <match value="(?s)^\\x0D.{51}\\x0C\\x00\\x0D\\x00\\x0E" type="regex" offset="0"/> <match value="(?s)^\\x44\\x43.\\x01" type="regex" offset="0"/>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2) -
src/main/resources/fess_config.properties
# Sorts for inner hits in collapse queries. query.collapse.inner.hits.sorts= # Default languages for queries. query.default.languages= # Default preference for JSON queries. query.json.default.preference=_query # Default preference for GSA queries. query.gsa.default.preference=_query # Language mapping for queries. query.language.mapping=\ ar=ar\n\ bg=bg\n\ bn=bn\n\ ca=ca\n\ ckb-iq=ckb-iq\n\ ckb_IQ=ckb-iq\n\
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
MIGRATION.md
**Parameters**: - `q` - Query string - `num` - Results per page (default: 20) - `start` - Starting offset (default: 0) - `fields.label` - Label filter - `lang` - Language preference **Example**: ```bash # Using the recommended endpoint curl "http://localhost:8080/api/v1/documents?q=search&num=10" # Or using the legacy endpoint curl "http://localhost:8080/json/?q=search&num=10"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String REQUEST_LANGUAGES = "requestLanguages"; /** Request page size parameter name. */ public static final String REQUEST_PAGE_SIZE = "requestPageSize"; /** Search preference for local node. */ public static final String SEARCH_PREFERENCE_LOCAL = "_local"; /** GSA API version identifier. */ public static final String GSA_API_VERSION = "3.2";
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.search_result_status_over=Résultats <b>{2}</b> - <b>{3}</b> sur plus de <b>{1}</b> pour <b>{0}</b> labels.search_result_time=({0} secondes) labels.prev_page=Précédent labels.next_page=Suivant labels.did_not_match=Votre recherche - <b>{0}</b> - ne correspond à aucun document. labels.search_title=Fess labels.search_popular_word_word=Mots populaires :Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0)