[Castore-commits] IRecherche.java 1.8 1.9
Neman OULD SID'AHMED
neman at adullact1.hosting.cri74.org
Mer 16 Aou 16:04:09 CEST 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche
In directory adullact1:/tmp/cvs-serv20467/src/java/fr/emn/castor/recherche
Modified Files:
IRecherche.java
Log Message:
Ajout d'une methode recupere tous les champs indexés
Index: IRecherche.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/IRecherche.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IRecherche.java 24 Apr 2006 17:48:20 -0000 1.8
--- IRecherche.java 16 Aug 2006 14:04:07 -0000 1.9
***************
*** 106,109 ****
void deleteRefFromIndex(final String idDoc) throws IndexationException,
UsersException;
!
}
\ No newline at end of file
--- 106,117 ----
void deleteRefFromIndex(final String idDoc) throws IndexationException,
UsersException;
! /**
! * Methode servant à recuperer tous les champs indexés. Ceci est
! * utile lorsqu'on veut faire une recherche sur tous les champs.
! *
! * @return une liste conenat tous les chapmps indexés.
! * @throws RechercheException si une erruer survient lors de récuperation des champs
! */
! List getFieldNames()throws RechercheException;
!
}
\ No newline at end of file
Plus d'informations sur la liste de diffusion Castore-commits