RE: Similarity for Span and Boolean query

2007-01-08 Thread J.Zhu
Subject: Re: Similarity for Span and Boolean query : The equation for similarity is given on this web page: : http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Similari : ty.html : : I would like to know what are the equations for similarity if the query : is a span or boolean query

Re: Similarity for Span and Boolean query

2007-01-08 Thread Chris Hostetter
: The equation for similarity is given on this web page: : http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Similari : ty.html : : I would like to know what are the equations for similarity if the query : is a span or boolean query. That equation does cover BooleanQueries -- the "c

Similarity for Span and Boolean query

2007-01-06 Thread J.Zhu
Hi, all, The equation for similarity is given on this web page: http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Similari ty.html I would like to know what are the equations for similarity if the query is a span or boolean query. Jianhan