http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/document/StringField.html

I found StringField API here, however, it seems that StringField can't be
found and thus not compiled.

My lucene is 3.5

On Wed, Feb 13, 2013 at 4:54 AM, Ian Lea <[email protected]> wrote:

> Assuming you mean the String representation of a Map, the same way you
> do any other String: use StringField or an analyzer that keeps the
> characters you want it to.  Maybe WhitespaceAnalyzer.
>
>
> --
> Ian.
>
>
> On Wed, Feb 13, 2013 at 1:34 AM, Cheng <[email protected]> wrote:
> > Hi,
> >
> > How can I add field to hold a Java map object in such way that the "[",
> > "]", "," are preserved?
> >
> > Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to