mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
index title hash
This commit is contained in:
@@ -21,6 +21,9 @@ public class FeedEntryContent extends AbstractModel {
|
||||
|
||||
@Column(length = 2048)
|
||||
private String title;
|
||||
|
||||
@Column(length = 40)
|
||||
private String titleHash;
|
||||
|
||||
@Lob
|
||||
@Column(length = Integer.MAX_VALUE)
|
||||
@@ -97,4 +100,12 @@ public class FeedEntryContent extends AbstractModel {
|
||||
this.entries = entries;
|
||||
}
|
||||
|
||||
public String getTitleHash() {
|
||||
return titleHash;
|
||||
}
|
||||
|
||||
public void setTitleHash(String titleHash) {
|
||||
this.titleHash = titleHash;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user