Hello!

(solr newbie alert)

I want to pass 4 fields into Solr

1. id (unique)
2. title
3. subtitle
4. body

but only want to index and store 2:

1. id (unique)
2. text (copyField of id, title, subtitle, body).

The search then searches on "text", and returns only matching "id's".

When I set up the 2 fields, and the copyFields, it doesn't seem to work. I'm
guessing for a copyField to work you need to have fields with the same name
already set.

Is there a different way I should be setting it up to achieve the above??

regan
-- 
View this message in context: 
http://old.nabble.com/do-copyField%27s-need-to-exist-as-Fields--tp26701706p26701706.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to