欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Lucene 维度统计(facet) 博客分类: lucene facet 

程序员文章站 2024-03-18 20:42:28
...

写入

1,org.apache.lucene.facet.FacetField     元数据里面facet统计 的字段

2,org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter  分类写

3,org.apache.lucene.facet.FacetsConfig;  facet配置

 

查询

1,org.apache.lucene.facet.taxonomy.TaxonomyReader;  分类读

1.1,org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader; 路径分类读

2,org.apache.lucene.facet.FacetsCollector;  存放符合条件的用户facet数据集合 (FacetsCollector.search方法)

3,

4,org.apache.lucene.facet.Facets;  facet

     分组统计

     范围统计

     排序的结果集统计

5,org.apache.lucene.facet.FacetResult;  Li<FacetResult> facet的统计结果集合    facets.getAllDims得到

 

 

 

分类:

分类统计

 

范围统计

 

相关文章:

http://blog.csdn.net/whuqin/article/details/42524825

http://iamyida.iteye.com/blog/2203074

相关标签: facet