Re: Prevent Lucene from returning short length text...

2004-10-04 Thread John Moylan
...or just set a lower boost on fileds with less than $x amount of characters while indexing. John Otis Gospodnetic wrote: Kevin, You could try setting index-time field length-dependent boosts. Another possibility may be your own sorting, that takes field length in consideration, but I'm not sure

Re: Prevent Lucene from returning short length text...

2004-10-04 Thread Otis Gospodnetic
Kevin, You could try setting index-time field length-dependent boosts. Another possibility may be your own sorting, that takes field length in consideration, but I'm not sure how well that would work. Finally, you could use your own Similarity and implement your own http://jakarta.apache.org/luc