- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 49 for tantes (0.03 seconds)
-
docs/pt-BR/README.md
$ mvn jdeb:jdeb # pacote .deb ### Gerar Código Fonte $ mvn dbflute:download # (comando executado uma vez) $ mvn dbflute:freegen $ mvn license:format ### Testes de Integração Inicie o servidor Fess e execute o seguinte comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
} @Override public String getSystemProperty(final String key) { return systemPropMap.get(key); } }; // Test that new key takes precedence over legacy key systemPropMap.put("entraid.permission.fields", "newField"); systemPropMap.put("aad.permission.fields", "legacyField"); String[] fields = fessConfig.getEntraIdPermissionFields();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25.4K bytes - Click Count (0) -
dbflute_fess/dfprop/documentMap.dfprop
# o isSuppressSchemaHtmlOutsideSql: (NotRequired - Default false) # Does it remove outsideSql information from SchemaHtml? # Basically you don't need this. # OutsideSql information (related to tables) is very useful. # #; isSuppressSchemaHtmlOutsideSql = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/CrawlTestBase.java
if (count % 10 == 0 && sleepTime < 500) { sleepTime = Math.min((long) (sleepTime * 1.3), 500); } } if (3000 <= count) { logger.info("Time out: Crawler takes too much time"); //TODO fail(); // Time Out } logger.info("Crawler terminated"); } protected static String createWebConfig(final Map<String, Object> requestBody) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.6K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
success.upload_bad_word = Fichier de mots incorrects téléversé. success.upload_mapping_file = Fichier de mappage téléversé. success.send_testmail=E-mail de test envoyé. success.job_log_delete_all=Journaux de tâches supprimés. success.changed_password=Mot de passe changé. success.started_data_update=Démarrage d'un processus de mise à jour des données. success.reindex_started=Réindexation démarrée.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorEdgeCaseTest.java
import org.codelibs.fess.util.QueryResponseList; import org.dbflute.optional.OptionalThing; import org.junit.jupiter.api.Test; /** * Edge case tests for RankFusionProcessor. * Tests boundary conditions, empty states, and error scenarios. */ public class RankFusionProcessorEdgeCaseTest extends UnitFessTestCase { private static final String ID_FIELD = "_id"; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 14.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigImplTest.java
String testKey = "test.property"; String systemValue = "system-value"; System.setProperty(Constants.FESS_CONFIG_PREFIX + testKey, systemValue); try { // Test that system property takes precedence String value = fessConfig.get(testKey); assertEquals(systemValue, value); } finally { // Clean up system property
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
* and user information logs. It supports different aggregation types for * analytics and reporting purposes. */ public class SearchLogService { /** Date format pattern for parsing time ranges. */ private static final String YYYY_MM_DD_HH_MM = "yyyy-MM-dd HH:mm"; /** Field name for count values in aggregation results. */ private static final String COUNT = "count";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 32.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
* <li>System configuration property keys</li> * <li>Default values for crawling and indexing operations</li> * <li>User agent strings and patterns for web crawling</li> * <li>Status constants for job execution and system states</li> * <li>Field names and keys used throughout the application</li> * <li>Date/time format patterns</li> * <li>Authentication type identifiers</li> * <li>Reserved words and regex patterns for query processing</li>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.chat_error=Ocorreu um erro. Por favor, tente novamente. labels.chat_error_rate_limit=No momento está muito ocupado. Por favor, aguarde um momento e tente novamente. labels.chat_error_auth=A autenticação do serviço de IA falhou. Por favor, entre em contato com o administrador. labels.chat_error_service_unavailable=O serviço de IA está temporariamente indisponível. Por favor, tente novamente mais tarde.
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)