[Castore-commits] Facade.java 1.16 1.17

Neman OULD SID'AHMED neman at adullact1.hosting.cri74.org
Mer 16 Aou 16:50:37 CEST 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche
In directory adullact1:/tmp/cvs-serv23162/src/java/fr/emn/castor/recherche

Modified Files:
	Facade.java 
Log Message:
ajout des commentaires	
java 1.5

Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/Facade.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Facade.java	16 Aug 2006 14:23:28 -0000	1.16
--- Facade.java	16 Aug 2006 14:50:34 -0000	1.17
***************
*** 164,169 ****
  		return this.indexLucene.search(query);
  	}
! 
! 	public List getFieldNames() throws RechercheException {
  		this.indexLucene = new IndexationRechercheLuceneDocEtNotice();
  		return this.indexLucene.getFieldNames();
--- 164,171 ----
  		return this.indexLucene.search(query);
  	}
!    /**
!     * @see fr.emn.castor.recherche.IRecherche#getFieldNames()
!     */
! 	public List<String> getFieldNames() throws RechercheException {
  		this.indexLucene = new IndexationRechercheLuceneDocEtNotice();
  		return this.indexLucene.getFieldNames();




Plus d'informations sur la liste de diffusion Castore-commits