Re: solrj, boost and schema.xml

2011-05-17 Thread Marc SCHNEIDER
Hi, I was really convinced there was such a field in the schema.xml structure -) Thanks for you answer! Marc. On Tue, May 17, 2011 at 1:59 PM, Erick Erickson wrote: > How are you defining a boost for a field in the schema? As far > as I know there's no such parameter for the tag that Solr > un

Re: solrj, boost and schema.xml

2011-05-17 Thread Erick Erickson
How are you defining a boost for a field in the schema? As far as I know there's no such parameter for the tag that Solr understands. Solr ignores attributes it doesn't recognize So, you'd have to read/parse the schema.xml file (which you can get from the admin handler, see the URL generated