| Package | Description |
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | |
| com.textkernel.tx.models.api.matching.request | |
| com.textkernel.tx.services |
| Modifier and Type | Field and Description |
|---|---|
SearchMatchSettings |
BimetricScoreRequest.Settings
The settings to use during scoring calculations
|
| Modifier and Type | Field and Description |
|---|---|
SearchMatchSettings |
SearchMatchRequestBase.Settings
The settings to use during searching/matching queries
|
| Modifier and Type | Method and Description |
|---|---|
<TTarget extends IParsedDocWithId> |
SearchMatchService.bimetricScore(ParsedJobWithId sourceJob,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source job
|
<TTarget extends IParsedDocWithId> |
SearchMatchService.bimetricScore(ParsedResumeWithId sourceResume,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source resume
|
MatchResponse |
SearchMatchService.match(ParsedJob job,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed job.
|
MatchResponse |
SearchMatchService.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed resume.
|
MatchResponse |
SearchMatchService.match(String indexId,
String documentId,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a resume or job that is already indexed
|
SearchResponse |
SearchMatchService.search(List<String> indexesToQuery,
FilterCriteria query,
SearchMatchSettings settings,
PaginationSettings pagination)
Search for resumes or jobs that meet specific criteria
|
Copyright © 2025. All rights reserved.