| org.apache.lucene.util.LuceneTestCase org.apache.lucene.search.spans.TestNearSpansOrdered
testNearSpansNextThenSkipPast | public void testNearSpansNextThenSkipPast() throws Exception(Code) | | |
testNearSpansNextThenSkipTo | public void testNearSpansNextThenSkipTo() throws Exception(Code) | | |
testNearSpansSkipPast | public void testNearSpansSkipPast() throws Exception(Code) | | |
testNearSpansSkipTo0 | public void testNearSpansSkipTo0() throws Exception(Code) | | |
testNearSpansSkipTo1 | public void testNearSpansSkipTo1() throws Exception(Code) | | |
testNearSpansSkipToLikeNext | public void testNearSpansSkipToLikeNext() throws Exception(Code) | | test does not imply that skipTo(doc+1) should work exactly the
same as next -- it's only applicable in this case since we know doc
does not contain more than one span
|
testSpanNearScorerExplain | public void testSpanNearScorerExplain() throws Exception(Code) | | not a direct test of NearSpans, but a demonstration of how/when
this causes problems
|
testSpanNearScorerSkipTo1 | public void testSpanNearScorerSkipTo1() throws Exception(Code) | | not a direct test of NearSpans, but a demonstration of how/when
this causes problems
|
|
|