- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getPublicationDate (2.73 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
this.publicationLanguage = publicationLanguage; } /** * Gets the publication date. * @return the publication date */ public String getPublicationDate() { return publicationDate; } /** * Sets the publication date. * @param publicationDate the publication date to set */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
public void setDuration(final String duration) { this.duration = duration; } /** * Gets the publication date. * @return the publication date */ public String getPublicationDate() { return publicationDate; } /** * Sets the publication date. * @param publicationDate the publication date to set */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
final SitemapNews news = sitemapUrl.getNews(); assertEquals("Example Times", news.getPublicationName()); assertEquals("en", news.getPublicationLanguage()); assertEquals("2025-01-01", news.getPublicationDate()); assertEquals("Sample news title", news.getTitle()); assertEquals("sample, news, test", news.getKeywords()); } public void test_parseXmlSitemapsWithAlternateLinks() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0)