- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 763 for noarch (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/base/SearchForm.java
/** * Map of advanced search conditions. */ public Map<String, String[]> as = new HashMap<>(); /** * The main search query string. */ @Size(max = 1000) public String q; /** * The sort parameter for search results. */ @Size(max = 1000) public String sort; /** * The number of search results to return per page. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java
/** * Attempts to redirect to the search page with preserved search parameters. * * This method checks if there are saved search parameters from a previous * session and redirects the user to the search page with those parameters * restored. This provides a seamless user experience after authentication. * * @return Optional HtmlResponse containing the redirect to search page with parameters,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
* This method performs a database query with pagination and updates the pager with result information. * * @param relatedQueryPager the pager containing pagination parameters and search conditions * @return a list of RelatedQuery entities matching the search criteria */ public List<RelatedQuery> getRelatedQueryList(final RelatedQueryPager relatedQueryPager) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
<div class="d-flex col-md-6 col-sm-8 col-7 me-auto p-0" role="search"> <div class="input-group"> <la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button> <button type="button" class="btn btn-light"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/header.jsp
<div class="d-flex col-md-6 col-sm-8 col-7 me-auto p-0" role="search"> <div class="input-group"> <la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button> <button type="button" class="btn btn-light"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:58:45 UTC 2025 - 4.2K bytes - Viewed (0) -
docs/de/docs/tutorial/extra-models.md
Die ganze Datenkonvertierung, -validierung, -dokumentation, usw. wird immer noch wie gehabt funktionieren. Auf diese Weise beschreiben wir nur noch die Unterschiede zwischen den Modellen (mit Klartext-`password`, mit `hashed_password`, und ohne Passwort): {* ../../docs_src/extra_models/tutorial002_py310.py hl[7,13:14,17:18,21:22] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
import org.codelibs.fess.mylasta.action.FessUserBean; import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.FacetResponse; import org.opensearch.search.aggregations.Aggregations; import org.opensearch.search.aggregations.InternalAggregations; import org.dbflute.optional.OptionalThing; public class RankFusionSearcherTest extends UnitFessTestCase {
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/FessSearchAction.java
import jakarta.servlet.http.HttpSession; /** * Abstract base class for search-related actions in the Fess search application. * Provides common functionality for search operations, including search form handling, * label management, user authentication, and search result processing. * * This class extends FessBaseAction and serves as the foundation for all search-related * web actions in the application. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsFailureUrlCA.java
import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder; import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder; import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder; import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 46.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/open-search/osdd.xml
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Fess</ShortName> <Description>Full Text Search for Your Documents.</Description> <Tags>Full Text Search</Tags> <Contact>******@****.***</Contact> <SearchForm>http://localhost:8080/fess/</SearchForm> <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> <InputEncoding>UTF-8</InputEncoding> <OutputEncoding>UTF-8</OutputEncoding>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 10 02:26:02 UTC 2015 - 535 bytes - Viewed (0)