- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 1,126 for Search (0.66 sec)
-
src/test/java/org/codelibs/fess/exception/UnsupportedSearchExceptionTest.java
public class UnsupportedSearchExceptionTest extends UnitFessTestCase { public void test_constructor_withMessage() { // Test with normal message String message = "Search operation not supported"; UnsupportedSearchException exception = new UnsupportedSearchException(message); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/group/ApiAdminGroupAction.java
import jakarta.annotation.Resource; /** * API action for admin group management. * Provides RESTful API endpoints for managing user group settings in the Fess search engine. * Groups define user permissions and access controls for search and administrative functions. */ public class ApiAdminGroupAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminGroupAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java
/** * Represents a single character mapping rule that defines how input characters are mapped to output characters * for text analysis and search processing. This class is used in character mapping dictionaries to transform * text during indexing and search operations. * * <p>Each mapping item consists of one or more input character sequences that are mapped to a single output
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
cb.fetchFirst(fessConfig.getPagePathMappingMaxFetchSizeAsInteger()); }); } /** * Sets up list condition for path mapping search. * * @param cb the condition bean * @param pathMappingPager the path mapping pager */ protected void setupListCondition(final PathMappingCB cb, final PathMapPager pathMappingPager) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
docs/ja/README.md
*[Fess Site Search](https://github.com/codelibs/fess-site-search)*は、[Google Site Search](https://enterprise.google.com/search/products/gss.html)の無料代替です。詳細については、[FSS JS Generatorのドキュメント](https://fss-generator.codelibs.org/docs/manual)を参照してください。 ## 公式サイト [fess.codelibs.org](https://fess.codelibs.org/)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvPairs.java
} return pairs; } /** * Checks if the AV pairs list contains a pair of the specified type * * @param pairs the list of AV pairs to search * @param type the AV pair type to look for * @return whether the list contains a pair of that type */ public static boolean contains(final List<AvPair> pairs, final int type) { if (pairs == null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/TermQueryCommand.java
import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache.lucene.index.Term; import org.apache.lucene.search.PrefixQuery; import org.apache.lucene.search.Query; import org.apache.lucene.search.TermQuery; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.entity.QueryContext;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/SearchForm.java
* 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; /** * The search form for Elevate Word. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 928 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/SearchForm.java
* 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.joblog; /** * The search form for Job Log. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The ID field for searching job logs.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 913 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/SearchForm.java
* 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.role; /** * The search form for Role. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The ID field for searching roles. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 905 bytes - Viewed (0)