netgen/ngindexer

此包已被弃用,不再维护。未建议替代包。

Netgen 索引器是一个扩展,允许将一组内容对象的数据直接存储到另一个内容对象的 Solr 文档中。

安装次数: 5

依赖项: 0

建议者: 0

安全性: 0

星标: 2

关注者: 2

分支: 1

开放问题: 0

类型:ezpublish-legacy-extension

dev-master 2013-06-10 10:20 UTC

This package is auto-updated.

Last update: 2020-09-24 12:11:58 UTC


README

Netgen indexer is an extension that allows storing of data from a certain set of content objects directly to Solr document of another content object. 

The main purpose of the extension is to facilitate simple but powerful faceted search that would otherwise require great deal of trouble to enable or would not be possible at all.

For example:

You have a folder full of article classes and below each article you have many images. Every image has a selection attribute that tells you where the picture was taken ( home, office, city, vacation... )

You wish to use facets on those articles and images, to allow the searches like:
1) Display articles which have images taken at home AND at the office
2) Display articles which have images taken only on vacation
3) .....

Ofcourse, this is a rather simple usecase, but extension can be configured to do much more.

Extension is published under GPL licence.