query time problem

2011-08-10 Thread Charles-Andre Martin
Hi, I've noticed poor performance for my solr queries in the past few days. Queries of that type : http://server:5000/solr/select?q=story_search_field_en:(water boston) OR story_search_field_fr:(water boston)rows=350start=0sort=r_modify_date

RE: query time problem

2011-08-10 Thread Charles-Andre Martin
from the admin console 'statistics' page Are you seeing anything untoward in the solr logs ? -Simon On Wed, Aug 10, 2011 at 1:11 PM, Charles-Andre Martin charles-andre.mar...@sunmedia.ca wrote: Hi, I've noticed poor performance for my solr queries in the past few days. Queries

schema.xml changes, need re-indexing ?

2011-07-27 Thread Charles-Andre Martin
Hi, We currently have a big index in production. We would like to add 2 non-required fields to our schema.xml : field name=myfield type=boolean indexed=true stored=true required=false/ field name=myotherfield type=string indexed=true stored=true required=false