Class GeoPointMetadataFilter

All Implemented Interfaces:
Serializable

public class GeoPointMetadataFilter extends MetadataFilter
If Metadata contains a TikaCoreProperties.LATITUDE and a TikaCoreProperties.LONGITUDE, this filter concatenates those with a comma in the order LATITUDE,LONGITUDE. If you need any other mappings, please open a ticket on our JIRA.
See Also:
  • Constructor Details

    • GeoPointMetadataFilter

      public GeoPointMetadataFilter()
  • Method Details

    • setGeoPointFieldName

      @Field public void setGeoPointFieldName(String geoPointFieldName)
      Set the field for the concatenated LATITUDE,LONGITUDE string. The default if &dquot;location&dquot;
      Parameters:
      geoPointFieldName - field name to use for the geopoint field
    • filter

      public void filter(Metadata metadata) throws TikaException
      Specified by:
      filter in class MetadataFilter
      Throws:
      TikaException