mirror of https://github.com/apache/lucene.git
avoid warnings about ambiguous "@see" tags in Eclipse
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
213904a810
commit
4b1c3b73a7
|
@ -24,7 +24,7 @@ import java.io.IOException;
|
||||||
the number of times the term occurred in each document. <p> The pairs are
|
the number of times the term occurred in each document. <p> The pairs are
|
||||||
ordered by document number.
|
ordered by document number.
|
||||||
|
|
||||||
@see IndexReader#termDocs
|
@see IndexReader#termDocs()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public interface TermDocs {
|
public interface TermDocs {
|
||||||
|
|
|
@ -24,7 +24,7 @@ import java.io.IOException;
|
||||||
* frequency are the same as for a TermDocs. The positions portion lists the ordinal
|
* frequency are the same as for a TermDocs. The positions portion lists the ordinal
|
||||||
* positions of each occurrence of a term in a document.
|
* positions of each occurrence of a term in a document.
|
||||||
*
|
*
|
||||||
* @see IndexReader#termPositions
|
* @see IndexReader#termPositions()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public interface TermPositions
|
public interface TermPositions
|
||||||
|
|
Loading…
Reference in New Issue