Releases: zuliaio/zuliasearch
Releases · zuliaio/zuliasearch
1.7.35
Breaking Change: Refactor client protocol to allow more advanced types of queries
Allow faster term queries
Refine boolean analyzer to require values true,false,yes,no,1,0,t,f,y,n when indexing as string (case insensitive) and to only match one of those terms in any case when doing a query. before unknown values were mapped to false and any terms starting with t,f,y,n were matched.
Lucene 8.6.1