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]

Create the weight associated to a query. Read more

[src]

Returns the number of documents matching the query.

[src]

Search works as follows : Read more

Auto Trait Implementations

impl Send for AllQuery

impl Sync for AllQuery