Skip to content

Commit b81d7fe

Browse files
committed
fixed inconsistencies
1 parent 6e8f7c2 commit b81d7fe

File tree

1 file changed

+2
-2
lines changed
  • examples/lucene-linguistics/multiple-profiles

1 file changed

+2
-2
lines changed

examples/lucene-linguistics/multiple-profiles/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ curl -s -X POST -d '{
5050

5151
### Different profiles for query and index
5252

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:
5454

5555
```bash
5656
curl -s -X POST -d '{
@@ -75,7 +75,7 @@ curl -s -X POST -d '{
7575

7676
### Force a different profile for a specific query clause
7777

78-
This works with `userQuery()` and the `grammar.profile` annotation:
78+
This works with `userInput()` and the `grammar.profile` annotation:
7979

8080
```bash
8181
curl -s -X POST -d '{

0 commit comments

Comments
 (0)