|
|
@ -203,7 +203,10 @@ public class IntPraticaIndexer extends BaseIndexer { |
|
|
|
if (userIstruttore != null) { |
|
|
|
if (userIstruttore != null) { |
|
|
|
document.addText(PortosIndexField.ISTRUTTORE_FULL_NAME, userIstruttore.getFullName()); |
|
|
|
document.addText(PortosIndexField.ISTRUTTORE_FULL_NAME, userIstruttore.getFullName()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if(intPratica.getStatoPratica().equals(StatoPraticaConstants.SOTTOPOSTA_A_PARERE)) |
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 1L); |
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 1L); |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 0L); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 0L); |
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 0L); |
|
|
|
} |
|
|
|
} |
|
|
|