panjiwa10028 / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

Field boost called without arguments when extracting #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Index a document using the Apache_Solr_Service::extract() function, passing 
a file, parameters and an Apache_Solr_Document.
2. On line 1027 a call is made to getFieldBoost without a key being specified

What is the expected output? What do you see instead?

The field name should be provided to the getFieldBoost call.

What version of the product are you using? On what operating system?

Current SVN trunk.

Please provide any additional information below.

Original issue reported on code.google.com by liam.obo...@gmail.com on 6 Sep 2010 at 1:05

GoogleCodeExporter commented 8 years ago
Added patch; it's trivial.

Original comment by liam.obo...@gmail.com on 6 Sep 2010 at 1:07

Attachments:

GoogleCodeExporter commented 8 years ago
Changed committed in r37

Original comment by donovan....@gmail.com on 7 Sep 2010 at 2:35

GoogleCodeExporter commented 8 years ago
Cool, thanks for your quick response :)

Original comment by liam.obo...@gmail.com on 8 Sep 2010 at 4:34