- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 429 for quer (0.01 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/KeyMatch.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/PrefixQueryCommand.java
"Unknown q: " + query.getClass() + " => " + query); } /** * Converts a prefix query to a query builder. * * @param context the query context * @param prefixQuery the prefix query * @param boost the boost factor * @return the query builder */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/fe.tld
<description> Returns query parameters for More Like This. </description> <name>mltQuery</name> <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> <function-signature>java.lang.String mltQuery()</function-signature> <example> ${fe:mltQuery()} </example> </function> <function> <description> Returns query parameters for Geo. </description>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/keymatch/SearchBody.java
/** * Default constructor. */ public SearchBody() { super(); } /** Search term for key matching */ public String term; /** Query pattern for key matching */ public String query;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/DefaultQueryBuilderTest.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.query; import org.codelibs.fess.unit.UnitFessTestCase; import org.opensearch.index.query.QueryBuilders; public class DefaultQueryBuilderTest extends UnitFessTestCase { public void test_invalid_null() { try { new DefaultQueryBuilder(null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java
private int currentPageNumber; /** The ID of the key match. */ public String id; /** The term of the key match. */ public String term; /** The query of the key match. */ public String query; /** The max size of the key match. */ public String maxSize; /** The boost of the key match. */ public String boost; /** The creator of the key match. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FacetInfoTest.java
facetInfo.query = new String[] { "query1", "query2" }; facetInfo.addQuery("query3"); assertNotNull(facetInfo.query); assertEquals(3, facetInfo.query.length); assertEquals("query1", facetInfo.query[0]); assertEquals("query2", facetInfo.query[1]); assertEquals("query3", facetInfo.query[2]); } // Test addQuery multiple times
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/relatedquery/EditBody.java
import org.codelibs.fess.app.web.admin.relatedquery.EditForm; /** * Request body class for related query edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for related query management operations. */ public class EditBody extends EditForm { /** * Default constructor. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/resources/fess_query.xml
"http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="queryFieldConfig" class="org.codelibs.fess.query.QueryFieldConfig"> </component> <component name="queryProcessor" class="org.codelibs.fess.query.QueryProcessor"> </component> <component name="booleanQueryCommand" class="org.codelibs.fess.query.BooleanQueryCommand"> <postConstruct name="register"></postConstruct> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 19 03:54:52 UTC 2022 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java
import org.opensearch.core.xcontent.XContentParser; import org.opensearch.index.query.AbstractQueryBuilder; import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.QueryShardContext; /** * A query builder for a stored LTR (Learning to Rank) query. * This builder constructs a query that uses a pre-trained LTR model * to re-rank search results based on a given set of features. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0)