Skip to content

Commit f286375

Browse files
committed
docs: clarify scalar index config normalization
1 parent 03faad5 commit f286375

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lance_ray/index.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ def _normalize_distributed_scalar_index_type(
228228
) -> tuple[str, str | IndexConfig]:
229229
"""Return the logical type and worker input for a distributed scalar index.
230230
231-
``IndexConfig`` is a Core plugin configuration, whose type names are lowercase.
232-
Keep the caller-owned configuration immutable while normalizing its type. FTS is
233-
a public alias for Core's ``inverted`` plugin.
231+
Keep the caller-owned configuration immutable while normalizing its type for the
232+
worker. ``IndexConfig`` plugin names are normalized to lowercase; FTS is a
233+
public alias for Core's ``inverted`` plugin.
234234
"""
235235
if isinstance(index_type, str):
236236
logical_index_type = index_type.upper()

0 commit comments

Comments
 (0)