Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for facessi (0.03 sec)

  1. src/main/resources/fess_label_pt_BR.properties

    labels.boost_document_rule_url_expr=Condição
    labels.boost_document_rule_boost_expr=Expressão de impulso
    labels.boost_document_rule_sort_order=Ordem de classificação
    labels.access_token_configuration=Token de acesso
    labels.access_token_title_details=Token de acesso
    labels.access_token_list_name=Nome
    labels.access_token_name=Nome
    labels.access_token_token=Token
    labels.access_token_expires=Expira
    labels.access_token_parameter_name=Nome do parâmetro
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_pt_BR.properties

    errors.storage_file_upload_failure=Falha ao carregar {0}.
    errors.storage_file_not_found=O arquivo de destino não está no armazenamento.
    errors.storage_file_download_failure=Falha ao baixar {0}.
    errors.storage_access_error=Erro de acesso ao armazenamento: {0}
    errors.storage_no_upload_file=Especifique um arquivo para carregar.
    errors.storage_directory_name_is_invalid=O nome do diretório é inválido.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/query/QueryFieldConfig.java

            return flag;
        }
    
        /**
         * Checks if the specified sort value is valid for facet sorting.
         *
         * @param sort the sort value to check
         * @return true if the sort value is valid for facets ("count" or "index"), false otherwise
         */
        public boolean isFacetSortValue(final String sort) {
            return "count".equals(sort) || "index".equals(sort);
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  4. src/main/config/openapi/openapi-user.yaml

              in: query
              description: Item size in facets returned by facet.field
              required: false
              schema:
                type: integer
                minimum: 0
                exclusiveMinimum: false
                default: 10
                example: 10
            - name: facet.minDocCount
              in: query
              description: Minumum document size in facets
              required: false
              schema:
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. docs/pt-BR/README.md

    Execute antrun:run para baixar os plugins no diretório de plugins:
    
        $ mvn antrun:run
    
    ### Executar o Fess
    
    Execute ou depure `org.codelibs.fess.FessBoot` no seu IDE, e depois acesse http://localhost:8080/
    
    ### Criar Pacote
    
    Execute o objetivo `package` e o arquivo de lançamento será criado em target/releases.
    
        $ mvn package
        $ mvn rpm:rpm   # pacote .rpm
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_it.properties

    labels.includedUrls=URL da includere nella scansione
    labels.includedDocPaths=Percorsi da includere nella ricerca
    labels.includedDocUrls=URL da includere nella ricerca
    labels.maxAccessCount=Numero massimo di accessi
    labels.name=Nome
    labels.numOfThread=Numero di thread
    labels.duplicateHostName=Nome duplicato
    labels.pageNumber=Numero di pagina
    labels.password=Password
    labels.paths=Percorsi
    labels.port=Porta
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    she comes, to--'  At this moment Five, who had been anxiously
    looking across the garden, called out `The Queen!  The Queen!'
    and the three gardeners instantly threw themselves flat upon
    their faces.  There was a sound of many footsteps, and Alice
    looked round, eager to see the Queen.
    
      First came ten soldiers carrying clubs; these were all shaped
    like the three gardeners, oblong and flat, with their hands and
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                // highlighting
                if (highlightInfo != null) {
                    buildHighlighter(queryHelper, queryFieldConfig, fessConfig);
                }
    
                // facets
                if (facetInfo != null) {
                    buildFacet(queryHelper, queryFieldConfig, fessConfig);
                }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top