Can someone point me to a code example that demonstrates processing tokens from
a query result? I want to iterate over TermPositions but can't find my way to
an object that instantiates that interface.
Thank you for the assistance,
Peter
---
Can someone point me to a code example that demonstrates processing terms from
a query result? I want to extract payloads from the terms that are selected by
the query. I'm having difficulty getting to an object in the query result that
implements getPayload().
Thank you for the assistance,
P
>
>> -Original Message-
>> From: Peter Wilkins [mailto:pwilk...@mit.edu]
>> Sent: Sunday, June 27, 2010 9:15 PM
>> To: java-user@lucene.apache.org
>> Subject: I don't find MultipleTermPositions in svn
>>
>> This is dumb, I know, but I don't fi
This is dumb, I know, but I don't find a MultipleTermPositions.java file under
org.apache.lucene.index in the svn trunk. Will someone on the list have mercy
on me and tell me what obvious thing I'm missing? I know it's there somewhere.
/peter