On Tue, 2013-01-15 at 18:02 +0100, Nicholas Ding wrote:
> I'm thinking store hierachical data structure on Solr. I know I have to
> flatten the structure in a form like A_B_C, but it is possible to extend
> Solr to support hierachical data?
You need to be more specific here. What is it you're tryi
You can store structured data in Solr. You can't *query* it, in such a
way as respects its structure.
E.g. If I had thisandthat, I could parse that into
terms:
[this] [and] [that], and do searches upon them.
But you couldn't search for documents that match an xpath such as
/xml/b='and'.
Upayav