Skip to content

1.7.35

Compare
Choose a tag to compare
@mdavis95 mdavis95 released this 31 Aug 14:08
138e02e

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