We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edab31 commit 28058aeCopy full SHA for 28058ae
examples/faceted_search.rs
@@ -9,7 +9,8 @@
9
// - create an index in memory
10
// - index few documents with respective facets in our index
11
// - 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.
+// - Search the facet "/Felidae/Pantherinae" and count the number of documents that the
13
+// classifications include the facet.
14
//
15
// ---
16
// Importing tantivy...
0 commit comments