Hi, First of all please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to “ [email protected]” and follow simple instructions in the reply.
Next, to be honest I don't see how you can leverage Ignite/GridGain in order to perform look-ups of a string in xml files. In general you can index the values stored in those 'some specific xml tags' you use for search. Under indexing I mean that you will use those tag values as keys for either a hash table or tree, or search-tri data structure and the values stored by the keys will be file names that holds a search term. Regards, Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-search-specific-value-in-some-specific-tag-in-xml-using-GridGain-tp1869p1891.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
