- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 327 for kime (0.32 seconds)
-
MIGRATION.md
--data-binary @documents.ndjson ``` **Required Fields**: - `url` - Unique document identifier/URL - `title` - Document title - `content` - Full text content **Optional Fields**: - `mimetype` - MIME type (default: text/html) - `filetype` - File extension (default: html) - `created` - Creation timestamp - `timestamp` - Last modified timestamp - `boost` - Document boost factor - `label` - Access control labels
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
CLAUDE.md
| Testing | JUnit 4/5, UTFlute, REST Assured | ## Development Commands ### Setup ```bash mvn antrun:run # Download OpenSearch plugins (required before first build) mvn dbflute:download # One-time setup for DBFlute mvn dbflute:freegen # Generate DBFlute source code mvn license:format # Add license headers ``` ### Build ```bash mvn package # Standard build
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/JobNotFoundExceptionTest.java
JobNotFoundException exception = new JobNotFoundException("test"); // Simply verify the exception can be created without issues // The serialVersionUID is compile-time checked assertNotNull(exception); } @Test public void test_stackTrace() { // Test that stack trace is properly captured
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 9.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java
*/ package org.codelibs.fess.app.logic; import org.codelibs.fess.mylasta.action.FessUserBean; import org.dbflute.hook.AccessContext; import org.dbflute.optional.OptionalThing; import org.lastaflute.core.time.TimeManager; import org.lastaflute.db.dbflute.accesscontext.AccessContextResource; import jakarta.annotation.Resource; /** * The logic for access context. */ public class AccessContextLogic { /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/StorageItem.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.storage; import java.time.ZonedDateTime; /** * Represents a storage item (file or directory). */ public class StorageItem { private final String name; private final String path; private final boolean directory;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.bsentity; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BoostDocumentRuleDbm;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.bsentity.dbmeta; import java.time.LocalDateTime; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.user.exentity.Role; import org.dbflute.Entity; import org.dbflute.dbmeta.AbstractDBMeta;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (0) -
src/main/webapp/css/admin/html5shiv.min.js
eof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module....Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 31 23:16:54 GMT 2017 - 2.7K bytes - Click Count (0) -
src/packaging/rpm/init.d/fess
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 3.7K bytes - Click Count (0) -
architecture/standards/0009-use-american-english.md
* **Easier onboarding**: New contributors have clear guidance on which spelling to use * **Better searchability**: Finding code and documentation becomes more predictable * **Reduced review friction**: Less time spent on spelling corrections during PR reviews * **Professional appearance**: Consistent APIs and documentation appear more polished
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.9K bytes - Click Count (0)