Usually, the term is automatically set by {@link IndexReader#documents(CharSequence)} or {@link IndexReader#documents(int)}, but you can supply your own term with {@link #term(CharSequence)}. @return the term over which this iterator is built, as a compact mutable string. @throws IllegalStateException if no term was set when the iterator was created. @see #termNumber()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|