One should be able to configure field weight in the backend. Field weight is currently hard coded into following call: ``` $sphinx->setFieldWeights(array( 'name' => 7, //'category' => 1, //'name_attributes' => 1 'data_index' => 3 )); ```
One should be able to configure field weight in the backend. Field weight is currently hard coded into following call: