Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 29 for incluidos (0.07 seconds)

  1. src/main/resources/fess_label_pt_BR.properties

    labels.file_crawling_title_details=Configuração de rastreamento de arquivo
    labels.included_paths=Caminhos a serem incluídos no rastreamento
    labels.excluded_paths=Caminhos a serem excluídos do rastreamento
    labels.included_doc_paths=Caminhos a serem incluídos na pesquisa
    labels.excluded_doc_paths=Caminhos a serem excluídos da pesquisa
    labels.config_parameter=Parâmetro de configuração
    labels.max_access_count=Número máximo de acessos
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (0)
  2. docs/es/README.md

    [sistema de archivos](https://fess.codelibs.org/15.3/admin/fileconfig-guide.html), o [almacenamiento de datos](https://fess.codelibs.org/15.3/admin/dataconfig-guide.html) (como un archivo CSV o base de datos). Se admiten muchos formatos de archivos, incluidos (pero no limitados a): Microsoft Office, PDF y zip.
    
    *[Fess Site Search](https://github.com/codelibs/fess-site-search)* es una alternativa gratuita a [Google Site Search](https://enterprise.google.com/search/products/gss.html). Para más detalles,...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  3. pom.xml

    							<includes>**/*</includes>
    							<overWriteReleases>true</overWriteReleases>
    							<overWriteSnapshots>true</overWriteSnapshots>
    						</configuration>
    					</execution>
    				</executions>
    			</plugin>
    			<plugin>
    				<artifactId>maven-surefire-plugin</artifactId>
    				<configuration>
    					<includes>
    						<include>${test.include.path}</include>
    					</includes>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
  4. architecture/standards/0004-use-a-platform-architecture.md

    - **Execution**: Runs the work efficiently. This includes scheduling, execution, caching and so on.
    
    #### Software development platform
    
    This is a general purpose platform that builds on the core automation platform to add support for the automation of software development.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  5. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

            currentUpgradedPropertiesFile.get().asFile,
            baselineUpgradedPropertiesFile.get().asFile,
            {
                it.includedClasses = toPatterns(PublicApi.includes + PublicKotlinDslApi.includes)
                it.excludedClasses = toPatterns(PublicApi.excludes + PublicKotlinDslApi.excludes)
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  6. CONTRIBUTING.md

    You can consult the [Architecture documentation](architecture) to learn about some of the architecture of Gradle.
    
    ### Contributing to documentation
    
    This repository includes Gradle documentation sources,
    including but not limited to: User Manual, DSL Reference and Javadoc.
    This information is used to generate documentation for each Gradle version
    on [docs.gradle.org](https://docs.gradle.org/).
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  7. src/main/resources/fess_message_pt_BR.properties

    success.update_crawler_params = Parâmetros atualizados.
    success.delete_doc_from_index = O processo para excluir o documento do índice foi iniciado.
    success.crawling_info_delete_all = Dados da sessão excluídos.
    success.start_crawl_process = Processo de rastreamento iniciado.
    success.upload_design_file = {0} atualizado.
    success.update_design_jsp_file = {0} atualizado.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java

            assertEquals("fess.update", resultMap.get("index"));
            assertEquals(
                    "{\"query\":{\"ids\":{\"values\":[\"001\"],\"boost\":1.0}},\"_source\":{\"includes\":[\"title\",\"content\"],\"excludes\":[]}}",
                    resultMap.get("query"));
            assertEquals(3, document.size());
        }
    
        @Test
        public void test_getDocumentListByPrefixId() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/llm/RelevanceEvaluationResult.java

        public static RelevanceEvaluationResult noRelevantResults() {
            return new RelevanceEvaluationResult(Collections.emptyList(), Collections.emptyList(), false);
        }
    
        /**
         * Creates a fallback result that includes all documents as relevant.
         * Used when evaluation fails and we want to include all search results.
         *
         * @param allDocIds all document IDs from search results
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 01 08:11:18 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  10. architecture/standards/0005-introduce-core-ui-architecture-module.md

    ## Decision
    
    Introduce a "UI" architecture module to the core platform, and move the user interaction services to this new module.
    
    This includes:
    
    - Logging and progress services.
    - Problem generation services (aka the "problems API").
    - User prompting services.
    - Build options infrastructure.
    - The console and CLI, as a specific implementation of these services.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 1.3K bytes
    - Click Count (0)
Back to Top