- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 39 for IndexOption (0.07 seconds)
-
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java
if (id != null) { builder.setId(id); } final RequestOptionCall<IndexRequestBuilder> indexOption = esEntity.asDocMeta().indexOption(); if (indexOption != null) { indexOption.callback(builder); } return builder; } @Override
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 26.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.java
entity.asDocMeta().indexOption(opLambda); doInsert(entity, null); } public void update(CrawlingInfoParam entity) { doUpdate(entity, null); } public void update(CrawlingInfoParam entity, RequestOptionCall<IndexRequestBuilder> opLambda) { entity.asDocMeta().indexOption(opLambda); doUpdate(entity, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRoleTypeBhv.java
entity.asDocMeta().indexOption(opLambda); doInsert(entity, null); } public void update(RoleType entity) { doUpdate(entity, null); } public void update(RoleType entity, RequestOptionCall<IndexRequestBuilder> opLambda) { entity.asDocMeta().indexOption(opLambda); doUpdate(entity, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java
entity.asDocMeta().indexOption(opLambda); doInsert(entity, null); } public void update(UserInfo entity) { doUpdate(entity, null); } public void update(UserInfo entity, RequestOptionCall<IndexRequestBuilder> opLambda) { entity.asDocMeta().indexOption(opLambda); doUpdate(entity, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.1K bytes - Click Count (0) -
schema/index.go
Type string // btree, hash, gist, spgist, gin, and brin Where string Comment string Option string // WITH PARSER parser_name Fields []IndexOption // Note: IndexOption's Field maybe the same } type IndexOption struct { *Field Expression string Sort string // DESC, ASC Collate string Length int Priority int } // ParseIndexes parse schema indexes
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Wed May 21 02:35:56 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractEntity.java
return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) { this.indexOption = builder; return this; } public RequestOptionCall<IndexRequestBuilder> indexOption() { return indexOption; } public DocMeta deleteOption(RequestOptionCall<DeleteRequestBuilder> builder) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractEntity.java
return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) { this.indexOption = builder; return this; } public RequestOptionCall<IndexRequestBuilder> indexOption() { return indexOption; } public DocMeta deleteOption(RequestOptionCall<DeleteRequestBuilder> builder) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractEntity.java
return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) { this.indexOption = builder; return this; } public RequestOptionCall<IndexRequestBuilder> indexOption() { return indexOption; } public DocMeta deleteOption(RequestOptionCall<DeleteRequestBuilder> builder) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsClickLogBhv.java
entity.asDocMeta().indexOption(opLambda); doInsert(entity, null); } public void update(ClickLog entity) { doUpdate(entity, null); } public void update(ClickLog entity, RequestOptionCall<IndexRequestBuilder> opLambda) { entity.asDocMeta().indexOption(opLambda); doUpdate(entity, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java
entity.asDocMeta().indexOption(opLambda); doInsert(entity, null); } public void update(Role entity) { doUpdate(entity, null); } public void update(Role entity, RequestOptionCall<IndexRequestBuilder> opLambda) { entity.asDocMeta().indexOption(opLambda); doUpdate(entity, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.8K bytes - Click Count (0)