On Sat, Mar 7, 2009 at 12:40 AM, SJ <sjh...@yahoo.com> wrote:

>
> The nam' field defined as string. What is the best analyzer to analyze the
> name field text (ie Apple Corporation or The Applemint Gimlet) into
> individual tokens.
> Also shall I use stored or not stored property.
>
> <field name="NAME" type="string" indexed="true" stored="true"/>


Use the text data type (as given in the example schema). If you want the
field's original value to be returned in the results, use stored="true"
otherwise false.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to