Loading 30MB XML to autocomplete

63 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 answers

3
Joyoux On

Youn can try to using ElasticSearch to your project