Adding headlines, path

2007-02-02 Thread DECAFFMEYER MATHIEU
Hi all, I have simple questions for which I can't find an answer by googling : 1) I want to add headlines for a document : Field headlinesField = new Field("headlines", headlines, Field.Store.YES, Field.Index.TOKENIZED); But how do I separate the headlines between them ? Let's say I want to ad

Re: Adding headlines, path

2007-02-02 Thread Otis Gospodnetic
s *just* a demo and those are just the fields that demo uses, your application can use any field it needs, like "headlines" above. Otis - Original Message From: DECAFFMEYER MATHIEU <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, February 2, 2007 9:03:50

RE: Adding headlines, path

2007-02-02 Thread DECAFFMEYER MATHIEU
___ Matt -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 6:03 PM To: java-user@lucene.apache.org Subject: Re: Adding headlines, path * This message comes from the Internet Network * 1) Field headlines

Re: Adding headlines, path

2007-02-02 Thread Otis Gospodnetic
It won't differ, I believe. Should be easy to test. Otis - Original Message From: DECAFFMEYER MATHIEU <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, February 2, 2007 12:07:37 PM Subject: RE: Adding headlines, path Thank u Otis ! Last question about thi