- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 105 for inherit (0.04 sec)
-
BsFileAuthenticationBhv.java
Update L187: // ====== L188: public void insert(FileAuthentication entity) { L189: doInsert(entity, null); L190: } L191: L192: public void insert(FileAuthentication entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L193: entity.asDocMeta().indexOption(opLambda); L194: doInsert(entity, null); L195: } L196: L197:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.4K bytes -
BsFileConfigBhv.java
Update L197: // ====== L198: public void insert(FileConfig entity) { L199: doInsert(entity, null); L200: } L201: L202: public void insert(FileConfig entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L203: entity.asDocMeta().indexOption(opLambda); L204: doInsert(entity, null); L205: } L206: L207: public void...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.8K bytes -
BsScheduledJobBhv.java
Update L188: // ====== L189: public void insert(ScheduledJob entity) { L190: doInsert(entity, null); L191: } L192: L193: public void insert(ScheduledJob entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L194: entity.asDocMeta().indexOption(opLambda); L195: doInsert(entity, null); L196: } L197: L198: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.2K bytes -
BsBoostDocumentRuleBhv.java
Update L183: // ====== L184: public void insert(BoostDocumentRule entity) { L185: doInsert(entity, null); L186: } L187: L188: public void insert(BoostDocumentRule entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L189: entity.asDocMeta().indexOption(opLambda); L190: doInsert(entity, null); L191: } L192: L193:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.1K bytes -
BsRelatedContentBhv.java
Update L184: // ====== L185: public void insert(RelatedContent entity) { L186: doInsert(entity, null); L187: } L188: L189: public void insert(RelatedContent entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L190: entity.asDocMeta().indexOption(opLambda); L191: doInsert(entity, null); L192: } L193: L194: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
BsWebAuthenticationBhv.java
Update L188: // ====== L189: public void insert(WebAuthentication entity) { L190: doInsert(entity, null); L191: } L192: L193: public void insert(WebAuthentication entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L194: entity.asDocMeta().indexOption(opLambda); L195: doInsert(entity, null); L196: } L197: L198:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.4K bytes -
LdapChain.java
.user.exentity.User; L19:import org.codelibs.fess.util.ComponentUtil; L20: L21:public class LdapChain implements AuthenticationChain { L22: L23: @Override L24: public void update(final User user) { L25: ComponentUtil.getLdapManager().insert(user); L26: } L27: L28: @Override L29: public void delete(final User user) { L30: ComponentUtil.getLdapManager().delete(user); L31: } L32: L33: @Override L34: public boolean changePassword(final String username, final String...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.4K bytes -
StopwordsService.java
file.get(id).get()); L62: } L63: L64: public void store(final String dictId, final StopwordsItem stopwordsItem) { L65: getStopwordsFile(dictId).ifPresent(file -> { L66: if (stopwordsItem.getId() == 0) { L67: file.insert(stopwordsItem); L68: } else { L69: file.update(stopwordsItem); L70: } L71: }); L72: } L73: L74: public void delete(final String dictId, final StopwordsItem stopwordsItem) { L75: getStopword...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.1K bytes -
SynonymService.java
-> file.get(id).get()); L61: } L62: L63: public void store(final String dictId, final SynonymItem synonymItem) { L64: getSynonymFile(dictId).ifPresent(file -> { L65: if (synonymItem.getId() == 0) { L66: file.insert(synonymItem); L67: } else { L68: file.update(synonymItem); L69: } L70: }); L71: } L72: L73: public void delete(final String dictId, final SynonymItem synonymItem) { L74: getSynonymFile(dictId).ifPresent(file...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3K bytes -
BsSearchLogBhv.java
Update L194: // ====== L195: public void insert(SearchLog entity) { L196: doInsert(entity, null); L197: } L198: L199: public void insert(SearchLog entity, RequestOptionCall<IndexRequestBuilder> opLambda) { L200: entity.asDocMeta().indexOption(opLambda); L201: doInsert(entity, null); L202: } L203: L204: public void...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.5K bytes