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, toStringpublic org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.Searcher searcher)
throws IOException
createWeight in class org.apache.lucene.search.TermQueryIOExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.