0 Replies Latest reply on Jun 16, 2015 7:51 AM by smoers

    Dependi

    smoers

      Hi,

       

      I would like to use the analysis process in my java project, as indicated in the hibernate documentation.

      But, I have many dependencies errors.

       

      Can you give me the jar list that must be included in my project path ?

       

       

      mapping.analyzerDef("fr", StandardTokenizerFactory.class)
        .filter(LowerCaseFilterFactory.class)
        .filter(FrenchStemFilterFactory.class);
      

       

      Many thanks,

      Serge