Re: per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
eth benoit > > Sent: Thursday 9th October 2014 13:31 > > To: solr-user@lucene.apache.org > > Subject: Re: per field similarity not working with solr 4.2.1 > > > > Thanks for the information! > > > > I've been struggling with that debug output. Any

RE: per field similarity not working with solr 4.2.1

2014-10-09 Thread Markus Jelsma
Well, it is either the output of your calculation or writing something to System.out Markus -Original message- > From:elisabeth benoit > Sent: Thursday 9th October 2014 13:31 > To: solr-user@lucene.apache.org > Subject: Re: per field similarity not working wit

Re: per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
gt; a known issue. > > > -Original message- > > From:elisabeth benoit > > Sent: Thursday 9th October 2014 12:22 > > To: solr-user@lucene.apache.org > > Subject: per field similarity not working with solr 4.2.1 > > > > Hello, > > > > I a

RE: per field similarity not working with solr 4.2.1

2014-10-09 Thread Markus Jelsma
Hi - it should work, not seeing your implemenation in the debug output is a known issue. -Original message- > From:elisabeth benoit > Sent: Thursday 9th October 2014 12:22 > To: solr-user@lucene.apache.org > Subject: per field similarity not working with solr 4.2.1 >

per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
Hello, I am using Solr 4..2.1 and I've tried to use a per field similarity, as described in https://apache.googlesource.com/lucene-solr/+/c5bb5cd921e1ce65e18eceb55e738f40591214f0/solr/core/src/test-files/solr/collection1/conf/schema-sim.xml so in my schema I have and a custom similari

Re: configuring per-field similarity in Solr 4: "the global similarity does not support it"

2012-12-17 Thread Tom Burton-West
Thanks Markus! Adding fixed the problem. >>Keep in mind that coord and queryNorm (=1.0f) are not implemented now, so you will get different scores for TF-IDF! Can you explain more about this, or is it documented somewhere? Do I need to read the source for solr.SchemaSimilarityFactory? Is there

RE: configuring per-field similarity in Solr 4: "the global similarity does not support it"

2012-12-17 Thread Markus Jelsma
scores for TF-IDF! Cheers, -Original message- > From:Tom Burton-West > Sent: Mon 17-Dec-2012 23:11 > To: solr-user@lucene.apache.org > Subject: configuring per-field similarity in Solr 4: "the global > similarity does not support it" > > Hello, >

configuring per-field similarity in Solr 4: "the global similarity does not support it"

2012-12-17 Thread Tom Burton-West
Hello, I have Solr 4 configured with several fields using different similarity classes according to: http://wiki.apache.org/solr/SchemaXml#Similarity However, I get this error message: " FieldType 'DFR' is configured with a similarity, but the global similarity does not support it: class org.apac

Per Field Similarity

2012-05-24 Thread hemantverm...@gmail.com
this message in context: http://lucene.472066.n3.nabble.com/Per-Field-Similarity-tp3985857.html Sent from the Solr - User mailing list archive at Nabble.com.