Re: issue with delete index

2010-03-12 Thread muneeb
Thanks for replying Yonik. I did actually restart the jetty after changing schema and before re-indexing. But i realized that it was to do with 'omitNorms' field attribute, i had titles with length 3 and 4 with similar length normalization score (0.5), which I was, wrongly, expecting to be diffe

Re: issue with delete index

2010-03-11 Thread Yonik Seeley
On Thu, Mar 11, 2010 at 12:22 PM, muneeb wrote: > I have made some changes to my schema, including setting of omitNorms to > false for a few fields. I am using Solr1.4 with SolrJ client. I deleted my > index using the client: > > solrserver.deleteByQuery("*:*"); > solrserver.optimize(); Solr impl