- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for fess_log (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/fess_log.notification_queue.json
Shinsuke Sugaya <******@****.***> 1774491848 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 173 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
for (final String index : testClient.createdIndices) { assertFalse(index.contains("fess_user"), "fess_user should not be rebuilt"); assertFalse(index.contains("fess_log"), "fess_log should not be rebuilt"); } } @Test public void test_reindexConfigIndices_emptyTargetDoesNothing() { testClient.existsIndexResult = true;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java
public String rebuildConfigIndex = Constants.ON; /** * The flag to rebuild fess_user indices. */ @Size(max = 10) public String rebuildUserIndex; /** * The flag to rebuild fess_log indices. */ @Size(max = 10) public String rebuildLogIndex;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 2K bytes - Click Count (0) -
src/main/resources/esclient.xml
<arg>"fess_user.group/group"</arg> </postConstruct> <!-- fess_log index --> <postConstruct name="addIndexConfig"> <arg>"fess_log.click_log/click_log"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_log.favorite_log/favorite_log"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_log.search_log/search_log"</arg> </postConstruct>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp
<la:checkbox styleId="rebuildLogIndex" styleClass="form-check-input" property="rebuildLogIndex"/> <label for="rebuildLogIndex" class="form-check-label">fess_log</label> </div> </div> </div> <div class="form-group row">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 17.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
@Override public Integer getLogNotificationIntervalAsInteger() { return 300; } @Override public String getIndexLogIndex() { return "fess_log"; } @Override public String getIndexSearchTimeout() { return "30000"; } @Override public String getMailFromAddress() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
} if (isCheckboxEnabled(form.rebuildUserIndex)) { targetPrefixes.add("fess_user"); } if (isCheckboxEnabled(form.rebuildLogIndex)) { targetPrefixes.add("fess_log"); } if (targetPrefixes.isEmpty()) { saveError(messages -> messages.addErrorsNoTargetIndexSelected(GLOBAL)); return redirect(getClass()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/timer/LogNotificationTarget.java
// Default constructor } private static final Logger logger = LogManager.getLogger(LogNotificationTarget.class); private static final String NOTIFICATION_QUEUE_INDEX = "fess_log.notification_queue"; private static final int BATCH_SIZE = 100; private volatile boolean indexChecked = false; @Override public void expired() { try {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String INDEX_CONFIG_INDEX = "index.config.index"; /** The key of the configuration. e.g. fess_user */ String INDEX_USER_INDEX = "index.user.index"; /** The key of the configuration. e.g. fess_log */ String INDEX_LOG_INDEX = "index.log.index"; /** The key of the configuration. e.g. */ String INDEX_DICTIONARY_PREFIX = "index.dictionary.prefix";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_llm.xml
</component> <!-- LLM client manager --> <component name="llmClientManager" class="org.codelibs.fess.llm.LlmClientManager"> </component> <!-- LLM client components are provided by fess-llm-* plugins via fess_llm++.xml -->
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 04 15:19:41 GMT 2026 - 779 bytes - Click Count (0)