Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

             */
            protected void buildSort(final QueryContext queryContext, final QueryFieldConfig queryFieldConfig, final FessConfig fessConfig) {
                queryContext.sortBuilders().forEach(sortBuilder -> searchRequestBuilder.addSort(sortBuilder));
            }
    
            /**
             * Builds the rescorer configuration.
             *
             * @param queryHelper the query helper
    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. cmd/site-replication.go

    }
    
    // syncToAllPeers is used for syncing local data to all remote peers, it is
    // called once during initial "AddPeerClusters" request.
    func (c *SiteReplicationSys) syncToAllPeers(ctx context.Context, addOpts madmin.SRAddOptions) error {
    	objAPI := newObjectLayerFn()
    	if objAPI == nil {
    		return errSRObjectLayerNotReady
    	}
    
    	buckets, err := objAPI.ListBuckets(ctx, BucketOptions{})
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (0)
Back to top