- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for keines (0.11 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) -
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) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
boolQueryBuilder.must(QueryBuilders.termQuery(FieldNames.KINDS, SuggestItem.Kind.DOCUMENT.toString())); boolQueryBuilder.mustNot(QueryBuilders.termQuery(FieldNames.KINDS, SuggestItem.Kind.QUERY.toString())); boolQueryBuilder.mustNot(QueryBuilders.termQuery(FieldNames.KINDS, SuggestItem.Kind.USER.toString()));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 22.3K bytes - Viewed (0) -
.github/workflows/codeql-analysis.yml
uses: github/codeql-action/autobuild@v3 # βΉοΈ Command-line programs to run using the OS shell. # π https://git.io/JvXDl # βοΈ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language #- run: | # make bootstrap # make release - name: Perform CodeQL AnalysisRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 2.1K 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/fess/dict/kuromoji/KuromojiFile.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 11.7K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
src/main/resources/ βββ fess_label.properties # Base English labels (fallback) βββ fess_label_[locale].properties # Language-specific labels (~1,056 lines) βββ fess_message.properties # Base English messages (fallback) βββ fess_message_[locale].properties # Language-specific messages (~200 lines) ``` ### Naming Convention - **Language only**: `fess_label_en.properties`, `fess_label_ja.properties`
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/Curl.java
* <li>GET</li> * <li>POST</li> * <li>PUT</li> * <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> */
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/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)