Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for rescorer (0.25 sec)

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

                params.put("query", query);
                params.put("responseFields", responseFields);
                params.put("offset", offset);
                params.put("size", size);
                // TODO support rescorer(convert to map)
                // params.put("geoInfo", geoInfo);
                // params.put("facetInfo", facetInfo);
                params.put("similarDocHash", similarDocHash);
                return params;
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier.go

    		svcPortMap:               make(proxy.ServicePortMap),
    		serviceChanges:           proxy.NewServiceChangeTracker(newServiceInfo, ipFamily, recorder, nil),
    		endpointsMap:             make(proxy.EndpointsMap),
    		endpointsChanges:         proxy.NewEndpointsChangeTracker(hostname, newEndpointInfo, ipFamily, recorder, nil),
    		needFullSync:             true,
    		syncPeriod:               syncPeriod,
    		iptables:                 ipt,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  3. src/runtime/asm_amd64.s

    	MOVQ	$8, R12
    	BYTE	$0xcc
    	JMP	restore
    
    restore:
    	// Calls and failures resume here.
    	//
    	// Set R12 to 16 and invoke INT3. The debugger should restore
    	// all registers except RIP and RSP and resume execution.
    	MOVQ	$16, R12
    	BYTE	$0xcc
    	// We must not modify flags after this point.
    
    	// Restore pointer-containing registers, which may have been
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework.go

    	return func(o *frameworkOptions) {
    		o.kubeConfig = kubeConfig
    	}
    }
    
    // WithEventRecorder sets clientSet for the scheduling frameworkImpl.
    func WithEventRecorder(recorder events.EventRecorder) Option {
    	return func(o *frameworkOptions) {
    		o.eventRecorder = recorder
    	}
    }
    
    // WithInformerFactory sets informer factory for the scheduling frameworkImpl.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/regalloc.go

    // the spill at this point, so we allocate the spill as blockless initially.
    // The restore is then generated to load v back into a register so it can
    // be used. Subsequent uses of v will use the restored value c instead.
    //
    // What remains is the question of where to schedule the spill.
    // During allocation, we keep track of the dominator of all restores of v.
    // The spill of v must dominate that block. The spill must also be issued at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  6. pkg/proxy/winkernel/proxier.go

    		svcPortMap:            make(proxy.ServicePortMap),
    		endpointsMap:          make(proxy.EndpointsMap),
    		hostname:              hostname,
    		nodeIP:                nodeIP,
    		recorder:              recorder,
    		serviceHealthServer:   serviceHealthServer,
    		healthzServer:         healthzServer,
    		hns:                   hns,
    		hcn:                   hcnImpl,
    		network:               *hnsNetworkInfo,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    // framework.CycleState, in the later phases we don't need to call Write method
    // to update the value
    type stateData struct {
    	// preScored is true if PreScore was invoked.
    	preScored bool
    
    	// A copy of all claims for the Pod (i.e. 1:1 match with
    	// pod.Spec.ResourceClaims), initially with the status from the start
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		nodeHealthMap:               newNodeHealthMap(),
    		broadcaster:                 eventBroadcaster,
    		recorder:                    recorder,
    		nodeMonitorPeriod:           nodeMonitorPeriod,
    		nodeStartupGracePeriod:      nodeStartupGracePeriod,
    		nodeMonitorGracePeriod:      nodeMonitorGracePeriod,
    		nodeUpdateWorkerSize:        nodeUpdateWorkerSize,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier.go

    		svcPortMap:            make(proxy.ServicePortMap),
    		serviceChanges:        proxy.NewServiceChangeTracker(newServiceInfo, ipFamily, recorder, nil),
    		endpointsMap:          make(proxy.EndpointsMap),
    		endpointsChanges:      proxy.NewEndpointsChangeTracker(hostname, nil, ipFamily, recorder, nil),
    		initialSync:           true,
    		syncPeriod:            syncPeriod,
    		minSyncPeriod:         minSyncPeriod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_3x.md

        routes were omitted for eagerly-closed connections.
    
    ## Version 3.9.1
    
    _2017-11-18_
    
     *  New: Recover gracefully when Android's DNS crashes with an unexpected
        `NullPointerException`.
     *  New: Recover gracefully when Android's socket connections crash with an
        unexpected `ClassCastException`.
     *  Fix: Don't include the URL's fragment in `encodedQuery()` when the query
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top