| java.lang.Object ca.ulaval.bibl.lius.index.Indexer de.teamskill.lius.index.application.VCardIndexer
VCardIndexer | public class VCardIndexer extends Indexer (Code) | | Class: VCardIndexer
This Indexer reads .vcf and .vcard files as exported by various email and PIM
applications (e.g. Mozilla Mail, Evolution, KMail). Fields which can be
indexed are:
name : The contact's full name
title : Title (e.g. 'Dr.')
nickname : nickname
birthday : user notes
email : email addresses
phone : all available phone numbers
homephone : home phone number
workphone : work phone number
cellphone : cell phone number
categories : categories as used by the creator-application
address : all available addresses
homeaddress : the home address
workaddress : the work address
url : the URL (usually an http address)
organization : the organization
Changelog:
- 02.06.2005: Initial implementation (jf)
author: Jens Fendler |
|
|