Skip to content

Commit

Permalink
add comments to bools in tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a committed Aug 3, 2023
1 parent 492369b commit 7cb879f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ impl TextIndexingOptions {
fn to_parts_text(
this: Option<Self>,
) -> (
bool,
bool, // indexed
Option<QuickwitTextTokenizer>,
Option<IndexRecordOption>,
bool,
bool, // fieldnorms
) {
match this {
Some(this) => (
Expand All @@ -325,7 +325,7 @@ impl TextIndexingOptions {
fn to_parts_json(
this: Option<Self>,
) -> (
bool,
bool, // indexed
Option<QuickwitTextTokenizer>,
Option<IndexRecordOption>,
) {
Expand Down

0 comments on commit 7cb879f

Please sign in to comment.