I am using Neo4j with Lucene indexing, which works pretty good with nodes, maybe not so well with relationships. But My question is: is there a way to use SOLR to ...
I have multiple Nodes with a title, a subtitle and a text property. Now when I index them (index/node/pages/title/foo) I can only search for the title property. How do I index ...