Re: solr error after relacing schema.xml

2012-05-01 Thread BillB1951
PROBLEM RESOLVED. Solr 3.6.0 changed where it looks for stopwords_en.txt (now in sub-directory /lang) . Schema.xml generated by Haystack 2.0.0 beta need to be edited. Everthing working now. - BillB1951 -- View this message in context:

solr error after relacing schema.xml

2012-04-26 Thread BillB1951
Trouble getting solr and Haystack working together. I have solar working (can get admin screen and query test data). I then create my search_indexes.py (per getting started example, I also have run syndb and added data to the Notes table). I run manage.py build_solar_schema, it generates XML

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
Try looking at the logs. On Apr 25, 2012, at 10:53 PM, BillB1951 wrote: Trouble getting solr and Haystack working together. I have solar working (can get admin screen and query test data). I then create my search_indexes.py (per getting started example, I also have run syndb and added data

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
It does not appear that any logfiles were created. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3941997.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
By default logging goes to std out. You probably want to configure real logging though: http://wiki.apache.org/solr/SolrJetty#Logging On Apr 26, 2012, at 1:33 PM, BillB1951 wrote: It does not appear that any logfiles were created. - BillB1951 -- View this message in context:

Re: solr error after relacing schema.xml

2012-04-26 Thread Lance Norskog
Which version of Solr does Haystack expect? The schema builder might be targeting an older version of Solr. On Thu, Apr 26, 2012 at 10:47 AM, Mark Miller markrmil...@gmail.com wrote: By default logging goes to std out. You probably want to configure real logging though:

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
I'm using haystack 2.0.0Beta, and Apache-Solr-3.6.0. I'm not sure how to determine the schema.xml version, but I do notice that the solr example's schema.xml is schema name=example version=1.5- and the schema.xml generated by haystack is schema name=default version=1.4. Can I specify