- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for Particles (0.32 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"šaipus", "uz", "viņpus", "virs", "virspus", "zem", "apakšpus", "# Conjunctions", "un", "bet", "jo", "ja", "ka", "lai", "tomēr", "tikko", "turpretī", "arī", "kaut", "gan", "tādēļ", "tā", "ne", "tikvien", "vien", "kā", "ir", "te", "vai", "kamēr", "# Particles", "ar", "diezin", "droši", "diemžēl", "nebūt", "ik", "it", "taču", "nu", "pat", "tiklab", "iekšpus", "nedz", "tik", "nevis", "turpretim", "jeb", "iekam", "iekām", "iekāms", "kolīdz", "līdzko", "tiklīdz", "jebšu", "tālab", "tāpēc", "nekā", "itin",...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
/** * Represents a news entry within a sitemap URL. * This class encapsulates the properties of a news article as defined in the Google News Sitemap extension. * * <p> * The news extension allows you to provide additional information about news articles on your site. * This can help Google News index your articles and display them in Google News search results. * </p> *
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"type": "stemmer_override", "rules_path": "${fess.dictionary.path}bg/stemmer_override.txt" }, "catalan_elision": { "type": "elision", "articles": [ "d", "l", "m", "n", "s", "t"] }, "catalan_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}ca/stopwords.txt" }, "catalan_keywords": {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
README.md
SuggestItem.Kind.DOCUMENT ); suggester.indexer().index(product); ``` ### Content Management ```java // Article/blog suggestions DocumentReader reader = new ESSourceReader( client, suggester.settings(), "articles-index", "article" ); suggester.indexer().indexFromDocument(reader, 4, 50); ``` ### Search Analytics ```java
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/builder/RequestDataBuilderTest.java
// Real-world example: crawling a web page RequestData data = RequestDataBuilder.newRequestData().get().url("https://example.com/article/12345").weight(1.0f).build(); assertNotNull(data); assertEquals(Method.GET, data.getMethod()); assertEquals("https://example.com/article/12345", data.getUrl()); } public void test_realWorldUsageExample2() { // Real-world example: posting dataRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 10.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
// Disallow: /*?*id=* - should block URLs with ?...id=... assertFalse(robotsTxt.allows("/page?id=123", "MultiWildcardBot")); assertFalse(robotsTxt.allows("/article?name=test&id=456", "MultiWildcardBot")); assertTrue(robotsTxt.allows("/page?name=test", "MultiWildcardBot")); // no id= // Test DollarBot - literal $ in middle of patternRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="%\ BibTeX\ standard\ bibliography\ " type="string" offset="0"/> <match value="%%%\ \ @BibTeX-style-file{" type="string" offset="73"/> <match value="@article{" type="stringignorecase" offset="0"/> <match value="@book{" type="stringignorecase" offset="0"/> <match value="@inbook{" type="stringignorecase" 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)