Java org.apache.lucene.search.join ScoreMode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.join ScoreMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.join ScoreMode.

The text is from its open source code.

Field

ScoreModeNone
Do no scoring.
ScoreModeAvg
Parent hit's score is the average of all child scores.
ScoreModeMax
Parent hit's score is the max of all child scores.
ScoreModeTotal
Parent hit's score is the sum of all child scores.
ScoreModeMin
Parent hit's score is the min of all child scores.