ashokc schrieb:
Do I have to declare 'field1' also to be stored? 'field1' is never
returned in the response.
I find the following Wiki page helpful when dealing with @stored,
@indexed and friends:
http://wiki.apache.org/solr/FieldOptionsByUseCase
Michael Ludwig
ashokc wrote:
Hi,
I copy 'field1' to 'field2' so that I can apply a different set of analyzers
& filters. Content wise, they are identical. 'field2' has to be stored
because it is used for high-lighting. Do I have to declare 'field1' also to
be stored? 'field1' is never returned in the response.