All notable changes to this project will be documented in this file.
-
Support for
select
,from
,where
,group by
,having
,order by
,limit
clauses. -
Support for
count
,max
,min
,sum
,avg
,anyofterms
,allofterms
,anyoftext
,alloftext
,regexp
,shortest
,ndegree
functions. -
Support for aliases of fields.
-
Support for using wildcard
*
inselect
clause andfrom
clause.