org.apache.lucene.index
public class MultipleTermPositions extends Object implements TermPositions
MultipleTermPositions here.
Version: 1.0
| Constructor Summary | |
|---|---|
| MultipleTermPositions(IndexReader indexReader, Term[] terms)
Creates a new MultipleTermPositions instance.
| |
| Method Summary | |
|---|---|
| void | close() |
| int | doc() |
| int | freq() |
| byte[] | getPayload(byte[] data, int offset)
Not implemented. |
| int | getPayloadLength()
Not implemented. |
| boolean | isPayloadAvailable() |
| boolean | next() |
| int | nextPosition() |
| int | read(int[] arg0, int[] arg1)
Not implemented. |
| void | seek(Term arg0)
Not implemented. |
| void | seek(TermEnum termEnum)
Not implemented. |
| boolean | skipTo(int target) |
MultipleTermPositions instance.
Throws: IOException
Throws: UnsupportedOperationException
Throws: UnsupportedOperationException
Returns: false
Throws: UnsupportedOperationException
Throws: UnsupportedOperationException
Throws: UnsupportedOperationException