- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 782 for noarch (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsRoleCA.java
import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder; import org.opensearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; import org.opensearch.search.aggregations.metrics.TopHitsAggregationBuilder; import org.opensearch.search.aggregations.metrics.ValueCountAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
searchPaging(data, form); }); } /** * Perform search for stopwords. * * @param form the search form containing search criteria * @return HTML response with search results */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse search(final SearchForm form) { validate(form, messages -> {}, this::asDictIndexHtml);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/BoostQueryCommandTest.java
import org.apache.lucene.search.BooleanClause; import org.apache.lucene.search.BooleanQuery; import org.apache.lucene.search.BoostQuery; import org.apache.lucene.search.FuzzyQuery; import org.apache.lucene.search.MatchAllDocsQuery; import org.apache.lucene.search.PhraseQuery; import org.apache.lucene.search.PrefixQuery; import org.apache.lucene.search.Query; import org.apache.lucene.search.TermQuery;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
} /** * Searches for web authentication configurations based on the provided search criteria. * * @param form the search form containing search criteria * @return HTML response with filtered web authentication results */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse search(final SearchForm form) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
* Main constructor that creates a QueryResponseList with complete search metadata. * * @param documentList the list of documents returned by the search * @param allRecordCount the total number of records in the search result set * @param allRecordCountRelation the relation type for the total record count * @param queryTime the time taken to execute the search query in milliseconds
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
} /** * Executes a search operation with the specified parameters. * This method must be implemented by concrete searcher classes. * * @param query the search query string * @param params the search request parameters including pagination, filters, etc. * @param userBean the optional user bean for access control and personalization * @return the search result containing matched documents and metadata
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
// Search Execute // ============== /** * The index page. * @param form The search form. * @return The HTML response. */ @Execute public HtmlResponse index(final SearchForm form) { return search(form); } /** * The advance search page.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/SearchBody.java
import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for boost document administration. * Extends BaseSearchBody with boost document-specific search parameters. */ public class SearchBody extends BaseSearchBody { /** The URL expression pattern to search for in boost documents. */ public String urlExpr; /** The boost expression to search for in boost documents. */ public String boostExpr;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/go/GoForm.java
*/ public String hash; /** * Query identifier associated with the search that led to this document access. * This is required for tracking and analytics purposes. */ @Required public String queryId; /** * Order or ranking position of the document in search results. * This optional field helps track which result position was clicked. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java
/** * The query ID associated with the search request. */ @Required public String queryId; /** * The search query string for error page display. */ public String q; /** * The number of search results per page for error page display. */ public String num; /** * The sort criteria for search results for error page display. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0)