- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for fragments (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
/** * Creates highlighted text from highlight field fragments. * * @param highlightField the highlight field containing fragments * @return the combined highlighted text */ public String createHighlightText(final HighlightField highlightField) { final Text[] fragments = highlightField.fragments(); if (fragments != null && fragments.length != 0) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
query.highlight.boundary.position.detect=true # Type for text fragment in query highlighting. query.highlight.text.fragment.type=query # Size for text fragment in query highlighting. query.highlight.text.fragment.size=3 # Prefix length for text fragment in query highlighting. query.highlight.text.fragment.prefix.length=5 # Suffix length for text fragment in query highlighting. query.highlight.text.fragment.suffix.length=5
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
public HighlightInfo getHighlightInfo() { return new HighlightInfo().fragmentSize(Integer.parseInt(fessConfig.getOrDefault("rag.chat.highlight.fragment.size", "500"))) .numOfFragments(Integer.parseInt(fessConfig.getOrDefault("rag.chat.highlight.number.of.fragments", "3"))) .preTags(StringUtil.EMPTY) .postTags(StringUtil.EMPTY); } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.searchlog_usersessionid=ID de usuario labels.searchlog_requestedtime=Hora labels.searchlog_accesstype=Tipo de acceso labels.maintenance_title_configuration=Mantenimiento labels.number_of_shards_for_doc=Número de fragmentos labels.auto_expand_replicas_for_doc=Número máximo de réplicas labels.clear_crawler_index=Índice del rastreador labels.clear_crawler_index_button=Eliminar índice de rastreo labels.diagnostic_logs=Diagnóstico
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0)