- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 34 for fussions (0.07 sec)
-
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.rank.fusion; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import org.codelibs.fess.entity.FacetInfo;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
private TimeManager timeManager; /** The async manager for handling asynchronous operations. */ @Resource private AsyncManager asyncManager; /** The session manager for handling user sessions. */ @Resource private SessionManager sessionManager; /** The Fess configuration providing application settings. */ @Resource private FessConfig fessConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 200 */ String RANK_FUSION_window_size = "rank.fusion.window_size"; /** The key of the configuration. e.g. 20 */ String RANK_FUSION_rank_constant = "rank.fusion.rank_constant"; /** The key of the configuration. e.g. -1 */ String RANK_FUSION_THREADS = "rank.fusion.threads"; /** The key of the configuration. e.g. rf_score */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
import org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder; import org.codelibs.fess.opensearch.client.SearchEngineClientException; import org.codelibs.fess.query.QueryFieldConfig; import org.codelibs.fess.rank.fusion.RankFusionProcessor; import org.codelibs.fess.util.BooleanFunction; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.QueryResponseList; import org.dbflute.optional.OptionalEntity;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* <li>Applies document boosting and metadata enhancements</li> * <li>Sends processed documents to the search engine</li> * <li>Cleans up processed data and manages crawler sessions</li> * </ul> * * <p>The method includes error handling, retry logic, and will terminate * if too many empty results are encountered or if a system shutdown is requested. */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
} } } /** * Deletes old documents from the search index. * This method removes documents that were indexed in previous * crawling sessions for the same data configuration, keeping * only the documents from the current session. * * <p>The deletion process:</p> * <ul>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.rank.fusion; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.lucene.search.TotalHits.Relation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
duplicateHostHelper.init(); } catch (final Exception e) { logger.warn("Could not initialize duplicateHostHelper.", e); } // delete expired sessions crawlingInfoService.deleteSessionIdsBefore(options.sessionId, options.name, systemHelper.getCurrentTimeAsLong()); final List<String> webConfigIdList = options.getWebConfigIdList();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.addFinishedSessionId(sessionId); assertTrue(indexUpdater.finishedSessionIdList.contains(sessionId)); } // Test addFinishedSessionId with multiple sessions public void test_addFinishedSessionId_multiple() { indexUpdater.addFinishedSessionId("session1"); indexUpdater.addFinishedSessionId("session2"); indexUpdater.addFinishedSessionId("session3");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
* Fix: Don't leak connections when using ALPN on the desktop. * Fix: Update Jetty ALPN to `7.1.2.v20141202` (Java 7) and `8.1.2.v20141202` (Java 8). This fixes a bug in resumed TLS sessions where the wrong protocol could be selected. * Fix: Don't crash in SPDY and HTTP/2 when disconnecting before connecting. * Fix: Avoid a reverse DNS-lookup for a numeric proxy address
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0)