Re: Using LUCENE-2878 in Solr, e.g. PositionQueryComponent

2012-07-24 Thread Sean O'Connor
n Tue, Jul 24, 2012 at 3:00 PM, Sean O'Connor wrote: NOTES: * I picked the schema field 'test_posofftv' in an attempt to use a field stored with vectors, positions, offsets... Sorry thsi is just a nitpick on one of your notes but it reminded me: Do you actually need term ve

Using LUCENE-2878 in Solr, e.g. PositionQueryComponent

2012-07-24 Thread Sean O'Connor
Hi, I've been trying to use the new/experimental positions code from LUCENE_2878 in solr. I've extended oashc.QueryComponent as a chance to learn the code a bit. I've been able to access (scorer) frequencies, but not interval positions. I'm not sure of the best method for sharing my test and c

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

2012-07-24 Thread Sean O'Connor
ve). So I guess you probably don't have any deleted docs in your index. -Alan On 23 Jul 2012, at 02:44, Sean O'Connor wrote: 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 tho

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

[jira] Created: (LUCENE-2752) EmptyTermSpans.toString() not overridden - throws NPE

2010-11-10 Thread Sean O'Connor (JIRA)
: Search Environment: Ubuntu 10.10, solr/lucene revision 1033666. Reporter: Sean O'Connor Priority: Minor While trying to use lucene SpanQuery (e.g. SpanTermQuery) in a solr QueryComponent.process(), I got a NPE on the EmptySpanTerms.toString() method. I a