Re: pruning package- pruneAllPositions

2012-05-07 Thread jake dsouza
Hi Zeynep, I was facing the same issue in CarmelUniformTermPruningPolicy in package org.apache.lucene.index.pruning . I think the issue is in the while loop condition in following peice of code *while ((docsPos < (docs.length - 1))* * && termPositions.doc() > docs[docsPos].doc) {* * docsPos++;*

Re: two fields, the first important than the second

2012-04-26 Thread jake dsouza
Hi, I think what your are looking for is boost factor that you can use in your score . Take a look at http://lucene.apache.org/core/3_6_0/scoring.html#Score Boosting - Jake On Thu, Apr 26, 2012 at 3:12 PM, Akos Tajti wrote: > Dear List, > > we've been struggling the following problem for a wh