NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index.

This commit is contained in:
anupsawant 2011-07-07 22:38:52 +00:00
parent a771884e92
commit e07ed707a1

View file

@ -306,7 +306,7 @@ public class IndividualToSolrDocument {
public String getQueryForId(String uri ){
return term.DOCID + ':' + getIdForUri(uri);
}
public Individual unTranslate(Object result) {
Individual ent = null;