Re: New line

2005-07-20 Thread Otis Gospodnetic
eld separator > in the > text file. What can be used in the text file to separate my lines ? > > >From: Otis Gospodnetic <[EMAIL PROTECTED]> > >Reply-To: java-user@lucene.apache.org > >To: java-user@lucene.apache.org > >Subject: Re: New line >

Re: New line

2005-07-20 Thread [EMAIL PROTECTED]
Chris, If I understand your question correctly, you are saying why is the the search output of lucene not returning the two lines as distinct two lines? If you are returning the lucene search output to the web and want the new line \n to be dispalyed as such, you need to replace the

Re: New line

2005-07-20 Thread christopher may
a-user@lucene.apache.org To: java-user@lucene.apache.org Subject: Re: New line Date: Tue, 19 Jul 2005 10:15:15 -0700 (PDT) I may be misunderstanding you, but \n is the "newline" character. http://www.google.com/search?q=newline%20character%20java Otis --- christopher may <[EMAIL PROTECTED

Re: New line

2005-07-19 Thread Otis Gospodnetic
I may be misunderstanding you, but \n is the "newline" character. http://www.google.com/search?q=newline%20character%20java Otis --- christopher may <[EMAIL PROTECTED]> wrote: > > I am using text files in my index. What can be used as the new line > character ? Say I

New line

2005-07-19 Thread christopher may
I am using text files in my index. What can be used as the new line character ? Say I have A batch of apples Apples . So the doc is returned as Apples and the summary is A batch of apples. If I want to then on the next line of the file put A state out west Arizona. This all blends together