Re: I don't find MultipleTermPositions in svn

2010-07-04 Thread Michael McCandless
Hmm it looks like we should move UnionDocsAndPositionsEnum out of MultiPhraseQuery, into oal.index, and make it public (like MultipleTermPositions is in 3.x). And note this in MIGRATE.txt. I'll open an issue... Mike On Sun, Jun 27, 2010 at 9:13 PM, Robert Muir wrote: > On Sun, Jun 27, 2010 at

Re: I don't find MultipleTermPositions in svn

2010-06-27 Thread Robert Muir
On Sun, Jun 27, 2010 at 8:46 PM, Peter Wilkins wrote: > Uwe: > Thanks for the answer to my question. If the API has changed, is there a > document describing a mapping from v3.x to v4.x, or perhaps an online > discussion of the changes? It sounds like the change to v4.x will be > dramatic! > >

Re: I don't find MultipleTermPositions in svn

2010-06-27 Thread Peter Wilkins
> >> -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

RE: I don't find MultipleTermPositions in svn

2010-06-27 Thread Uwe Schindler
: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 find a MultipleTermPositions.java file under > org.apache.lucene.index in the svn trunk. Wil

I don't find MultipleTermPositions in svn

2010-06-27 Thread Peter Wilkins
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