Hello,
I'm very new to Solr and I come to an unexplainable point by myself so I
need your help.
I have indexed a huge amount of xml-Files by a shell script.
"function solringest_rec {
for SRCFILE in $(find $1 -type f); do
#DESTFILE=$URL${SRCFILE/$1/}
echo ingest $SRCFILE
curl $URL -H "Content-type: text/xml" --data-binary
@$SRCFILE
done
}
"
The respone I get is everytime:
<?xml version="1.0! encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0<int
name="QTime">116</int></lst>
</respone>
Because of this I think that everything should be fine but the queries
doesn't work.
For all other operations as the post operation I use the stuff from example
folder.
Maybe I have to configure something in the schema.xml or solrconfig.xml ?
Hope you can help me!
Kind regards,
Max
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473.html
Sent from the Solr - User mailing list archive at Nabble.com.