Release Notes 3.0

Search Engine Version 3.0 now has new structure and new fields extractions as following:


Segregated Fields

a). Index

We are providing the name of the fields from which the index belongs.

  • status: We return status of indexing whether it is indexed or not
  • indexType: We return index type of document (Resume/JD)
  • action: We return action of indexing whether document is indexed, ignored or updated
    • ParseIndex
    • ParseIndex-Updated
    • ParseIndexUpdated
    • ParseIndexIgnored
  • id: Return id of indexed or updated document
  • doc: We provide parsed content of document(resume/jd) in this doc. So you will use this content in matching of documents.

a). Simple Search/Advance Search/Match

We are providing the name of the fields from which the documents belongs to searching keyword.

  • count: We return count of matching documents with the search keyword
  • pageStart: Starting of pagination
  • pageSize: Number of documents to be returned into the response
  • records: We provide detial of matching documents with the searching keyword.
    • id : matching document id
    • score : matching score of document with search keyword
  • facet: We provide facet detail.
    • FieldName : field name e.g. CurrentEmployer/Institute/CurrentJobProfile/Degree/Employer/JobProfile/Skill
      • value : value of field
      • count : count of value in matching document
  • explainScore: We provide explanation of score. You can get detail of matching score of documents with searching keyword.
    • id : matching document id
    • explaination : explanation of matching score
      • score : matching score
      • maxScore : max score e.g. 100.0
      • Search/Boolean/Match : We provide detail matching score in this. Where we found the search keyword in which entity.