public interface SearchScript
Modifier and Type | Method and Description |
---|---|
LeafSearchScript |
getLeafSearchScript(org.apache.lucene.index.LeafReaderContext context) |
boolean |
needsScores()
Indicates if document scores may be needed by this
SearchScript . |
LeafSearchScript getLeafSearchScript(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException
java.io.IOException
boolean needsScores()
SearchScript
.true
if scores are needed.