Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 269 for Pearce (0.16 sec)

  1. src/main/resources/fess_label_de.properties

    labels.search_result_sort_multiple=Mehrere
    labels.search_result_size={0} Bytes
    labels.search_result_created=Registriert:
    labels.search_result_last_modified=Letzte Änderung:
    labels.search_result_favorite=Favorit
    labels.search_result_favorited=Als Favorit hinzugefügt
    labels.search_click_count=Angezeigt ({0})
    labels.search_result_more=mehr..
    labels.search_result_cache=Cache
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.search_result_sort_click_count_desc	=	Clics (descendant)
    labels.search_result_sort_favorite_count_asc	=	Favori (croissant)
    labels.search_result_sort_favorite_count_desc	=	Favori (décroissant)
    labels.search_result_sort_multiple	=	Plusieurs
    labels.search_result_size	=	{0} octets
    labels.search_result_created	=	Inscrit:
    labels.search_result_last_modified	=	Dernière modification :
    labels.search_result_favorite	=	Aime
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/main/config/openapi/openapi-user.yaml

    tags:
      - name: search
        description: Search operations
      - name: popularword
        description: Popular word operations
      - name: monitor
        description: Monitoring operations
      - name: suggest
        description: Suggest operations
      - name: favorite
        description: Favorite operations
    paths:
      /documents:
        get:
          tags:
            - search
          summary: Finds documents by query
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  4. README.md

    *[Fess Site Search](https://github.com/codelibs/fess-site-search)* is a free alternative to [Google Site Search](https://enterprise.google.com/search/products/gss.html). For more details, see the [FSS JS Generator documentation](https://fss-generator.codelibs.org/docs/manual).
    
    ## Website
    
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Feb 25 00:40:07 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/Constants.java

        public static final String SEARCH_LOG_ACCESS_TYPE = "searchLogAccessType";
    
        public static final String SEARCH_LOG_ACCESS_TYPE_JSON = "json";
    
        public static final String SEARCH_LOG_ACCESS_TYPE_GSA = "gsa";
    
        public static final String SEARCH_LOG_ACCESS_TYPE_WEB = "web";
    
        public static final String SEARCH_LOG_ACCESS_TYPE_ADMIN = "admin";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java

    import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 28.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

    import org.opensearch.action.search.ClearScrollRequest;
    import org.opensearch.action.search.ClearScrollRequestBuilder;
    import org.opensearch.action.search.ClearScrollResponse;
    import org.opensearch.action.search.CreatePitRequest;
    import org.opensearch.action.search.CreatePitResponse;
    import org.opensearch.action.search.DeletePitRequest;
    import org.opensearch.action.search.DeletePitResponse;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java

    import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java

    import org.opensearch.index.query.QueryBuilders;
    import org.opensearch.search.aggregations.AggregationBuilders;
    import org.opensearch.search.aggregations.BucketOrder;
    import org.opensearch.search.aggregations.bucket.terms.Terms;
    import org.opensearch.search.aggregations.bucket.terms.Terms.Bucket;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    
    public class CrawlingInfoHelper {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.6K bytes
    - Viewed (1)
  10. src/main/java/org/codelibs/fess/query/parser/QueryParser.java

    import org.apache.lucene.queryparser.ext.ExtendableQueryParser;
    import org.apache.lucene.queryparser.ext.Extensions.Pair;
    import org.apache.lucene.search.PhraseQuery;
    import org.apache.lucene.search.Query;
    import org.apache.lucene.search.TermQuery;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.exception.QueryParseException;
    
    public class QueryParser {
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top