actually, i want to insert some logs into solrindexsearcher. so the place
where solrindexsearcher is solr-core.jar in dist. i replace new made
solr-core.jar with old solr-core.jar in dist.
in solrconfig i made this solrconfig refered this jar like below.

<?xml version="1.0" encoding="UTF-8" ?> <config> <lib path=
"${solr.install.dir:}/dist/solr-core-5.5.0-SNAPSHOT.jar"/>
.
.
.

however, solr did not refer what i made(solr-core.jar file). i stayed up
all night.
but i cannot find proper way...

would u please please give me the way..?

Reply via email to