search_query.query_near
NEAR Query
Classes
| 
 | NEAR Query | 
- class search_query.query_near.NEARQuery(value: str, children: List[str | Query], *, field: SearchField | str | None = None, position: Tuple[int, int] | None = None, distance: int, platform: str = 'generic')
- Bases: - Query- NEAR Query - property distance: int | None
- Distance property. 
 - selects_record(record_dict: dict) bool
- Check if the record matches the NEAR query.