public class UniquenessField extends Object implements Serializable
Constructor and Description |
---|
UniquenessField(String label) |
Modifier and Type | Method and Description |
---|---|
String |
getJsonPath() |
double |
getScoreForUniqueValue() |
String |
getSolrField() |
int |
getTotal() |
void |
setJsonPath(String jsonPath) |
void |
setScoreForUniqueValue(double scoreForUniqueValue) |
void |
setSolrField(String solrField) |
void |
setTotal(int total) |
String |
toString() |
public UniquenessField(String label)
public String getSolrField()
public void setSolrField(String solrField)
public String getJsonPath()
public void setJsonPath(String jsonPath)
public int getTotal()
public void setTotal(int total)
public void setScoreForUniqueValue(double scoreForUniqueValue)
public double getScoreForUniqueValue()
Copyright © 2020. All rights reserved.