Re: pruning package- pruneAllPositions

2012-06-04 Thread Zeynep P.
or IR systems", for the same data set with the same parameters, they have 36.4%. Has enyone used this package with LATimes dataset? Thanks in advance, Best regards ZP -- View this message in context: http://lucene.472066.n3.nabble.com/pruning-package-pruneAllPositions-tp3954762p3987531.html Sen

Re: pruning package- pruneAllPositions

2012-05-07 Thread jake dsouza
body:freely > ***body:freely > > I hope that my problem is more clear now. > > Thanks in advance, > Best Regards > ZP > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/pruning-package-pruneAllPositions-tp3954762p3968723.html > Sent

Re: pruning package- pruneAllPositions

2012-05-07 Thread Zeynep P.
this message in context: http://lucene.472066.n3.nabble.com/pruning-package-pruneAllPositions-tp3954762p3968723.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubs

Re: pruning package- pruneAllPositions

2012-05-02 Thread Erick Erickson
Not unless you provide a lot more context, there's nothing to go on here! You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Wed, May 2, 2012 at 6:11 AM, Zeynep P. wrote: > Hi, > > In the pruning package, pruneAllPositions throws an exception. In th

pruning package- pruneAllPositions

2012-05-02 Thread Zeynep P.
Hi, In the pruning package, pruneAllPositions throws an exception. In the code it is commented that it should not happen. // should not happen! throw new IOException("termPositions.doc > docs[docsPos].doc"); Can you please explain me why it happens and what should I do to fix it