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
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
>
>
>
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