Hi,
the string you're looking for is in the "anwendung" field, while your
default searchfield is the "beschreibung" field, try specifying the
searchfield like this anwendung:"KIS".
Geert
Thomas Lauer wrote:
HI,
i have installed my first solr on tomcat. I have modify my shema.xml
for my XML´s and I have import with the post.jar some xml files.
tomcat runs
solr/admin runs
post.jar imports files
but I can´t find my files.
the reponse ist always
<?xml version="1.0" encoding="UTF-8" ?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="rows">10</str>
<str name="start">0</str>
<str name="indent">on</str>
<str name="q">KIS</str>
<str name="version">2.2</str>
</lst>
</lst>
<result name="response" numFound="0" start="0" />
</response>
My files in the attachment
Regards Thomas