- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for HighlightInfo (0.08 seconds)
-
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
return type; } /** * Sets the highlighting type with fluent interface. * * @param type the highlighting type to set * @return this HighlightInfo instance for method chaining */ public HighlightInfo type(final String type) { this.type = type; return this; } /** * Gets the fragment size. * * @return the fragment size in charactersCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java
return null; } @Override public FacetInfo getFacetInfo() { return null; } @Override public HighlightInfo getHighlightInfo() { return new HighlightInfo(); } @Override public String getSort() { return sort; } /** * Initializes the form with default values from configuration.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/SearchForm.java
import java.util.Locale; import java.util.Map; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.entity.FacetInfo; import org.codelibs.fess.entity.GeoInfo; import org.codelibs.fess.entity.HighlightInfo; import org.codelibs.fess.entity.SearchRequestParams; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.util.LaRequestUtil;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 5.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
*/ package org.codelibs.fess.rank.fusion; import java.util.Locale; import java.util.Map; import org.codelibs.fess.entity.FacetInfo; import org.codelibs.fess.entity.GeoInfo; import org.codelibs.fess.entity.HighlightInfo; import org.codelibs.fess.entity.SearchRequestParams; import org.codelibs.fess.mylasta.action.FessUserBean; import org.codelibs.fess.unit.UnitFessTestCase; import org.dbflute.optional.OptionalThing;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchRequestParams.java
*/ public abstract FacetInfo getFacetInfo(); /** * Returns the highlight info. * * @return The highlight info. */ public abstract HighlightInfo getHighlightInfo(); /** * Returns the sort. * * @return The sort. */ public abstract String getSort(); /** * Returns the start position. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8K bytes - Click Count (0)