Hi,
I have a question that I couldn't find the exact answer to.
I have some fields that I want to add to my schema but will never be
searched on. They are only used as additional information about a
document when retrieved. They are integers, so should i just have the
field be:
<field name="foo" type="integer" indexed="false"
stored="true"/>
I'm pretty sure this is right, but I just wanted to check that I'm not missing
any speedups from using a different field
or adding some other parameters.
-Mike