Hi,
I combined a spatial distance search with a fulltext search as described
in
http://wiki.apache.org/solr/SpatialSearch#geodist_-_The_distance_function .
I'm using solr 3.3 and that works fine.
BUT, I want to use highlighting of fulltext query words but that does
not work.
Before solr 3.3, I used solr 1.4 with Spatial Search plugin from Jteam
and that works fine also with highlighting.
After refactoring because of API change I miss the highlighting feature.
Is that a known issue? Or what is my mistake/ I have to do?
Example Query:
INFO: [organisations] webapp=/solr path=/select
params={hl.fragsize=250&sort=score+asc&sfield=store_lat_lon&json.nl=map&hl.fl=name,category_name&wt=json&hl=on&rows=10&fl=id,name,street,city,score,lat,lng&start=0&q={!func}geodist()&pt=52.5600917,13.4222482&fq=((country_name:+(automatisierung))^8+OR+(category_name:+(automatisierung))^10+OR+(sub_category_name:+(automatisierung))^10}
hits=37 status=0 QTime=7
Thanks is Advance,
Ralf