Use an executable from java ...

2005-01-31 Thread Bertrand VENZAL
Hi all, I ve a kind of problem to execute a converting tool to modify a pdf to an html under Linux. In fact, i have an executable "pdftohtml" which work correctly on batch mode, and when I want to use it through Java under Windows 2000 works also,BUT it does not work at all on the server under

How works *

2005-01-21 Thread Bertrand VENZAL
Hi, I wondered how lucene implement the * character, I know that is working but when I look at the Query Object, it doesn t seem to appear somewhere, does someone know how is it implemented ? thanks

Réf. : Re: Réf. : Re: IndexSearcher and number of occurence

2005-01-13 Thread Bertrand VENZAL
Great, thanks for your help, I understand things quickly but I need lots of explanation .. ;-) For who is interested .. I was using : int id = hits.doc(i); instead of : int id = hits.id(i); Tchõ Bertrand On Jan 13, 2005, at 10:17 AM, Bertrand VENZAL wrote: > > > > Hi, &g

Réf. : Re: IndexSearcher and number of occurence

2005-01-13 Thread Bertrand VENZAL
ence | |||| |||| |++| On Jan 13, 2005, at 5:03 AM, Bertrand VENZAL wrote: > > > Hi all, > > Im quite new in this mailing list. I ve many di

IndexSearcher and number of occurence

2005-01-13 Thread Bertrand VENZAL
Hi all, Im quite new in this mailing list. I ve many difficulties to find the number of a word (occurence) in a document, I need to use indexSearcher because of the query but the score returning is not wot i m looking for. I found in the mailing List the class TermDoc but it seems to work only w