Re: Can't getLiveDocs in Solr Component from LUCENE-2878--positions branch

2012-07-24 Thread Sean O'Connor
Ah... right. That couldn't be much more obvious : -). So it looks like my problem is now in navigating the new API. I am getting null Intervals from the Scorer. I'll start a new thread since getLiveDocs is not part of my difficulty. Thanks, Sean On 07/23/2012 05:30 PM, Alan Woodward wrote:

Re: Can't getLiveDocs in Solr Component from LUCENE-2878--positions branch

2012-07-23 Thread Alan Woodward
Hi Sean, From the javadocs on AtomicReader: /** Returns the {@link Bits} representing live (not * deleted) docs. A set bit indicates the doc ID has not * been deleted. If this method returns null it means * there are no deleted documents (all documents are * live). So I guess

Can't getLiveDocs in Solr Component from LUCENE-2878--positions branch

2012-07-22 Thread Sean O'Connor
Hello all, I think I am missing something fairly basic. I have been checking out the LUCENE-2878 branch and really like it. Somewhere along the line though it seems I have foo'ed something up. I can't successfully call getLiveDocs(). I have enough knowledge of solr/lucene to be danger