Re: Optimize FTS memory footprint

2017-11-28 Thread elirev
Thanks Mike . I did not find any clear way to know it its FST or Norm , or something else ( unless i miss something ) the fact the FST is an in memory prefix index lead me to think it using most of the heap . Our mapping is normal with around of 200 columns one of the columns is nested o

Re: ClassicAnalyzer Behavior on accent character

2017-11-28 Thread Michael Sokolov
That's expected. Non letters are not mapped to letters, correctly. On Oct 19, 2017 9:38 AM, "Chitra" wrote: > Hi, > I indexed a term 'ⒶeŘꝋꝒɫⱯŋɇ' (aeroplane) and the term was > indexed as "er l n", some characters were trimmed while indexing. > > Here is my code > > protected Analyz