Re: how to store _text field

2015-04-28 Thread Mirko Torrisi
Hi guys, I used the Erick's suggestions (thanks again!!) to create a new field and copy in it the _text content. curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-field" : { "name":"content", "type":"stri

Re: _text

2015-03-24 Thread Zheng Lin Edwin Yeo
Hi Philippe, That means you're using the physical schema.xml. You can check the file in your collection, under conf folder. For mine I don't have the _text field in my schema.xml. If you don't require it in your setup, you can try removing it and see if it's ok? Else you ca

Re: _text

2015-03-24 Thread phiroc
Hi Zheng, I copied the SOLR 5 schema.xml file on Github (?), which contains the following line: - Mail original - De: "Zheng Lin Edwin Yeo" À: solr-user@lucene.apache.org Envoyé: Mardi 24 Mars 2015 10:59:49 Objet: Re: _text Hi Philippe, Are you using the default sch

Re: _text

2015-03-24 Thread Zheng Lin Edwin Yeo
nel displays the following error: > > 23/03/2015 15:05:05 ERROR SolrCore > org.apache.solr.common.SolrException: undefined field: "_text" > > How should _text be defined in schema.xml? > > Many thanks. > > Philippe >

_text

2015-03-24 Thread phiroc
Hello, my SOLR 5 Admin Panel displays the following error: 23/03/2015 15:05:05 ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "_text" How should _text be defined in schema.xml? Many thanks. Philippe

Re: how to store _text field

2015-03-19 Thread Erick Erickson
gt; >>> 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. >>>> >>

Re: how to store _text field

2015-03-19 Thread Mirko Torrisi
ied 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 co

Re: how to store _text field

2015-03-14 Thread Erick Erickson
>> Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: >> http://www.solr-start.com/ >> >> >> On 12 March 2015 at 19:50, Mirko Torrisi >> wrote: >>> >>> Hi folks, >>> >>> I googled and tried without success so

Re: how to store _text field

2015-03-13 Thread Mirko Torrisi
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 p

Re: how to store _text field

2015-03-12 Thread Alexandre Rafalovitch
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 c

how to store _text field

2015-03-12 Thread Mirko Torrisi
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