Skip to content

Commit 28058ae

Browse files
committed
chore: format
1 parent 1edab31 commit 28058ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/faceted_search.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
// - create an index in memory
1010
// - index few documents with respective facets in our index
1111
// - search and count the number of documents that the classifications start the facet "/Felidae"
12-
// - Search the facet "/Felidae/Pantherinae" and count the number of documents that the classifications include the facet.
12+
// - Search the facet "/Felidae/Pantherinae" and count the number of documents that the
13+
// classifications include the facet.
1314
//
1415
// ---
1516
// Importing tantivy...

0 commit comments

Comments
 (0)