Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for geoInfo (0.03 sec)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            /**
             * Sets the geographic search information.
             *
             * @param geoInfo the geographic search information
             * @return this builder for method chaining
             */
            public SearchConditionBuilder geoInfo(final GeoInfo geoInfo) {
                this.geoInfo = geoInfo;
                return this;
            }
    
            /**
             * Sets the highlighting information.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                return resp.getInfo(clazz);
            }
            final Trans2QueryFSInformationResponse response = new Trans2QueryFSInformationResponse(th.getConfig(), level);
            th.send(new Trans2QueryFSInformation(th.getConfig(), level), response);
            return response.getInfo(clazz);
        }
    
        @Override
        public void mkdir() throws SmbException {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top