Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getGeoLocation (0.17 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java

            this.caption = caption;
        }
    
        /**
         * Gets the geographic location of the image.
         * @return the geographic location
         */
        public String getGeoLocation() {
            return geoLocation;
        }
    
        /**
         * Sets the geographic location of the image.
         * @param geoLocation the geographic location to set
         */
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java

            assertEquals("Sample image caption", image.getCaption());
            assertEquals("Sample image title", image.getTitle());
            assertEquals("Tokyo, Japan", image.getGeoLocation());
            assertEquals("http://www.example.com/license.txt", image.getLicense());
        }
    
        public void test_parseXmlSitemapsWithVideos() {
            final String xml =
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 36.7K bytes
    - Viewed (0)
Back to top