xlucene-parser / functions / xLuceneFunction
Enumeration: xLuceneFunction
Defined in: functions/index.ts:13
Enumeration of available xLucene functions.
Enumeration Members
| Enumeration Member | Value | Defined in |
|---|---|---|
geoBox | "geoBox" | functions/index.ts:15 |
geoContainsPoint | "geoContainsPoint" | functions/index.ts:17 |
geoDistance | "geoDistance" | functions/index.ts:14 |
geoPolygon | "geoPolygon" | functions/index.ts:16 |
knn | "knn" | functions/index.ts:18 |