How would you build a search engine for large volumes of XML
data?
Answer / guest
The way candidates answer this question may provide insight
into their view of XML data. For those who view XML
primarily as a way to denote structure for text files, a
common answer is to build a full-text search and handle the
data similarly to the way Internet portals handle HTML
pages. Others consider XML as a standard way of transferring
structured data between disparate systems. These candidates
often describe some scheme of importing XML into a
relational or object database and relying on the database's
engine for searching. Lastly, candidates that have worked
with vendors specializing in this area often say that the
best way the handle this situation is to use a third party
software package optimized for XML data
| Is This Answer Correct ? | 2 Yes | 4 No |
Why we use xml instead of html?
How do you load XML document and perform validation of the document?
What are the specifications defined in xslt?
What is the difference between DOM & SAX parsers ?
How do I identify the document type of an xml document?
What does soap stand for?
What is the xslt? : xslt
What are the different xslt elements?
Which is better xml or html?
Explain about the actor element?
What exactly is json?
Can I use qualified names in dtds?