Not sure exactly what you are asking for -- I'll answer a few versions:

Do you have an existing index and want to change the field "A" to "duck" for every document? If so, there is no way to do that off the shelf -- check SOLR-139 for an option (but the current patch will not work)

Do you want to set the field "A" to "duck" at index time automatically?
- the easiest option is to manage that from your client indexing code. just send the field "A" along with the document - otherwise look at the UpdateProcessorFactory, (1.3-dev) and in the add callback, add the field to the document.

not sure if this helps
ryan


On Jul 3, 2008, at 1:12 PM, Alexander Ramos Jardim wrote:
Pals,

I want to set the field A from my index on all its documents to a given
value. How do I do that?

--
Alexander Ramos Jardim

Reply via email to