Right, your schema.xml file will define, perhaps, some "dynamic
fields". First insure that stored="true" is specified. If you change
this, you have to re-index the docs.

Second, insure that your "fl" parameter with the field is specified on
the requests, something like q=*:*&fl=eoe_txt.

Third, insure that you are actually sending content to that field when
you index docs.

If none of this helps, show us the definition from schema.xml and a
sample input document and a query that illustrate the problem please.

Best,
Erick

On Fri, Mar 13, 2015 at 1:20 AM, Mirko Torrisi
<mirko.torr...@ucdconnect.ie> wrote:
> Hi Alexandre,
>
> I need to visualize the content of _txt. For some reasons, actual it is not
> showed in the results (the "response").
> I guess that it doesn't happen because it isn't stored (for some default
> setting that I'd like to change).
>
> Thanks for your help,
>
> Mirko
>
>
> On 13/03/15 00:27, Alexandre Rafalovitch wrote:
>>
>> Wait, step back. This is confusing. What's your real problem you are
>> trying to solve?
>>
>> Regards,
>>     Alex.
>> ----
>> Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
>> http://www.solr-start.com/
>>
>>
>> On 12 March 2015 at 19:50, Mirko Torrisi <mirko.torr...@ucdconnect.ie>
>> wrote:
>>>
>>> Hi folks,
>>>
>>> I googled and tried without success so I ask you: how can I modify the
>>> setting of a field to store it ?
>>>
>>> It is interesting to note that I did not add _text field so I guess it is
>>> a
>>> default one. Maybe it is normal that it is not showed on the result but
>>> actually this is my real problem. It could be grand also to copy it in a
>>> new
>>> field but I do not know how to do it with the last Solr (5) and the new
>>> kind
>>> of schema. I know that I have to use curl but I do not know how to use it
>>> to
>>> copy a field.
>>>
>>> Thank you in advance!
>>> Cheers,
>>>
>>>   Mirko
>
>

Reply via email to