public class MoreLikeThisQuery.MoreLikeWrapper
extends Query
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
innerDescrip |
(package private) Query |
innerQuery |
(package private) String |
outerDescrip |
(package private) MoreLikeThisQuery |
outerQuery |
| Constructor and Description |
|---|
MoreLikeWrapper(MoreLikeThisQuery outerQuery,
Query innerQuery) |
| Modifier and Type | Method and Description |
|---|---|
Weight |
createWeight(Searcher searcher)
Returns a Weight that applies the filter to the enclosed query's Weight.
|
boolean |
equals(Object o)
Returns true iff
o is equal to this. |
Query |
getQuery() |
int |
hashCode()
Returns a hash code value for this object.
|
String |
toString(String s)
Prints a user-readable version of this query.
|
MoreLikeThisQuery outerQuery
String outerDescrip
Query innerQuery
String innerDescrip
public MoreLikeWrapper(MoreLikeThisQuery outerQuery, Query innerQuery)
public Weight createWeight(Searcher searcher)
createWeight in class Querypublic Query getQuery()
public String toString(String s)
toString in class Querypublic boolean equals(Object o)
o is equal to this.equals in class Objectpublic int hashCode()
hashCode in class Object