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
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
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
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
: 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