- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 408 for DOCUMENT (0.04 sec)
-
src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java
* <li>{@link #READING_PREFIX} - The prefix for reading fields.</li> * <li>{@link #SCORE} - The score field.</li> * <li>{@link #QUERY_FREQ} - The query frequency field.</li> * <li>{@link #DOC_FREQ} - The document frequency field.</li> * <li>{@link #USER_BOOST} - The user boost field.</li> * <li>{@link #KINDS} - The kinds field.</li> * <li>{@link #TIMESTAMP} - The timestamp field.</li> * <li>{@link #TAGS} - The tags field.</li>
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js.map
n }\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_DATA_TOGGLE, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_CLICK_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n event.preventDefault()\n...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 211.9K bytes - Viewed (0) -
docs/en/docs/contributing.md
* However, when a Markdown document is translated, the `#hash-parts` in links to its headings may change. Update these links if possible. * Search for such links in the translated document using the regex `#[^# ]`. * Search in all documents already translated into your language for `your-translated-document.md`. For example VS Code has an option "Edit" -> "Find in Files".
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
import java.io.Serializable; import java.util.List; import org.codelibs.fess.Constants; import org.codelibs.fess.util.ComponentUtil; /** * Pager class for boost document management with pagination support. * Provides pagination functionality for boost document rule lists. */ public class BoostDocPager implements Serializable { private static final long serialVersionUID = 1L; /** Default current page number. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
* </ul> * * <p> * The {@link TikaDetectParser} inner class extends {@link CompositeParser} to provide auto-detection of the MIME type * of the document. It also handles zip bomb prevention and embedded document extraction. * </p> * * <p> * The {@link ContentWriter} functional interface is used to abstract the process of writing content to a writer. * </p> * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.7K bytes - Viewed (0) -
guava/src/com/google/common/escape/Escaper.java
* (such as an XML document). Typically (but not always), the inverse process of "unescaping" the * text is performed automatically by the relevant parser. * * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code * "Foo<Bar>"} to prevent {@code "<Bar>"} from being confused with an XML tag. When the
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/security.js
Loaded&render=explicit"+(d.lang?"&hl="+d.lang:""),f=document.createElement("script");f.type="text/javascript",f.async=!0,f.defer=!0,f.src=e,document.getElementsByTagName("body")[0].appendChild(f)}};b.reCaptchaLoaded=function(b){b&&"object"==typeof b&&b.length||(b=a("form")),b.each(function(){var b=a(this),c=b.get(0).validationConfig||b.context.validationConfig||!1;c&&a('[data-validation~="recaptcha"]',b).each(function(){var d=a(this),e=document.createElement("DIV"),f=c.reCaptchaSiteKey||d.valAtt...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 10.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java
import jakarta.validation.constraints.Max; import jakarta.validation.constraints.Min; import jakarta.validation.constraints.Size; /** * Form class for creating boost document configurations. * Boost documents allow administrators to define URL patterns and boost expressions * to influence search result rankings for specific documents. */ public class CreateForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
import jakarta.annotation.PreDestroy; /** * Extracts text content from various document formats using JODConverter. */ public class JodExtractor extends AbstractExtractor { /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(JodExtractor.class); /** Office manager for document conversion. */ protected OfficeManager officeManager;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
} } /** * Represents an API response for a single document. */ public static class ApiDocResponse extends ApiResponse { /** * Constructs an empty ApiDocResponse. */ public ApiDocResponse() { // NOP } /** * The document object. */ protected Object doc; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)