Loading 30MB XML to autocomplete

105 Views Asked by At

I have a 30 MB XML with thousands of words.

What would be the best way to use it with autocomplete.

I can load the whole xml in to an array. Or i can create a DB in the cloud and use RestAPI for getting the words.

What will be the best way? Any other suggestions?

Thanks

1

There are 1 best solutions below

3
On

Youn can try to using ElasticSearch to your project