- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getIndexFieldVersion (0.1 seconds)
-
src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java
return ""; } @Override public String getIndexFieldId() { return "_id"; } @Override public String getIndexFieldVersion() { return "_version"; } @Override public String getIndexFieldSeqNo() { return "_seq_no"; } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 34.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
if (!newId.equals(oldId)) { entity.put(fessConfig.getIndexFieldId(), newId); entity.remove(fessConfig.getIndexFieldVersion()); final Long seqNo = (Long) entity.remove(fessConfig.getIndexFieldSeqNo()); final Long primaryTerm = (Long) entity.remove(fessConfig.getIndexFieldPrimaryTerm());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. _version <br> * comment: Field name for version in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexFieldVersion(); /** * Get the value for the key 'index.field.seq_no'. <br> * The value is, e.g. _seq_no <br> * comment: Field name for sequence number in the index.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)