- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSearchEngineType (0.31 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} return value; } String get(String propertyKey); String getSearchEngineType(); default String getFesenType() { final String value = getSearchEngineType(); if (value != null) { return value; } return get("elasticsearch.type"); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: The type of search engine backend (e.g., default, opensearch). * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchEngineType(); /** * Get the value for the key 'search_engine.http.url'. <br> * The value is, e.g. http://localhost:9201 <br> * comment: <br>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)