- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 474 for Fong (0.02 sec)
-
fess_config_file_authentication.json
{ L3: "aliases" : { }, L4: "mappings" : { L5: "file_authentication" : { L6: "properties" : { L7: "createdBy" : { L8: "type" : "keyword" L9: }, L10: "createdTime" : { L11: "type" : "long" L12: }, L13: "fileConfigId" : { L14: "type" : "keyword" L15: }, L16: "hostname" : { L17: "type" : "keyword" L18: }, L19: "parameters" : { L20: "type" : "keyword"...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 1.2K bytes -
fess_config_label_type.json
"fess_config.label_type" : { L3: "aliases" : { }, L4: "mappings" : { L5: "label_type" : { L6: "properties" : { L7: "createdBy" : { L8: "type" : "keyword" L9: }, L10: "createdTime" : { L11: "type" : "long" L12: }, L13: "excludedPaths" : { L14: "type" : "keyword" L15: }, L16: "includedPaths" : { L17: "type" : "keyword" L18: }, L19: "name" : { L20: "type" : "keyword"...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 1.4K bytes -
SearchApiManager.java
boolean prevPage = data.isExistPrevPage(); L324: final long startRecordNumber = data.getCurrentStartRecordNumber(); L325: final long endRecordNumber = data.getCurrentEndRecordNumber(); L326: final List<String> pageNumbers = data.getPageNumberList(); L327: final boolean partial = data.isPartialResults(); L328: final String searchQuery = data.getSearchQuery(); L329: final long requestedTime = data.getRequestedTime(); L330: L331: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
location.js
polynesia","french southern territories","gabon","gambia","georgia","germany","ghana","gibraltar","greece","greenland","grenada","guadeloupe","guam","guatemala","guernsey","guinea","guinea-bissau","guyana","haiti","heard island and mcdonald islands","honduras","hong kong","hungary","iceland","india","indonesia","iran","iraq","ireland","isle of man","israel","italy","jamaica","japan","jersey","jordan","kazakhstan","kenya","kiribati","north korea","south korea","kuwait","kyrgyzstan","laos","latvia","lebanon","leso...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 5.2K bytes -
BoostDocumentRule.java
BoostDocumentRule extends BsBoostDocumentRule { L24: L25: private static final long serialVersionUID = 1L; L26: L27: public String getId() { L28: return asDocMeta().id(); L29: } L30: L31: public void setId(final String id) { L32: asDocMeta().id(id); L33: } L34: L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
FailureUrl.java
L23:public class FailureUrl extends BsFailureUrl { L24: L25: private static final long serialVersionUID = 1L; L26: L27: public String getId() { L28: return asDocMeta().id(); L29: } L30: L31: public void setId(final String id) { L32: asDocMeta().id(id); L33: } L34: L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
KeyMatch.java
L23:public class KeyMatch extends BsKeyMatch { L24: L25: private static final long serialVersionUID = 1L; L26: L27: public String getId() { L28: return asDocMeta().id(); L29: } L30: L31: public void setId(final String id) { L32: asDocMeta().id(id); L33: } L34: L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
AccessToken.java
L26:public class AccessToken extends BsAccessToken { L27: L28: private static final long serialVersionUID = 1L; L29: L30: public String getId() { L31: return asDocMeta().id(); L32: } L33: L34: public void setId(final String id) { L35: asDocMeta().id(id); L36: } L37: L38: public Long getVersionNo() { L39: return asDocMeta().version(); L40: } L41: L42: public void setVersionNo(final Long version) { L43: asDocMeta().version(version); L44: } L45: L46: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.9K bytes -
Role.java
ser.bsentity.BsRole; L22: L23:/** L24: * @author FreeGen L25: */ L26:public class Role extends BsRole { L27: L28: private static final long serialVersionUID = 1L; L29: L30: private Map<String, String> attributes; L31: L32: public Long getVersionNo() { L33: return asDocMeta().version(); L34: } L35: L36: public void setVersionNo(final Long version) { L37: asDocMeta().version(version); L38: } L39: L40: public String getId() { L41: return asDocMeta().id(); L42:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
request_header.json
"webConfigId": { L10: "type": "keyword" L11: }, L12: "createdBy": { L13: "type": "keyword" L14: }, L15: "createdTime": { L16: "type": "long" L17: }, L18: "updatedBy": { L19: "type": "keyword" L20: }, L21: "updatedTime": { L22: "type": "long" L23: } L24: } L25:}...github.com/codelibs/fess/src/main/resources/fes...Thu Dec 02 13:14:56 UTC 2021 412 bytes