Struct tantivy::query::AllWeight [] [src]

pub struct AllWeight;

Weight associated to the AllQuery query.

Trait Implementations

impl Weight for AllWeight
[src]

[src]

Returns the scorer for the given segment. See Query. Read more