Hi Ravi, In that case, you could have 2 fields. One of them would be indexed (i.e. "foo bar") and you could use the other only to store as per your logic. Hope this solves your purpose.
-- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw............ On Fri, Nov 14, 2008 at 1:19 PM, Ravi L <[EMAIL PROTECTED]> wrote: > Hi, > > I am simple question. > > I want a string to be indexed, but stored part of that string. > > For example, if my string is "foo bar", I want to index whole string("foo > bar") but store the first 3 characters("foo") of it. How can I do this with > the lucene APIs? > > > thanks > ravi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >