Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexerRanker ¶
type IndexerRanker struct { }
func (*IndexerRanker) GetType ¶
func (r *IndexerRanker) GetType() string
func (*IndexerRanker) Initialize ¶
func (r *IndexerRanker) Initialize(config config.TaskHandlerOptions) error
func (*IndexerRanker) Input ¶
func (r *IndexerRanker) Input(inProperties *common.DomainProperties, userQuery string) float64
type RandomRanker ¶
type RandomRanker struct { }
func (*RandomRanker) GetType ¶
func (r *RandomRanker) GetType() string
func (*RandomRanker) Initialize ¶
func (r *RandomRanker) Initialize(config config.TaskHandlerOptions) error
func (*RandomRanker) Input ¶
func (r *RandomRanker) Input(inProperties *common.DomainProperties, userQuery string) float64
Click to show internal directories.
Click to hide internal directories.