public class JackrabbitTermQuery
extends org.apache.lucene.search.TermQuery
JackrabbitTermQuery
implements a TermQuery
where score
values are retrieved on a per index segment basis using MultiScorer
.Modifier and Type | Class and Description |
---|---|
protected class |
JackrabbitTermQuery.JackrabbitTermWeight
The weight implementation.
|
Constructor and Description |
---|
JackrabbitTermQuery(org.apache.lucene.index.Term t) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.Searcher searcher) |
equals, extractTerms, getTerm, hashCode, toString
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.Searcher searcher) throws IOException
createWeight
in class org.apache.lucene.search.TermQuery
IOException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.