Using lazy loading to search

I currently use lazy loading to load a treetable and consequently I use serverFilter for the search functionality to work. Is there a way to speed up the search for the treetable? Anyway I can index the data with webix or such?

ServerFilter just reloads data while filtering is performed on the server side. The TreeTable paints the data rather quickly as only visible rows are added to DOM.