We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e822d1 commit d517d95Copy full SHA for d517d95
ruby/names_query.rb
@@ -0,0 +1,7 @@
1
+{
2
+ 'fl' => 'score, *',
3
+ 'defType' => 'dismax',
4
+ 'wt' => 'csv',
5
+ 'q' => 'davy jones',
6
+ 'qf' => 'name_text'
7
+}
ruby/names_sloppy_query.rb
@@ -0,0 +1,9 @@
+ 'qf' => 'name_text',
+ 'pf' => 'name_text^10',
8
+ 'ps' => '4'
9
0 commit comments