Look into adding Term Vectors to your fields, which will store the
term frequency by document. Then you can use the TermVectorMapper to
load them sorted by frequency across all the documents in your set.
-Grant
On Aug 4, 2008, at 7:40 AM, Martin vWysiecki wrote:
Hello to all,
Thanks fo
Hello to all,
Thanks for help in advance.
Example docs:
1,"car, volvo, dealer, tyres"
2,"car, mercedes, dealer, tyres"
3,"car, renault, export, tyres"
So, if i look for "car", so i would like to get, except normal
results, a list of most frequent terms in result set.
This would be in my example