Re: how to store _text field

2015-04-28 Thread Mirko Torrisi
commands to make whatever field you want. Or you can start over with a concrete schema.xml and use _that_. Otherwise, I'm not sure what to say without actually being on your system. Wish I could help more. Erick On Thu, Mar 19, 2015 at 5:39 AM, Mirko Torrisi mirko.torr...@ucdconnect.ie wrote

Re: how to store _text field

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

Re: how to store _text field

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

Re: Invalid Date String:'1992-07-10T17'

2015-03-11 Thread Mirko Torrisi
Thanks very much for each of your replies. These resolved my problem and teach me something important. I have just discovered that I have another problem but I guess that I have to open another discussion. Cheers, Mirko On 10/03/15 20:30, Chris Hostetter wrote: : is a syntactically

Invalid Date String:'1992-07-10T17'

2015-03-10 Thread Mirko Torrisi
Hi all, I am very new with Solr (and Lucene) and I use the last version of it. I do not understand why I obtain this: Exception in thread main org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://localhost:8983/solr/Collection1: Invalid Date

Create field date using name file

2015-03-02 Thread Mirko Torrisi
Hi folks, Hopefully this is an easy question but I couldn't do it after several hours.. I created a new field (adding field name=date type=date indexed=true stored=true/) and I'd like to use name file value to fill out it. The name files are like: TEXT_CRE_MMGG_X-XXX-XXX.txt or

Re: Create field date using name file

2015-03-02 Thread Mirko Torrisi
I forgot to add that the txt files are divided in directory following this rule: //MM/**files**. Regards, Mirko