You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/lucene-linguistics/multiple-profiles/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ curl -s -X POST -d '{
50
50
51
51
### Different profiles for query and index
52
52
53
-
For the `description` field, we [the schema defines a different profile for search time](app/schemas/doc.sd) which does synonym expansion. So it will match "dubious" with "special":
53
+
For the `description` field, [the schema defines a different profile for search time](app/schemas/doc.sd) which does synonym expansion. So it will match "dubious" from the query string with "special" in the index:
54
54
55
55
```bash
56
56
curl -s -X POST -d '{
@@ -75,7 +75,7 @@ curl -s -X POST -d '{
75
75
76
76
### Force a different profile for a specific query clause
77
77
78
-
This works with `userQuery()` and the `grammar.profile` annotation:
78
+
This works with `userInput()` and the `grammar.profile` annotation:
0 commit comments