Hello,

I'm writing a DistanceSearch plugin (something similar to GeoPosition plugin), which parses HTML pages and extracts geographic data (addresses, GPS, ...) from the text of the page. This geographic data is geocoded into latitude and longitude - values to be indexed and later used in search.

My problem is when parser finds more geographic positions (lat, lon) at once. I want to return each geocoded position to indexer and index document by every found position, so this document would be linked to more geographic locations. (I don't want to compute average location or something like that.)

Any suggestions will be appreciated.

Thank you.

S.D.




Reply via email to