- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 853 for _query (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/RelatedQueryHelper.java
* The search is performed using the current virtual host context and * the query term is converted to lowercase for case-insensitive matching. * * @param query the search term to find related queries for * @return an array of related query strings, or empty array if none found */ public String[] getRelatedQueries(final String query) { final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/toggleDisabled.js
/** File generated by Grunt -- do not modify * JQUERY-FORM-VALIDATOR * * @version 2.3.77 * @website http://formvalidator.net/ * @author Victor Jonsson, http://victorjonsson.se * @license MIT */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
* Sets the time taken to execute the search query in milliseconds. * * @param queryTime The query execution time in milliseconds */ public void setQueryTime(final long queryTime) { this.queryTime = queryTime; } /** * Sets the actual search query executed against the search engine. * * @param searchQuery The search query string */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt
.Builder() .client(bootstrapClient) .url("https://dns.google/dns-query".toHttpUrl()) .bootstrapDnsHosts(getByIp("8.8.4.4"), getByIp("8.8.8.8")) .build() private fun buildGooglePost(bootstrapClient: OkHttpClient): DnsOverHttps = DnsOverHttps .Builder() .client(bootstrapClient) .url("https://dns.google/dns-query".toHttpUrl()) .bootstrapDnsHosts(getByIp("8.8.4.4"), getByIp("8.8.8.8"))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.8K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params-numeric-validations.md
## ๐ โฎ๏ธ `Query`, `Path` (& ๐ ๐ ๐ซ ๐) ๐ ๐ช ๐ฃ ๐ & ๐ป ๐ฌ ๐ ๐ โฎ๏ธ [๐ข ๐ข & ๐ป ๐ฌ](query-params-str-validations.md){.internal-link target=_blank}. & ๐ ๐ช ๐ฃ ๐ข ๐ฌ: * `gt`: `g`๐ พ `t`๐ฒ * `ge`: `g`๐ พ ๐ โ๏ธ `e`๐ พ * `lt`: `l`๐ญ `t`๐ฒ * `le`: `l`๐ญ ๐ โ๏ธ `e`๐ พ /// info `Query`, `Path`, & ๐ ๐ ๐ ๐ ๐ โช ๐ฟ โ `Param` ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.8K bytes - Viewed (0) -
docs/em/docs/tutorial/header-params.md
# ๐ ๐ข ๐ ๐ช ๐ฌ ๐ ๐ข ๐ ๐ ๐ ๐ฌ `Query`, `Path` & `Cookie` ๐ข. ## ๐ `Header` ๐ฅ ๐ `Header`: {* ../../docs_src/header_params/tutorial001.py hl[3] *} ## ๐ฃ `Header` ๐ข โคด๏ธ ๐ฃ ๐ ๐ข โ๏ธ ๐ ๐ โฎ๏ธ `Path`, `Query` & `Cookie`. ๐ฅ ๐ฒ ๐ข ๐ฒ, ๐ ๐ช ๐ถโโ๏ธ ๐ โ ๐ฌ โ๏ธ โ ๐ข: {* ../../docs_src/header_params/tutorial001.py hl[9] *} /// note | ๐ก โน
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
/** * Performs a search operation using the specified query and parameters. * * @param query the search query string * @param params the search request parameters * @param userBean the optional user bean for access control * @return the search result containing documents and metadata */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/BoostQueryCommandTest.java
import org.opensearch.index.query.MatchAllQueryBuilder; import org.opensearch.index.query.MatchPhraseQueryBuilder; import org.opensearch.index.query.PrefixQueryBuilder; import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.TermQueryBuilder; import org.opensearch.index.query.WildcardQueryBuilder; import org.codelibs.fess.query.DefaultQueryBuilder; public class BoostQueryCommandTest extends QueryTestBase {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
import org.codelibs.fess.opensearch.client.SearchEngineClient; import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.QueryBuilders; import org.opensearch.index.query.RangeQueryBuilder; public class PurgeDocJobTest extends UnitFessTestCase { private PurgeDocJob purgeDocJob; private SearchEngineClient searchEngineClient;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/ar.js
/** File generated by Grunt -- do not modify * JQUERY-FORM-VALIDATOR * * @version 2.3.77 * @website http://formvalidator.net/ * @author Victor Jonsson, http://victorjonsson.se * @license MIT */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 3.6K bytes - Viewed (0)