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()
Describe close method here.
|
| int | doc()
Describe doc method here.
|
| int | freq()
Describe freq method here.
|
| boolean | next()
Describe next method here.
|
| int | nextPosition()
Describe nextPosition method here.
|
| int | read(int[] arg0, int[] arg1)
Describe read method here.
|
| void | seek(Term arg0)
Describe seek method here.
|
| void | seek(TermEnum termEnum) |
| boolean | skipTo(int target)
Describe skipTo method here.
|
MultipleTermPositions instance.
Parameters: indexReader an IndexReader value terms a Term[] value
Throws: IOException if an error occurs
next method here.
Returns: a boolean value
Throws: IOException if an error occurs
See Also: next
nextPosition method here.
Returns: an int value
Throws: IOException if an error occurs
See Also: nextPosition
read method here.
Parameters: arg0 an int[] value arg1 an int[] value
Returns: an int value
Throws: IOException if an error occurs
See Also: (int[], int[])
seek method here.
Parameters: arg0 a Term value
Throws: IOException if an error occurs
See Also: seek
skipTo method here.
Parameters: target an int value
Returns: a boolean value
Throws: IOException if an error occurs
See Also: TermDocs