NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index.
This commit is contained in:
parent
a771884e92
commit
e07ed707a1
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ public class IndividualToSolrDocument {
|
||||||
public String getQueryForId(String uri ){
|
public String getQueryForId(String uri ){
|
||||||
return term.DOCID + ':' + getIdForUri(uri);
|
return term.DOCID + ':' + getIdForUri(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Individual unTranslate(Object result) {
|
public Individual unTranslate(Object result) {
|
||||||
Individual ent = null;
|
Individual ent = null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue