- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for getIndexDocumentUpdateIndex (0.81 sec)
-
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
} try { final SearchEngineClient searchEngineClient = ComponentUtil.getSearchEngineClient(); final String index = fessConfig.getIndexDocumentUpdateIndex(); searchEngineClient.admin().indices().prepareRefresh(index).execute().actionGet(); final long numOfDeleted = searchEngineClient.deleteByQuery(index, queryBuilder);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
upsertMap.put(fessConfig.getIndexFieldClickCount(), count); return new UpdateRequest(fessConfig.getIndexDocumentUpdateIndex(), id).script(script) .upsert(upsertMap); } return null; })
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. fess.update <br> * comment: Index name for update documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexDocumentUpdateIndex(); /** * Get the value for the key 'index.document.suggest.index'. <br> * The value is, e.g. fess <br> * comment: Index name for suggest documents.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)