I'd love to hear what you find out. I have been working with this also. I only changed the sweet spot to a slightly larger range than the one in the original paper (but kept the same steepness) and I tweaked the sloppy freq to not score multiple occurances of a phrase as strong as the they are in the defaultSimilarity, by playing with sloppyFreq(distance). hyperbolicTf() only comes into play if you override the tf method in your own subclass to call it instead of the baselineTf which it normally calls. I also didn't get what it was trying to do.
-Paul > -----Original Message----- > From: Peyman Faratin [mailto:pey...@robustlinks.com] > Sent: Wednesday, February 15, 2012 6:40 AM > To: java-user@lucene.apache.org > Subject: SweetSpotSimilarity > > Hi > > I have a noobie question. I am trying to use the SweetSpotSimilarity (SSS) > class. > > http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/api/contrib- > misc/org/apache/lucene/misc/SweetSpotSimilarity.html > > I understand the scoring behavior of Lucene > > http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/api/all/org/apache/lucene/searc > h/Similarity.html > > And I am aware that SweetSpotSimilarity resulted from this paper > > http://trec.nist.gov/pubs/trec16/papers/ibm-haifa.mq.final.pdf > > However, I was wondering if there was a resource that explained (and gave > examples) of how SSS > works and what each parameter (hyperbolic, etc) means. I know this is a > Lucene list but I am actually > trying to use SSS in solr. I am aware of SOLR-1365 patch that makes > configuring SSS easier (in the > schema.xml) > > https://issues.apache.org/jira/browse/SOLR-1365 > > but I am having trouble understanding what some of the 13 parameters are and > how they map to SSS. > > Thank you > > Peyman > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org