Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 643 for Research (0.08 sec)

  1. src/main/java/org/codelibs/fess/app/service/RelatedContentService.java

        }
    
        /**
         * Sets up the search conditions for listing related content entities.
         * Configures wildcard searches for term and content fields, and sets up ordering.
         *
         * @param cb the condition bean for building the query
         * @param relatedContentPager the pager containing search parameters
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/query/TermRangeQueryCommandTest.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.query;
    
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.apache.lucene.search.Query;
    import org.apache.lucene.search.TermQuery;
    import org.apache.lucene.search.TermRangeQuery;
    import org.apache.lucene.index.Term;
    import org.apache.lucene.util.BytesRef;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.entity.QueryContext;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/api/admin/duplicatehost/SearchBody.java

    import org.codelibs.fess.app.web.api.admin.BaseSearchBody;
    
    /**
     * Search request body for duplicate host administration.
     * Extends BaseSearchBody with duplicate host-specific search parameters.
     */
    public class SearchBody extends BaseSearchBody {
    
        /** The regular host name to search for. */
        public String regularName;
    
        /** The duplicate host name to search for. */
        public String duplicateHostName;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        private static final long serialVersionUID = 1L;
    
        /** Log type constant for search logs. */
        public static final String LOG_TYPE_SEARCH = "search";
    
        /** Log type constant for hourly search count aggregation. */
        public static final String LOG_TYPE_SEARCH_COUNT_HOUR = "search_count_hour_agg";
    
        /** Log type constant for daily search count aggregation. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/query/FuzzyQueryCommandTest.java

     */
    package org.codelibs.fess.query;
    
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.apache.lucene.index.Term;
    import org.apache.lucene.search.FuzzyQuery;
    import org.apache.lucene.search.Query;
    import org.apache.lucene.search.TermQuery;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.entity.QueryContext;
    import org.codelibs.fess.exception.InvalidQueryException;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/SuggestHelper.java

    import org.codelibs.fess.util.ComponentUtil;
    import org.opensearch.common.lucene.search.function.CombineFunction;
    import org.opensearch.index.query.BoolQueryBuilder;
    import org.opensearch.index.query.QueryBuilders;
    import org.opensearch.index.query.functionscore.FunctionScoreQueryBuilder;
    import org.opensearch.index.query.functionscore.ScoreFunctionBuilders;
    import org.opensearch.search.sort.SortBuilders;
    
    import jakarta.annotation.PostConstruct;
    
    /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 22.3K bytes
    - Viewed (0)
  7. 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)
  8. src/main/java/org/codelibs/fess/api/BaseApiManager.java

                    value = values[2];
                }
            }
            if (value == null) {
                return FormatType.SEARCH;
            }
            final String type = value.toUpperCase(Locale.ROOT);
            if (FormatType.SEARCH.name().equals(type)) {
                return FormatType.SEARCH;
            }
            if (FormatType.LABEL.name().equals(type)) {
                return FormatType.LABEL;
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java

    import org.opensearch.index.query.QueryBuilders;
    import org.opensearch.search.aggregations.AggregationBuilders;
    import org.opensearch.search.aggregations.BucketOrder;
    import org.opensearch.search.aggregations.bucket.terms.Terms;
    import org.opensearch.search.aggregations.bucket.terms.Terms.Bucket;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    
    /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/entity/QueryContextTest.java

            // Add field logs
            queryContext.addFieldLog("title", "search");
            queryContext.addFieldLog("title", "term");
            queryContext.addFieldLog(Constants.DEFAULT_FIELD, "search term");
    
            // Add highlighted queries
            queryContext.addHighlightedQuery("search");
            queryContext.addHighlightedQuery("term");
    
            // Skip role query
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.4K bytes
    - Viewed (0)
Back to top