- Sort Score
- Result 10 results
- Languages All
Results 31 - 38 of 38 for elevateWords (0.37 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.elevateword; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.validation.CustomSize; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.elevateword; import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form for uploading elevate word files to the Fess search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
README.md
badWordSettings.setList(new String[]{"blocked", "terms"}); }) .elevateWordSettings(elevateWordSettings -> { elevateWordSettings.setElevateWords(Collections.singletonList( new ElevateWord("priority", 2.0f, Collections.emptyList()) )); }) .build(); ``` ### Request Parameters ```java SuggestResponse response = suggester.suggest() .setQuery("search term")
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java
*/ package org.codelibs.fess.app.pager; import java.io.Serializable; import java.util.List; import org.codelibs.fess.util.ComponentUtil; /** * Pagination support class for ElevateWord entities. * Provides pagination functionality and holds search form parameters * for elevate word management in the admin interface. */ public class ElevateWordPager implements Serializable {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
verifyPathPattern("AdminDataconfig", "/admin/dataconfig/"); verifyPathPattern("AdminDuplicatehost", "/admin/duplicatehost/"); verifyPathPattern("AdminElevateword", "/admin/elevateword/"); verifyPathPattern("AdminFileauth", "/admin/fileauth/"); verifyPathPattern("AdminFileconfig", "/admin/fileconfig/"); verifyPathPattern("AdminGroup", "/admin/group/");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.dict.AdminDictAction; import org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction; import org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction; import org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction; import org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/resources/fess_config.properties
online.help.eol=https://fess.codelibs.org/{lang}/eol.html # Online help key for failure URL. online.help.name.failureurl=failureurl # Online help key for elevate word. online.help.name.elevateword=elevateword # Online help key for request header. online.help.name.reqheader=reqheader # Online help key for synonym dictionary. online.help.name.dict.synonym=synonym # Online help key for dictionary.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. failureurl */ String ONLINE_HELP_NAME_FAILUREURL = "online.help.name.failureurl"; /** The key of the configuration. e.g. elevateword */ String ONLINE_HELP_NAME_ELEVATEWORD = "online.help.name.elevateword"; /** The key of the configuration. e.g. reqheader */ String ONLINE_HELP_NAME_REQHEADER = "online.help.name.reqheader";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)