Closed GoogleCodeExporter closed 8 years ago
the highlighting search component of solr returns highlighting results indexed
(keyed) by your documents id field (check your schema.xml configuration file to
see what you have set as your id field). In the output above I see ten results
indexed by the id "" (blank) which is why the json_decode is putting them all
under the _empty_ field in its output.
Make sure your documents each have a unique ID field value. Otherwise you won't
be able to match the results up to the proper document, as you're seeing here.
Please use the mailing list if you want more help
http://groups.google.com/group/php-solr-client, reserve reporting an issue for
actual bug reports or feature requests. Thanks!
Original comment by donovan....@gmail.com
on 28 Feb 2011 at 3:37
thanks for help and immediatly answer
Original comment by hasani...@gmail.com
on 28 Feb 2011 at 3:58
Original issue reported on code.google.com by
hasani...@gmail.com
on 28 Feb 2011 at 2:50