Grrr already found a solution. I have to implode list of tags and put
them into the field "tag". Then I can search for it with "tag:php" like
all other stored fields.
-- Jan
Hi guys,
how can I store multiple tags to a Lucene document?
title: zend framework version 1.5
tags: zend, framework, update, release, php
title: new php version released
tags: update, php, release
Now I want to search for something like "tag:php" to get both articles.
But how to store multiple values to one single field? Any ideas?
-- Jan