Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for Locations (0.15 sec)

  1. CLAUDE.md

    - [ ] Resource cleanup (AutoCloseable)
    - [ ] Thread-safe if needed
    - [ ] Code formatted (`mvn formatter:format`)
    - [ ] License headers (`mvn license:format`)
    
    ---
    
    ## Quick Reference
    
    ### Key File Locations
    
    **Core**: `fess-crawler/src/main/java/org/codelibs/fess/crawler/`
    - `Crawler.java`, `CrawlerContext.java`, `CrawlerThread.java`
    
    **Clients**: `fess-crawler/src/main/java/org/codelibs/fess/crawler/client/`
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Fri Nov 28 17:31:34 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  2. README.md

    ## Migration from another search provider
    
    Please see [MIGRATION.md](MIGRATION.md).
    
    ## Data Store
    
    Currently, Fess supports crawling the following [storage locations and APIs](https://fess.codelibs.org/15.3/admin/dataconfig-guide.html):
    
     - [Confluence/Jira](https://github.com/codelibs/fess-ds-atlassian)
     - [Box](https://github.com/codelibs/fess-ds-box)
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 00:28:33 UTC 2025
    - 7.8K bytes
    - Viewed (2)
  3. pom.xml

    							<sources>
    								<source>
    									<location>${project.build.directory}/tomcat-lib</location>
    								</source>
    							</sources>
    						</mapping>
    						<mapping>
    							<directory>${packaging.fess.lib.dir}/classes/org/codelibs/fess</directory>
    							<sources>
    								<source>
    									<location>${project.build.directory}/fess/WEB-INF/classes/org/codelibs/fess</location>
    									<includes>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 08:30:43 UTC 2025
    - 49.4K bytes
    - Viewed (0)
  4. 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
         */
        public void setGeoLocation(final String geoLocation) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java

         */
        public SitemapVideo() {
            // Default constructor
        }
    
        /**
         * Gets the thumbnail location URL.
         * @return the thumbnail URL
         */
        public String getThumbnailLoc() {
            return thumbnailLoc;
        }
    
        /**
         * Sets the thumbnail location URL.
         * @param thumbnailLoc the thumbnail URL to set
         */
        public void setThumbnailLoc(final String thumbnailLoc) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  6. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java

        private List<SitemapAlternateLink> alternateLinks;
    
        /**
         * Returns the location URL of this sitemap entry.
         * @return the location URL
         */
        @Override
        public String getLoc() {
            return loc;
        }
    
        /**
         * Sets the location URL of this sitemap entry.
         * @param loc the location URL to set
         */
        public void setLoc(final String loc) {
            this.loc = loc;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  7. CLAUDE.md

    ---
    
    ## Key Components
    
    ### Suggester (Main Entry Point)
    Location: `src/main/java/org/codelibs/fess/suggest/Suggester.java`
    
    Main operations: `suggest()`, `popularWords()`, `indexer()`, `createIndexIfNothing()`, `createNextIndex()`, `switchIndex()`, `removeDisableIndices()`
    
    ### SuggestIndexer (Indexing Engine)
    Location: `src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java`
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  8. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

        }
    
        /**
         * Constructs the redirect location from a base URL and location header.
         *
         * @param url The base URL
         * @param location The location header value
         * @return The constructed redirect location
         */
        protected static String constructRedirectLocation(final String url, final String location) {
            try {
                URI uri = new URI(url);
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 53.7K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp

                                    <c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp"/>
                                    <c:if test="${pager.currentPageNumber > pager.allPageCount}">
                                        <script>location.href = "${contextPath}/admin/accesstoken/list/${pager.allPageCount}";</script>
                                    </c:if>
                                </c:if>
                            </div>
                        </div>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp

                                        <c:if test="${pager.currentPageNumber > pager.allPageCount}">
                                            <script>location.href = "${contextPath}/admin/reqheader/list/${pager.allPageCount}";</script>
                                        </c:if>
                                    </c:if>
                                </div>
                            </div>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top