On 7/5/05, Quentin Mathé <[EMAIL PROTECTED]> wrote: > Le 4 juil. 05 à 03:38, Yen-Ju Chen a écrit : > > > On 7/3/05, Quentin Mathé <[EMAIL PROTECTED]> wrote: > > > >> I will test it tomorrow probably on both GNUstep/Linux and Cocoa. > > > > Thanx. > > I also update the LuceneKitExample to show more details. > > Use --details to see them. > > I compiled LuceneKit yesterday on Ubuntu x86 and I ran the tests > suite : every tests were passed correctly. However I have been unable > to use LuceneKitExample, it compiles but when I tried something like : > ./LuceneKitExample --details --path=/home/qmathe/LuceneTest wanted > or > ./LuceneKitExample --details --fs --path=/home/qmathe/LuceneTest wanted > I obtained zero results when I should have one or more.
Could you try "./LuceneKitExample --path=/home/qmathe/LuceneTest <keyword>" first, then try add "--details" between "--path" and your keyword ? LuceneKitExmample doesn't process the arguments very well. Therefore, you have to keep the order ot arguments right. The order should be "--fs", "--path", "--details", <your keyword...> The results should look like this: *** Query: +content:zoo === 2 files found === 1: ./zoo.txt 2: ./all.txt *** "Query" tells you whether you get the keyword right. The keyword here is "+content:zoo", which is +zoo in the command line. If you still have problem, please let me know. Yen-Ju > > Quentin. > > -- > Quentin Mathé > [EMAIL PROTECTED] > > > _______________________________________________ > Etoile-dev mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-dev >
