Re: solrconfig.xml in riak

2016-04-26 Thread Luke Bakken
Fasil - As Fred pointed out, editing this file is not a simple matter. I recommend providing the date you need to be indexed to Solr in the expected format. Generally I do so by providing another accessor for the date that does the correct conversion. -- Luke Bakken Engineer lbak...@basho.com O

Re: solrconfig.xml in riak

2016-04-26 Thread Fred Dushin
Hi Fasil, Riak does not provide any administrative operations for this file. You can, however, edit the file for each Solr core on each riak node. You will find it under: /yz//conf You will need to restart either riak on that node, the Solr on that node, or the Yokozuna application on that

solrconfig.xml in riak

2016-04-26 Thread Fasil K
Hello Everyone, Do any one know how we can update the solrconfig.xml file for solr in riak search? The issue is I need to change a date format from '-MM-DD' format to '-MM-DDThh:mm:ssZ' for indexing . ( Cant index 'YYY-MM-DD' format directly to solr.TrieDateField ) . I am planning to use