This is an old revision of the document!


getRelatedCompany(company_name,[required_page])

Description

Return a list of company whose name is related with company_name

Parameters

Parameter Necessity Type Description
company_name required string company's name as keyword
required_page optional int required page, 1 as default, every page contains 10 result

Output

Parameter Type Description
people list list a list of people, contains name, pid, current company, current position
total page int the total page of search result

Implementation

  1. Create index of people, XXXX
  2. Use the Index, XXX
  3. XXX

Related Work

  1. Lucene, Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
 
projs/clans/docs/getrelatedcompany.1390841059.txt.gz · Last modified: 2014/01/28 00:44 by crlwinner     Back to top