I am getting different types of data from source. It can be XML or JSON.
For XML, I am just indexing whole file and later at search-time, I am using xmlkv + xpath to parse and get the data that I want.
For JSON, I need to index whole file, but is there a way that I can parse at search time similar to the above.?
↧