Skip to content

Commit 99f60d8

Browse files
Merge pull request #50 from sovren/new-job-fields
Adding new job parsing fields from version 9.14.0
2 parents 2068a26 + 2fd287a commit 99f60d8

File tree

749 files changed

+4764
-3145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

749 files changed

+4764
-3145
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The official Java SDK for the Sovren v10 API for resume/CV and job parsing, sear
1313
### Gradle Users
1414
Add this dependency to your project's build file:
1515
```
16-
implementation "com.sovren:sovren-java:1.7.1"
16+
implementation "com.sovren:sovren-java:1.8.0"
1717
```
1818

1919
### Maven Users
@@ -22,13 +22,13 @@ Add this dependency to your project's POM:
2222
<dependency>
2323
<groupId>com.sovren</groupId>
2424
<artifactId>sovren-java</artifactId>
25-
<version>1.7.1</version>
25+
<version>1.8.0</version>
2626
</dependency>
2727
```
2828

2929
### Others
3030
You'll need to manually install the following JARs:
31-
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.7.1/sovren-java-1.7.1.jar
31+
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.8.0/sovren-java-1.8.0.jar
3232
- [Google Gson][gson_url] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar
3333
- [Square OkHttp][okhttp_url] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar
3434

docs/allclasses-frame.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:10 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>All Classes (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -18,6 +18,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
1818
<li><a href="com/sovren/models/api/ApiResponse.html" title="class in com.sovren.models.api" target="classFrame">ApiResponse</a></li>
1919
<li><a href="com/sovren/models/api/ApiResponseInfo.html" title="class in com.sovren.models.api" target="classFrame">ApiResponseInfo</a></li>
2020
<li><a href="com/sovren/models/api/ApiResponseInfoLite.html" title="class in com.sovren.models.api" target="classFrame">ApiResponseInfoLite</a></li>
21+
<li><a href="com/sovren/models/job/ApplicationDetails.html" title="class in com.sovren.models.job" target="classFrame">ApplicationDetails</a></li>
2122
<li><a href="com/sovren/models/resume/Association.html" title="class in com.sovren.models.resume" target="classFrame">Association</a></li>
2223
<li><a href="com/sovren/models/api/dataenrichment/AutocompleteRequest.html" title="class in com.sovren.models.api.dataenrichment" target="classFrame">AutocompleteRequest</a></li>
2324
<li><a href="com/sovren/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html" title="class in com.sovren.models.api.dataenrichment.skills.response" target="classFrame">AutoCompleteSkillsResponse</a></li>
@@ -197,6 +198,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
197198
<li><a href="com/sovren/models/api/parsing/ParseResumeResponseValue.html" title="class in com.sovren.models.api.parsing" target="classFrame">ParseResumeResponseValue</a></li>
198199
<li><a href="com/sovren/models/api/parsing/ParsingMetadata.html" title="class in com.sovren.models.api.parsing" target="classFrame">ParsingMetadata</a></li>
199200
<li><a href="com/sovren/models/resume/employment/ParsingNormalizedProfession.html" title="class in com.sovren.models.resume.employment" target="classFrame">ParsingNormalizedProfession</a></li>
201+
<li><a href="com/sovren/models/job/PayRange.html" title="class in com.sovren.models.job" target="classFrame">PayRange</a></li>
200202
<li><a href="com/sovren/models/resume/PersonalAttributes.html" title="class in com.sovren.models.resume" target="classFrame">PersonalAttributes</a></li>
201203
<li><a href="com/sovren/models/resume/contactinfo/PersonName.html" title="class in com.sovren.models.resume.contactinfo" target="classFrame">PersonName</a></li>
202204
<li><a href="com/sovren/models/resume/employment/Position.html" title="class in com.sovren.models.resume.employment" target="classFrame">Position</a></li>

docs/allclasses-noframe.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:10 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>All Classes (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -18,6 +18,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
1818
<li><a href="com/sovren/models/api/ApiResponse.html" title="class in com.sovren.models.api">ApiResponse</a></li>
1919
<li><a href="com/sovren/models/api/ApiResponseInfo.html" title="class in com.sovren.models.api">ApiResponseInfo</a></li>
2020
<li><a href="com/sovren/models/api/ApiResponseInfoLite.html" title="class in com.sovren.models.api">ApiResponseInfoLite</a></li>
21+
<li><a href="com/sovren/models/job/ApplicationDetails.html" title="class in com.sovren.models.job">ApplicationDetails</a></li>
2122
<li><a href="com/sovren/models/resume/Association.html" title="class in com.sovren.models.resume">Association</a></li>
2223
<li><a href="com/sovren/models/api/dataenrichment/AutocompleteRequest.html" title="class in com.sovren.models.api.dataenrichment">AutocompleteRequest</a></li>
2324
<li><a href="com/sovren/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html" title="class in com.sovren.models.api.dataenrichment.skills.response">AutoCompleteSkillsResponse</a></li>
@@ -197,6 +198,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
197198
<li><a href="com/sovren/models/api/parsing/ParseResumeResponseValue.html" title="class in com.sovren.models.api.parsing">ParseResumeResponseValue</a></li>
198199
<li><a href="com/sovren/models/api/parsing/ParsingMetadata.html" title="class in com.sovren.models.api.parsing">ParsingMetadata</a></li>
199200
<li><a href="com/sovren/models/resume/employment/ParsingNormalizedProfession.html" title="class in com.sovren.models.resume.employment">ParsingNormalizedProfession</a></li>
201+
<li><a href="com/sovren/models/job/PayRange.html" title="class in com.sovren.models.job">PayRange</a></li>
200202
<li><a href="com/sovren/models/resume/PersonalAttributes.html" title="class in com.sovren.models.resume">PersonalAttributes</a></li>
201203
<li><a href="com/sovren/models/resume/contactinfo/PersonName.html" title="class in com.sovren.models.resume.contactinfo">PersonName</a></li>
202204
<li><a href="com/sovren/models/resume/employment/Position.html" title="class in com.sovren.models.resume.employment">Position</a></li>

docs/com/sovren/DataCenter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:07 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>DataCenter (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>DataCenter (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="DataCenter (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="DataCenter (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/SovrenClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>SovrenClient (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>SovrenClient (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="SovrenClient (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="SovrenClient (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/SovrenUIClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>SovrenUIClient (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>SovrenUIClient (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="SovrenUIClient (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="SovrenUIClient (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/class-use/DataCenter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/class-use/SovrenClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/class-use/SovrenUIClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/com/sovren/exceptions/SovrenException.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
5+
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>SovrenException (Sovren Java SDK 1.7.1 API)</title>
8-
<meta name="date" content="2023-03-02">
7+
<title>SovrenException (Sovren Java SDK 1.8.0 API)</title>
8+
<meta name="date" content="2023-05-09">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="SovrenException (Sovren Java SDK 1.7.1 API)";
16+
parent.document.title="SovrenException (Sovren Java SDK 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)