org.apache.lucene.search.spans
public class TermSpans extends Object implements Spans
| Field Summary | |
|---|---|
| protected int | count |
| protected int | doc |
| protected int | freq |
| protected int | position |
| protected TermPositions | positions |
| protected Term | term |
| Constructor Summary | |
|---|---|
| TermSpans(TermPositions positions, Term term) | |
| Method Summary | |
|---|---|
| int | doc() |
| int | end() |
| TermPositions | getPositions() |
| boolean | next() |
| boolean | skipTo(int target) |
| int | start() |
| String | toString() |