You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Saurabh Agarwal <sr...@gmail.com> on 2010/05/17 16:34:22 UTC

Storing The content

Hi,
if I want to store the Content field through the constructor
Field(string,Reader). Is there any possible way of doing it??


Regards
Saurabh Agarwal

Re: Storing The content

Posted by Anshum <an...@gmail.com>.
Hi Saurabh,
I don't think there's a way to do that? Why not use other constructs?

--
Anshum Gupta
http://ai-cafe.blogspot.com

The facts expressed here belong to everybody, the opinions to me. The
distinction is yours to draw............


On Mon, May 17, 2010 at 8:04 PM, Saurabh Agarwal <sr...@gmail.com>wrote:

> Hi,
> if I want to store the Content field through the constructor
> Field(string,Reader). Is there any possible way of doing it??
>
>
> Regards
> Saurabh Agarwal
>

Re: Storing The content

Posted by Saurabh Agarwal <sr...@gmail.com>.
ok thanks :)

Saurabh Agarwal


On Mon, May 17, 2010 at 8:57 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> No ist not possible, as For storing+indexing the content must be read
> twice,
> which is not possible with Reader.
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
> > -----Original Message-----
> > From: Saurabh Agarwal [mailto:srbh.grwl@gmail.com]
> > Sent: Monday, May 17, 2010 4:34 PM
> > To: java-user@lucene.apache.org
> > Subject: Storing The content
> >
> > Hi,
> > if I want to store the Content field through the constructor
> > Field(string,Reader). Is there any possible way of doing it??
> >
> >
> > Regards
> > Saurabh Agarwal
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

RE: Storing The content

Posted by Uwe Schindler <uw...@thetaphi.de>.
No ist not possible, as For storing+indexing the content must be read twice,
which is not possible with Reader.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Saurabh Agarwal [mailto:srbh.grwl@gmail.com]
> Sent: Monday, May 17, 2010 4:34 PM
> To: java-user@lucene.apache.org
> Subject: Storing The content
> 
> Hi,
> if I want to store the Content field through the constructor
> Field(string,Reader). Is there any possible way of doing it??
> 
> 
> Regards
> Saurabh Agarwal


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org