- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 29 for deinem (0.05 sec)
-
docs/de/README.md
Fess basiert auf [OpenSearch](https://github.com/opensearch-project/OpenSearch), aber es ist kein Wissen oder Erfahrung mit OpenSearch erforderlich. Fess bietet eine einfach zu bedienende Administrations-GUI zur Konfiguration des Systems über Ihren Browser.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalController.java
* It encapsulates the delay logic and exception handling, allowing subclasses to focus on * defining the specific delay behavior for each stage. * * <p> * This class defines the contract for delaying the crawling process at various points, such as: * </p> * <ul> * <li>Before processing a URL ({@link #delayBeforeProcessing()})</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:58:39 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/Curl.java
* <li>DELETE</li> * <li>HEAD</li> * <li>OPTIONS</li> * <li>CONNECT</li> * <li>TRACE</li> * </ul> * * <p>The Curl class also defines an enum {@link Method} which lists all supported HTTP methods.</p> * * <p>The temporary directory used by Curl is defined by the {@code tmpDir} field, which is initialized * to the system's temporary directory.</p> */ public class Curl { /**
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_label_title=Label labels.facet_timestamp_title=Zeit labels.facet_timestamp_1day=Innerhalb von 24 Stunden labels.facet_timestamp_1week=Innerhalb einer Woche labels.facet_timestamp_1month=Innerhalb eines Monats labels.facet_timestamp_1year=Innerhalb eines Jahres labels.facet_timestamp_3month=Innerhalb von 3 Monaten labels.facet_timestamp_6month=Innerhalb von 6 Monaten labels.facet_timestamp_2year=Innerhalb von 2 Jahren
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * LDAP base DN (Distinguished Name) for user searches. * Defines the root of the LDAP directory tree for user lookups. */ @Size(max = 1000) public String ldapBaseDn; /** * LDAP filter for finding user accounts. * Defines the search filter used to locate user accounts in LDAP. */ @Size(max = 1000)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapAlternateLink.java
*/ package org.codelibs.fess.crawler.entity; import java.io.Serializable; /** * Represents an alternate link entry within a sitemap URL. * This class encapsulates the properties of an alternate link as defined in the hreflang annotation. * * <p> * The hreflang attribute tells search engines about alternate versions of a page in different languages
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 2.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
*/ package org.codelibs.fess.crawler.entity; import java.io.Serializable; /** * Represents an image entry within a sitemap URL. * This class encapsulates the properties of an image as defined in the Google Image Sitemap extension. * * <p> * The image extension allows you to provide additional information about images on your pages.
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
MIGRATION.md
4. Click **Import** - Fess will automatically: - Parse GSA collections - Create corresponding WebConfig or FileConfig entries - Convert URL patterns to Fess regex patterns - Set up LabelType (access control labels) if defined **Step 3: Verify Imported Configurations** After import, verify: - **Crawler > Web**: Check web crawling configurations - **Crawler > File**: Check file crawling configurations (SMB, FTP)
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/mylasta/direction/sponsor/FessActionAdjustmentProvider.java
private static final Logger logger = LogManager.getLogger(FessActionAdjustmentProvider.class); // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ // you can adjust your actions by overriding // default methods defined at the interface // _/_/_/_/_/_/_/_/_/_/ protected Map<String, List<Pair<String, String>>> responseHeaderMap = new HashMap<>(); protected List<Pair<String, String>> defaultResponseHeaders;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/PrunedTag.java
import org.codelibs.fess.exception.FessSystemException; import org.w3c.dom.Node; /** * Represents a tag configuration for pruning HTML content during document processing. * This class defines tag patterns that match HTML elements based on tag name, CSS class, ID, or custom attributes. * It is used to identify and remove unwanted HTML elements from crawled documents. */ public class PrunedTag {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 04:23:08 UTC 2025 - 7.1K bytes - Viewed (0)