Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toQuery (0.2 sec)

  1. src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.java

         * @param context the query shard context
         * @return the Lucene Query
         * @throws IOException if an I/O error occurs
         */
        @Override
        public Query toQuery(final QueryShardContext context) throws IOException {
            return queryBuilder.toQuery(context);
        }
    
        /**
         * Returns whether this query builder is a fragment.
         *
         * @return true if this is a fragment, false otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.6K bytes
    - Viewed (0)
Back to top