[Castore-commits] Facade.java 1.10 1.11
Céline BENOIT
cbenoit at adullact1.hosting.cri74.org
Jeu 20 Avr 15:23:09 CEST 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche
In directory adullact1:/tmp/cvs-serv21307/src/java/fr/emn/castor/recherche
Modified Files:
Facade.java
Log Message:
correction d'un bug
Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/Facade.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Facade.java 20 Apr 2006 09:08:17 -0000 1.10
--- Facade.java 20 Apr 2006 13:23:07 -0000 1.11
***************
*** 149,154 ****
*/
public Iterator<HashMap<String, String>> search(
! final Map<String, String> query) throws RechercheException {
! return this.indexLucene.search(query);
}
--- 149,156 ----
*/
public Iterator<HashMap<String, String>> search(
! final Map<String, String> query)
! throws RechercheException {
! this.indexLucene = new IndexationRechercheLuceneDocEtNotice();
! return this.indexLucene.search(query);
}
Plus d'informations sur la liste de diffusion Castore-commits