- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for injin (0.01 sec)
-
README.md
// Create suggestion item with text, readings, and metadata String[][] readings = new String[2][]; readings[0] = new String[]{"kensaku", "engine"}; readings[1] = new String[]{"search", "injin"}; String[] tags = new String[]{"technology", "search"}; String[] roles = new String[]{"admin", "user"}; SuggestItem item = new SuggestItem( new String[]{"Search Engine", "検索エンジン"}, // text variations
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
docs/tr/docs/history-design-future.md
Bu da demek oluyor ki **FastAPI**, Python geliştiricilerinin %80'inin kullandığı editörlerle test edildi. Ve diğer editörlerin çoğu benzer şekilde çalıştığından, avantajları neredeyse tüm editörlerde çalışacaktır.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.search_list_configuration=Pencarian labels.search_list_button_delete=Hapus labels.search_list_delete_confirmation=Apakah Anda yakin ingin menghapus? labels.search_list_button_delete_all=Hapus Semua berdasarkan Kueri ini labels.search_list_delete_all_confirmation=Apakah Anda yakin ingin menghapus semua berdasarkan kueri ini? labels.search_list_button_cancel=Batal labels.failure_url_configuration=URL Gagal
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserTest.java
@Test public void test_parseSearchWords() throws Exception { String[] words = new String[] { "検索", "エンジン" }; String[][] readings = new String[][] { new String[] { "kensaku" }, new String[] { "enjin" } }; String[] fields = new String[] { "content" }; String[] tags = new String[] { "tag1" }; String[] roles = new String[] { "role1" }; String[] langs = new String[] { "ja" };Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
SuggestItem[] queryItems = new SuggestItem[3]; String[][] readings = new String[2][]; readings[0] = new String[] { "kensaku", "fuga" }; readings[1] = new String[] { "enjin", "fuga" }; String[] tags = new String[] { "tag1", "tag2" }; String[] roles = new String[] { SuggestConstants.DEFAULT_ROLE, "role1", "role2", "role3" };
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 37.4K bytes - Viewed (0)