使用cfindex标记的category属性

时间:2014-03-10 15:29:11

标签: solr coldfusion coldfusion-10 cfindex

我正在尝试使用<cfindex>索引数据库表。我还想根据同一个表的列的值对索引进行分类。我没有看到任何文档清楚地提到了“category”属性的含义。它是列名还是任何欲望值,如果后者如何确定哪个记录属于哪个类别?

非常感谢提前。

| ID | CATEGORY |  NAME  |     DETAILS     |    DATE    |
| 1  | people   |  John  |  John details   | 01/23/1980 |
| 2  | animal   |  Dog   |  dogs details   | 02/22/1990 |
| 3  | people   |  Ben   |  Ben's details  | 10/10/2006 |
| 4  | animal   |  panda | panda's details | 07/17/2009 |

1 个答案:

答案 0 :(得分:3)

文档没有说清楚,但是如果要索引数据库并且有一个列要用于该类别,只需将db列的名称传递给category属性。