====== Build Index ====== ===== Description ===== This function creates the index of our company and person data. The index will be used in the function of search. ===== Input ===== Company XMLS, person XMLS. -- created by Jingyi ---- Company * Number: 2424 Person * Number: 83930 ===== Parameter ===== ====== Person ====== * pname: Person's name * pcom: Person's current company and companies he worked in ====== Company ====== * cname: Company's name * cper: Company's senior management ===== Output ===== Company index files - WebContent/indexFiles/companyIndex People index files - WebContent/indexFiles/peopleIndex ===== ChangeLog =====