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 <jack.krupan...@gmail.com>
wrote:

> 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
>
> Use the dsetool get_core_schema and get_core_config commands to retrieve
> the generated Solr schema and solrconfig files:
>
> http://docs.datastax.com/en/datastax_enterprise/4.8/datastax_enterprise/tools/toolsDsetool.html
>
> You can also use the dsetool read_resource command to read any of the Solr
> resource "files".
>
>
> -- Jack Krupansky
>
> On Mon, Jan 18, 2016 at 12:47 AM, Harikrishnan A <hari...@yahoo.com>
> wrote:
>
>> Hello,
>>
>> I have created a solr core with automatic resource generation using the
>> below command
>>
>> > dsetool create_core <keyspacename>.<tablename> generateResources=true 
>> > reindex=true
>>
>> However 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 configuration files?
>> Can I customize these configuration files once it is generated using the
>> above commands?
>>
>> Thanks & Regards,
>> Hari
>>
>
>

Reply via email to