Hello, I was looking for these information in docs, lists and found nothing. If I repeated a problem - then sorry :)
We have a problem with searching over documents. Lets say we have a document that consists of : title, date, abstract. We need ability to search over these fields separately. We did that by making extractors that rewrite these fields to properties p_title, p_date, p_abstract. Now lucene can index it and it works. But ... Now we have same content in 2 places. Is there a better way to do this? Second question. Is it possible to index (for searching) something without storing its content? Just like in lucene: Field.Index = true Field.Store = false Regards, Darek ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
