elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Text类型的字段不能存储 #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PageEntity.java file,text type of field can not be stored.

eg:
entity.setProperty("title", new Text(title));
entity.setProperty("keywords", new Text(keywords));
entity.setProperty("description", new Text(description));

Original issue reported on code.google.com by LiTongg...@gmail.com on 5 Mar 2010 at 8:35

GoogleCodeExporter commented 9 years ago
Resolved !
已经解决,下面代码写的不好。
public String getTitle() {
        return getLocalTitle("en");
    }

Original comment by LiTongg...@gmail.com on 7 Mar 2010 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 14 Mar 2010 at 3:49