On 5/7/2015 11:52 PM, Rahul Singh wrote:
> ERROR - 2015-05-08 11:15:25.738; org.apache.solr.common.SolrException;
> null:java.lang.IllegalArgumentException: You cannot set an index-time bo
> ost on an unindexed field, or one that omits norms

This seems to be the problem.  You are trying to set an index-time boost
on a field whose definition disables indexing or omits norms.  That
isn't allowed, because if the field isn't indexed, you can't search on
it (and therefore can't boost), and the index-time boost is stored in
the field norm.

Thanks,
Shawn

Reply via email to