Defining a boosted filed in schema.xml

2013-11-18 Thread Siamak Kolahi
Hi there, Is is possible to define a field type that is inherently boosted? I am aware of the query time boosting and index-time boosting in update messages. But I am looking to define a field that is boosted by definition, and the boost score does not have to be given at updating message. That so

Re: Update multiple documents in one query

2013-06-13 Thread Siamak Kolahi
l, but > you're going to have to get down and dirty to do it. > > -- Jack Krupansky > > -Original Message- From: Siamak Kolahi > Sent: Thursday, June 13, 2013 3:55 PM > To: solr-user@lucene.apache.org > Subject: Update multiple documents in one query > > >

Update multiple documents in one query

2013-06-13 Thread Siamak Kolahi
Hi folks, I am trying to update multiple fields (assume q=id:*) and add a filed to all of them. Is this possible? If yes, what would be the syntax? I am using the json update interface - /update/json ... Thanks, Siamak