- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 624 for documents (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
} } /** * Calculates the document expiration date based on crawling configuration. * If the config has a timeToLive value, calculates expiration from current time. * Otherwise, returns the stored document expiration time. * * @param config the crawling configuration containing time-to-live settings * @return the document expiration date, or null if no expiration is set */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/ContentsParser.java
ReadingConverter readingConverter, Normalizer normalizer); /** * Parses a document and extracts suggest items based on the provided fields and converters. * * @param document The document to parse, represented as a map of field names to values. * @param fields The fields to extract from the document. * @param tagFieldNames The names of the fields that contain tags.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 4.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
} @Test public void testKindEnum() { // Test Kind enum assertEquals("query", SuggestItem.Kind.QUERY.toString()); assertEquals("document", SuggestItem.Kind.DOCUMENT.toString()); assertEquals("user", SuggestItem.Kind.USER.toString()); } @Test public void testGetUpdatedSource() { // Test getUpdatedSource method
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java
/** * The search form for Boost Document. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The URL expression field for boost document configuration. */ public String urlExpr; /** * The boost expression field for document scoring. */ public String boostExpr;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
Document document = getDocument(data); String value = transformer.getSingleNodeValue(document, "//BODY", node -> node); assertEquals("aaa bbb ccc", value); data = "<html><body> aaa <p> bbb <b>ccc</b> </p> </body></html>"; document = getDocument(data); value = transformer.getSingleNodeValue(document, "//BODY", node -> node);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 41.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/FileTypeHelperTest.java
fileTypeHelper.add("application/pdf", "document"); fileTypeHelper.add("application/msword", "document"); fileTypeHelper.add("text/plain", "text"); String[] types = fileTypeHelper.getTypes(); assertEquals(2, types.length); Arrays.sort(types); assertEquals("document", types[0]); assertEquals("text", types[1]); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js
t");o.default(n).data("margin-right",i).css("margin-right",parseFloat(a)-t._scrollbarWidth+"px")}));var i=document.body.style.paddingRight,a=o.default(document.body).css("padding-right");o.default(document.body).data("padding-right",i).css("padding-right",parseFloat(a)+this._scrollbarWidth+"px")}o.default(document.body).addClass(ft)},e._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(Et));o.default(t).each((function(t,e){var n=o.default(e).data("padding-right");o.default(...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 61.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/FacetResponse.java
* Represents a field facet with its name and value counts. * Each field facet contains multiple values with their respective document counts. */ public static class Field { /** * Map containing field values and their document counts. * Keys are field values as strings, values are document counts. */ protected Map<String, Long> valueCountMap = new LinkedHashMap<>(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
import jakarta.annotation.PostConstruct; /** * Helper class for document processing and manipulation in the Fess search system. * This class provides utilities for processing document content, titles, and digests, * handling text normalization, content extraction, and similar document hash encoding/decoding. * It also manages document processing requests and integrates with the crawler system. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.userFavorite=Favorietenlogboek labels.userInfo=Gebruikersinformatie labels.webApiJson=JSON-antwoord labels.webConfigName=Webcrawlconfiguratienaam labels.allLanguages=Alle talen labels.dictId=Woordenboek-ID labels.docId=Document-ID labels.endTime=Eindtijd labels.hq=hq labels.inputs=Invoer labels.jobLogging=Loggen labels.jobName=Naam labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=Taal labels.outputs=Uitvoer
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1)