[Castore-commits] IndexationRechercheLucene.java 1.17 1.18

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


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

Modified Files:
	IndexationRechercheLucene.java 
Log Message:
Ajout de commentaires 
java 1.5

Index: IndexationRechercheLucene.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/metier/lucene/IndexationRechercheLucene.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** IndexationRechercheLucene.java	16 Aug 2006 14:26:09 -0000	1.17
--- IndexationRechercheLucene.java	16 Aug 2006 14:38:18 -0000	1.18
***************
*** 277,284 ****
          return resultHits;
      }
!     public final List getFieldNames() {
  		String indexDir = Constants.CASTOR_INDEX_PATH;
  		IndexSearcher searcher;
! 		List resultat = new ArrayList();
  		Collection res;
  		try {
--- 277,291 ----
          return resultHits;
      }
!     /**
!      * Methode renvoyant la liste des cahmps indexés.
!      *
!      * @return une liste de String.
!      * @throws IOException si une erreur survient lors de la lecture du hit.
!      */
!     
!     public final List<String> getFieldNames() {
  		String indexDir = Constants.CASTOR_INDEX_PATH;
  		IndexSearcher searcher;
! 		List<String> resultat = new ArrayList<String>();
  		Collection res;
  		try {




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