Re: filter by term frequency

2012-06-17 Thread Mike Sokolov
Thanks, Jack! On 6/16/2012 5:26 PM, Jack Krupansky wrote: If you were a *Solr* user, I could say "try the 'termfreq' function query": termfreq(field,term) returns the number of times the term appears in the field for that document. Example Syntax: termfreq(text,'memory') See: http://w

Re: filter by term frequency

2012-06-16 Thread Jack Krupansky
If you were a *Solr* user, I could say "try the 'termfreq' function query": termfreq(field,term) returns the number of times the term appears in the field for that document. Example Syntax: termfreq(text,'memory') See: http://wiki.apache.org/solr/FunctionQuery#tf Lucene does have "Funct