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
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