Commit e07376d
committed
docs: Add stopwords documentation for AggregateHybridQuery
Add documentation about index-level vs query-time stopwords interaction
for AggregateHybridQuery:
1. Updated AggregateHybridQuery.__init__() docstring
- Added note about query-time vs index-level stopwords
- References stopwords_interaction_guide.md for details
2. Updated docs/api/query.rst
- Added note for HybridQuery/AggregateHybridQuery section
- Matches the note already present for TextQuery
- Links to Stopwords Interaction Guide
This completes the documentation updates for stopwords support across
all query types that use stopwords (TextQuery, AggregateHybridQuery).1 parent 2bd23c7 commit e07376d
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments