I'm having problem with Zend_Search_Lucene. I have few documents with field "tags" in index. Documents "tags" have following values:
- tag1 tag2 tag3
- tag1 tag4
I would like to find document only with tag1 AND tag4 so I use query "+tags:tag1 +tags:tag2". I can't figure out why I get 0 hits from index.