Problems with mySolr Wiki

2007-10-10 Thread Christian Klinger
Hi Solr-Users, i try to follow the instructions [1] from the solr-wiki to build my custom solr server. First i have created the directory-structure. mySolr --solr --conf --schema.xml --solrconfig.xml --solr.xml <-- Where i can find this file? --build.xml <-- copy & paste from the wiki

solr.py problems with german "Umlaute"

2007-09-06 Thread Christian Klinger
Hi all, i try to add/update documents with the python solr.py api. Everything works fine so far but if i try to add a documents which contain German Umlaute (ö,ä,ü, ...) i got errors. Maybe someone has an idea how i could convert my data? Should i post this to JIRA? Thanks for help. Btw: I ha

solr.py facet.field question

2007-08-24 Thread Christian Klinger
Hi, how can i specify more than one facet.field in the query method from solr.py? These trys doesn´t work: res = c.query(q="Klaus", facet="true", facet_limit="-1", facet_field=['Creator','system']) res = c.query(q="Klaus", facet="true", facet_limit="-1", facet_field='Creator', facet_field='

Indexing Doc, PDF, ... from filesystem (Newbie Question)

2007-08-21 Thread Christian Klinger
Hi Solr Users, i have set up a Solr-Server with a custom Schema. Now i have updated the index with some content form xml-files. Now i try to update the contents of a folder. The folder consits of various document-types (pdf,doc,xls,...). Is there anywhere an howto how can i parse the documents,

Python Utilitys for Solr

2007-08-14 Thread Christian Klinger
Hi i just play a bit with: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/solr.py Is it possible that this library is a bit out of date? If i try to get the example running. I got a parese error from the result. Maybe the response format form Solr has changed? If you can