Shortest snippet in search results

2007-05-29 Thread Prasanna Seshadri
Hello users, I am right now developing an algorithm to calculate the shortest snippet from the search results for a given keyword of length n (from user query). From the lucene source I found that there is a method getBestFragments which would do the same. However its very hard to interpret

Shortest snippet in Search results

2007-05-24 Thread Prasanna Seshadri
Hello users, I am right now developing an algorithm to calculate the shortest snippet from the search results for a given keyword of length n (from user query). From the lucene source I found that there is a method getBestFragments which would do the same. However its very hard to interpret