Hi jasimop,
I think you have to get the longitude and latitude first when parsing the
page and save the metadata.
then you may use the data in the indexfilter like this
doc.add("longitude", longitude);
doc.add("latitude", latitude);

bupo.jung
2011/5/25 jasimop <[email protected]>

> Strange,
>
> it seems the forum changed the text.
> The example should read
> <div class="geo"><s p a n class="longitude">123</s p a n><s p a n
> class="latitude">33</s p a n></div>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Nutch-Plugin-add-several-fields-at-once-tp2981579p2981589.html
> Sent from the Nutch - User mailing list archive at Nabble.com.
>

Reply via email to