- Enclosing class:
ScoreScript
public static interface ScoreScript.LeafFactory
A factory to construct
ScoreScript instances.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturntrueif the script needs_scorecalculated, orfalseotherwise.booleanReturntrueif the script needs_termStatscalculated, orfalseotherwise.newInstance(DocReader reader)
-
Method Details
-
needs_score
boolean needs_score()Returntrueif the script needs_scorecalculated, orfalseotherwise. -
needs_termStats
boolean needs_termStats()Returntrueif the script needs_termStatscalculated, orfalseotherwise. -
newInstance
- Throws:
IOException
-