[Castore-commits] Facade.java 1.14 1.15
Neman OULD SID'AHMED
neman at adullact1.hosting.cri74.org
Mer 16 Aou 16:03:42 CEST 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche
In directory adullact1:/tmp/cvs-serv20417/src/java/fr/emn/castor/recherche
Modified Files:
Facade.java
Log Message:
Ajout d'une methode recupere tous les champs indexés
Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/Facade.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Facade.java 4 Aug 2006 14:47:39 -0000 1.14
--- Facade.java 16 Aug 2006 14:03:39 -0000 1.15
***************
*** 162,165 ****
--- 162,171 ----
return this.indexLucene.search(query);
}
+
+ public List getFieldNames() throws RechercheException{
+ this.indexLucene = new IndexationRechercheLuceneDocEtNotice();
+ return this.indexLucene.getFieldNames();
+
+ }
}
\ No newline at end of file
Plus d'informations sur la liste de diffusion Castore-commits