- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for popularWords (0.05 seconds)
-
src/main/webapp/WEB-INF/view/searchNoResult.jsp
<p class="text-muted"><la:message key="labels.did_not_match_suggestion" /></p> <c:if test="${!empty popularWords}"> <div class="mt-3"> <p class="mb-1"><la:message key="labels.search_popular_word_word" /></p> <p> <c:forEach var="item" varStatus="s" items="${popularWords}"> <la:link href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 969 bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/searchNoResult.jsp
<p class="text-muted"><la:message key="labels.did_not_match_suggestion" /></p> <c:if test="${!empty popularWords}"> <div class="mt-3"> <p class="mb-1"><la:message key="labels.search_popular_word_word" /></p> <p> <c:forEach var="item" varStatus="s" items="${popularWords}"> <la:link href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 969 bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/index.jsp
autocomplete="off" /> </div> </div> <c:if test="${!empty popularWords}"> <div class="clearfix"> <p class="text-truncate"> <la:message key="labels.search_popular_word_word" /> <c:forEach var="item" varStatus="s" items="${popularWords}"> <c:if test="${s.index < 3}"> <la:link
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
import org.codelibs.fess.entity.SearchRequestParams.SearchRequestType; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.suggest.exception.SuggesterException; import org.codelibs.fess.suggest.request.popularwords.PopularWordsRequestBuilder; import org.codelibs.fess.util.ComponentUtil; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import jakarta.annotation.PostConstruct; /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
</c:forEach> </c:if> </a></li> </c:if> </ul> <c:if test="${!empty popularWords}"> <div class="row"> <div class="col"> <p class="text-truncate"> <la:message key="labels.search_popular_word_word" /> <c:forEach var="item" varStatus="s" items="${popularWords}"> <c:if test="${s.index < 3}"> <la:linkCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/search.jsp
</c:forEach> </c:if> </a></li> </c:if> </ul> <c:if test="${!empty popularWords}"> <div class="row"> <div class="col"> <p class="text-truncate"> <la:message key="labels.search_popular_word_word" /> <c:forEach var="item" varStatus="s" items="${popularWords}"> <c:if test="${s.index < 3}"> <la:linkCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
autocomplete="off" /> </div> </div> <c:if test="${!empty popularWords}"> <div class="clearfix"> <p class="text-truncate"> <la:message key="labels.search_popular_word_word" /> <c:forEach var="item" varStatus="s" items="${popularWords}"> <c:if test="${s.index < 3}"> <la:link
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.3K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/api/BaseApiManager.java
return FormatType.SEARCH; } if (FormatType.LABEL.name().equals(type)) { return FormatType.LABEL; } if (FormatType.POPULARWORD.name().equals(type)) { return FormatType.POPULARWORD; } if (FormatType.FAVORITE.name().equals(type)) { return FormatType.FAVORITE; } if (FormatType.FAVORITES.name().equals(type)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
public String ignoreFailureType; /** The failure count threshold setting. */ public String failureCountThreshold; /** The popular word setting. */ public String popularWord; /** The CSV file encoding setting. */ public String csvFileEncoding; /** The purge search log day setting. */ public String purgeSearchLogDay; /** The purge job log day setting. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.6K bytes - Click Count (0)