Struct tantivy::query::AllQuery [] [src]

pub struct AllQuery;

Query that matches all of the documents.

All of the document get the score 1f32.

Trait Implementations

impl Debug for AllQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Query for AllQuery
[src]

[src]

Used to make it possible to cast Box into a specific type. This is mostly useful for unit tests. Read more

[src]

Create the weight associated to a query. Read more

[src]

Search works as follows : Read more