请教:我的表里面有3个varchar字段,做全文检索的时候 的问题 悬赏:0

我是

doc.Add(new Field(ResourceIndexDocument.title, resources.title, Field.Store.YES, Field.Index.ANALYZED));
doc.Add(new Field(ResourceIndexDocument.description, resources.description, Field.Store.YES,
Field.Index.ANALYZED));
doc.Add(new Field(ResourceIndexDocument.entry, resources.entry, Field.Store.YES, Field.Index.ANALYZED));

还是 3个字段组合起来 做一个 字段 比较好呢?

  • chiaki1225
  • 醉丶千秋
  • 2014-07-10 10:47 发布

分开比较好

description没必要,分词即可