Re: Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-19 Thread Harikrishnan A
Thanks Sebastian , Jack...This really helps Sent from Yahoo Mail on Android On Mon, Jan 18, 2016 at 11:03 AM, Sebastian Estevez wrote: You can post it to the server using either curl or dsetool: http://docs.datastax.com/en/datastax_enterprise/4.8/datastax_enterprise/srch/srchReldCore.html

Re: Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-18 Thread Sebastian Estevez
You can post it to the server using either curl or dsetool: http://docs.datastax.com/en/datastax_enterprise/4.8/datastax_enterprise/srch/srchReldCore.html use the solrconfig and schema options: OptionSettingsDefaultDescription schema= path n/a Path of the schema file used for reloading the core

Re: Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-18 Thread Harikrishnan A
Thanks Jack ..So how do I customize these resource file.. I mean if I want to add some custom fields or to change the default text analyzer etc.. Sent from Yahoo Mail on Android On Mon, Jan 18, 2016 at 7:50 AM, Jack Krupansky wrote: Also, you can (and probably should) use the Solr admin U

Re: Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-18 Thread Jack Krupansky
Also, you can (and probably should) use the Solr admin UI console if you simply wish to view the generated resource files. -- Jack Krupansky On Mon, Jan 18, 2016 at 9:46 AM, Jack Krupansky wrote: > As per the DSE Search doc: "Resource files are stored in Cassandra > database, not in the file sy

Re: Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-18 Thread Jack Krupansky
As per the DSE Search doc: "Resource files are stored in Cassandra database, not in the file system. The schema.xml and solrconfig.xml resources are persisted in the solr_admin.solr_resources database table": http://docs.datastax.com/en/datastax_enterprise/4.8/datastax_enterprise/srch/srchUpld.html

Unable to locate Solr Configuration file ( Generated using dsetool )

2016-01-17 Thread Harikrishnan A
Hello, I have created a solr core with automatic resource generation using the below command> dsetool create_core . generateResources=true reindex=trueHowever I am unable to locate the schema.xml and the solrconfig.xml which got created for this core.What is the default location of these config