An UpdateRequestProcessor would do the trick. Look at the (rather minimal) documentation and code example in http://wiki.apache.org/solr/UpdateRequestProcessor
-Simon On Thu, Aug 18, 2011 at 4:15 PM, bhawna singh <singhbha...@gmail.com> wrote: > Hi All, > I have a requirement to update a certain field value depending on the field > value of another field. > To elaborate- > I have a field called 'popularity' and a field called 'URL'. I need to > assign popularity value depending on the domain (URL) ( I have the > popularity and domain mapping in a text file). > > I am using CSVRequestHandler to import the data. > > What are the suggested ways to achieve this. > Your quick response is much appreciated. > > Thanks, > Bhawna >