Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,024 for SEARCH (1.2 sec)

  1. src/regexp/testdata/re2-search.txt

    # RE2 basic search tests built by make log
    # Wed May 12 12:13:22 EDT 2021
    Regexp.SearchTests
    strings
    ""
    "a"
    regexps
    "a"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "^(?:a)$"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "^(?:a)"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "(?:a)$"
    -;-;-;-
    0-1;0-1;0-1;0-1
    strings
    ""
    "zyzzyva"
    regexps
    "a"
    -;-;-;-
    -;6-7;-;6-7
    "^(?:a)$"
    -;-;-;-
    -;-;-;-
    "^(?:a)"
    -;-;-;-
    -;-;-;-
    "(?:a)$"
    -;-;-;-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  2. src/net/testdata/search-single-dot-resolv.conf

    # /etc/resolv.conf
    
    domain localdomain
    search .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 03:01:14 UTC 2022
    - 67 bytes
    - Viewed (0)
  3. MIGRATION.md

    ## Migration From Other Enterprise Search Systems
    
    ### Google Search Appliance (GSA) / Google Mini
    
    Fess provides a [Google Search Appliance](https://enterprise.google.com/search/products/gsa.html) (GSA) compatible API. To enable this API, set `web.api.gsa=true` to system.properties. This will enable an enpoint at `<Fess Server Name>:8080/gsa`. When a search query is sent to `<Fess Server Name>:8080/gsa/?q=QUERY`, a GSA compatible response will be returned
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 05 06:12:02 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java

    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.MaxAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. src/net/dnsconfig_unix_test.go

    			attempts: 2,
    		},
    	},
    	{
    		name: "testdata/search-resolv.conf",
    		want: &dnsConfig{
    			servers:  []string{"8.8.8.8:53"},
    			search:   []string{"test.", "invalid."},
    			ndots:    1,
    			timeout:  5 * time.Second,
    			attempts: 2,
    		},
    	},
    	{
    		name: "testdata/search-single-dot-resolv.conf",
    		want: &dnsConfig{
    			servers:  []string{"8.8.8.8:53"},
    			search:   []string{},
    			ndots:    1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 17:41:32 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java

    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.MaxAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionAggregation.java

    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.MaxAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java

    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.TopHitsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ValueCountAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/configuration/ApplyScriptPluginBuildOperationIntegrationTest.groovy

            ops[1].details.file == otherScript1.absolutePath
            ops[2].details.file == otherScript2.absolutePath
    
            operations.search(ops[0], ApplyScriptPluginBuildOperationType).size() == 2
            operations.search(ops[1], ApplyScriptPluginBuildOperationType).size() == 1
            operations.search(ops[2], ApplyScriptPluginBuildOperationType).size() == 0
        }
    
        def "captures settings script events"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 6.4K bytes
    - Viewed (0)
  10. src/net/dnsconfig_unix.go

    				}
    			}
    
    		case "domain": // set search path to just this domain
    			if len(f) > 1 {
    				conf.search = []string{ensureRooted(f[1])}
    			}
    
    		case "search": // set search path to given servers
    			conf.search = make([]string, 0, len(f)-1)
    			for i := 1; i < len(f); i++ {
    				name := ensureRooted(f[i])
    				if name == "." {
    					continue
    				}
    				conf.search = append(conf.search, name)
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:14:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top