Searched refs:getRandomTerm (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestLongPostings.java40 private String getRandomTerm(String other) throws IOException { method in class:TestLongPostings
74 final String s1 = getRandomTerm(null);
75 final String s2 = getRandomTerm(s1);
280 final String s1 = getRandomTerm(null);
281 final String s2 = getRandomTerm(s1);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestLongPostings.java39 private String getRandomTerm(String other) throws IOException { method in class:TestLongPostings
73 final String s1 = getRandomTerm(null);
74 final String s2 = getRandomTerm(s1);
279 final String s1 = getRandomTerm(null);
280 final String s2 = getRandomTerm(s1);

Completed in 8 milliseconds