On Thu, Mar 11, 2010 at 12:22 PM, muneeb <muneeba...@hotmail.com> 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 implements a *:* by removing the index, so this should have been fine.

> But after reindexing and running the queries i don't see any difference in
> query results, as if it didn't take 'omitNorms' settings into consideration.

Did you restart Solr so that the schema was re-read?

-Yonik
http://www.lucidimagination.com

Reply via email to