- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 778 for queryId (0.96 sec)
-
src/test/java/org/codelibs/fess/query/PhraseQueryCommandTest.java
*/ package org.codelibs.fess.query; import org.apache.lucene.index.Term; import org.apache.lucene.search.PhraseQuery; 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; import org.opensearch.index.query.MatchPhraseQueryBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/FacetInfo.java
return BucketOrder.count(false); } /** * Adds a query facet to the existing query array. * If no queries exist, creates a new array with the provided query. * * @param s the query string to add as a facet */ public void addQuery(final String s) { if (query == null) { query = new String[] { s }; } else {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K 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) -
docs/pt/docs/tutorial/body-fields.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
* * This class encapsulates all the information returned from a search query, * including the list of matching documents, total record count, query execution * time, facet information, and metadata about the search results. */ public class SearchResult { /** The list of documents returned by the search query. */ protected final List<Map<String, Object>> documentList;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
cmd/signature-v4.go
xhttp.AmzSignature, ) // Add missing query parameters if any provided in the request URL for k, v := range req.Form { if !defaultSigParams.Contains(k) { query[k] = v } } // Get the encoded query. encodedQuery := query.Encode() // Verify if date query is same. if req.Form.Get(xhttp.AmzDate) != query.Get(xhttp.AmzDate) { return ErrSignatureDoesNotMatch }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Dec 13 22:19:12 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/uk/docs/tutorial/body-fields.md
## ะะผะฟะพัั `Field` ะกะฟะพัะฐัะบั ะฒะฐะผ ะฟะพัััะฑะฝะพ ัะผะฟะพัััะฒะฐัะธ ัะต: {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[4] *} /// warning ะะฒะตัะฝััั ัะฒะฐะณั, ัะพ `Field` ัะผะฟะพัััััััั ะฟััะผะพ ะท `pydantic`, ะฐ ะฝะต ะท `fastapi`, ัะบ ะฒัั ัะฝัั (`Query`, `Path`, `Body` ัะพัะพ). ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.7K bytes - Viewed (0) -
docs/he/docs/index.md
--- "_We adopted the **FastAPI** library to spawn a **REST** server that can be queried to obtain **predictions**. [for Ludwig]_"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
String query = "test query"; SearchRequestParams params = createTestSearchRequestParams(); OptionalThing<FessUserBean> userBean = OptionalThing.empty(); SearchResult result = testSearcher.search(query, params, userBean); assertNotNull(result); assertEquals(query, testSearcher.lastQuery);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-fields.md
`Field`๋ `Query`, `Path`์ `Body`์ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋์ํ๋ฉฐ, ๋ชจ๋ ๊ฐ์ ๋งค๊ฐ๋ณ์๋ค ๋ฑ์ ๊ฐ์ง๋๋ค. /// note | ๊ธฐ์ ์ ์ธ๋ถ์ฌํญ ์ค์ ๋ก `Query`, `Path`๋ฑ, ์ฌ๋ฌ๋ถ์ด ์์ผ๋ก ๋ณผ ๋ค๋ฅธ ๊ฒ๋ค์ ๊ณตํต ํด๋์ค์ธ `Param` ํด๋์ค์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ๋ง๋๋๋ฐ, ๊ทธ ์์ฒด๋ก Pydantic์ `FieldInfo` ํด๋์ค์ ์๋ธํด๋์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ Pydantic์ `Field` ๋ํ `FieldInfo`์ ์ธ์คํด์ค๋ฅผ ๋ฐํํฉ๋๋ค. `Body` ๋ํ `FieldInfo`์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ์ง์ ์ ์ผ๋ก ๋ฐํํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ `Body` ํด๋์ค์ ์๋ธํด๋์ค์ธ ๊ฒ๋ค๋ ์ฌ๋ฌ๋ถ์ด ๋์ค์ ๋ณด๊ฒ๋ ๊ฒ์ ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.8K bytes - Viewed (0)