public class AssertingSpanQuery extends SpanQuery
Constructor and Description |
---|
AssertingSpanQuery(SpanQuery in) |
Modifier and Type | Method and Description |
---|---|
Query |
clone() |
SpanWeight |
createWeight(IndexSearcher searcher,
ScoreMode scoreMode,
float boost) |
boolean |
equals(Object o) |
String |
getField() |
int |
hashCode() |
Query |
rewrite(IndexReader reader) |
String |
toString(String field) |
void |
visit(QueryVisitor visitor) |
getTermStates, getTermStates
classHash, sameClassAs, toString
public AssertingSpanQuery(SpanQuery in)
public SpanWeight createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) throws IOException
createWeight
in class SpanQuery
IOException
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
public void visit(QueryVisitor visitor)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.