ok, i find my files now. can I make all files to the default search file?

Regards Thomas

-----Ursprüngliche Nachricht-----
Von: Brian Carmalt [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 13. Juni 2008 08:03
An: solr-user@lucene.apache.org
Betreff: Re: AW: My First Solr

Do you see if the document update is sucessful? When you start solr with
java -jar start.jar for the example, Solr will list the the document id
of the docs that you are adding and tell you how long the update took.

A simple  but brute force method to findout if a document has been
commited is to stop the server and then restart it.

You can also use the solr/admin/stats.jsp page to see if the docs are
there.

After looking at your query in the results you posted, I would bet that
you are not specifying a search field. try searching for "anwendung:KIS"
or "id:[1 TO *]" to see all the docs in you index.

Brian

Am Freitag, den 13.06.2008, 07:40 +0200 schrieb Thomas Lauer:
> i have tested:
> SimplePostTool: version 1.2
> SimplePostTool: WARNING: Make sure your XML documents are encoded in
> UTF-8, other encodings are not currently supported
> SimplePostTool: POSTing files to http://localhost:8983/solr/update..
> SimplePostTool: POSTing file import_sample.xml
> SimplePostTool: COMMITting Solr index changes..



__________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182 
(20080612) __________

E-Mail wurde geprüft mit ESET NOD32 Antivirus.

http://www.eset.com

Reply via email to