netgen/ngindexer

This package is abandoned and no longer maintained. No replacement package was suggested.

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.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type: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.