Hello, Scenario: Currently we have 2 Solr Servers running in 2 different servers (linux), Is there any way can we make the Core to be located in NAS or Network shared Drive so both the solrs using the same Index.
Let me know if any performance issues, our size of Index is appx 1GB. Thanks Ravi -----Original Message----- From: biplobbiswas [mailto:revolutionisme+s...@gmail.com] Sent: Friday, May 19, 2017 9:23 AM To: solr-user@lucene.apache.org Subject: Re: Nested Document is flattened even with @Field(child = true) annotation Hi Mikhail Khludnev-2 wrote > Hello, > > You need to use > https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherPa > rsers-BlockJoinQueryParsers > and > https://cwiki.apache.org/confluence/display/solr/Transforming+Result+D > ocuments#TransformingResultDocuments-[child]-ChildDocTransformerFactor > y > to get the nested data back. > > > -- > Sincerely yours > Mikhail Khludnev I had already gone through those links you posted and they talk about retrieving after indexing. My problem is that my documents are not indexed in a nested structure. Can you please look at the first comment as well where I posted a sample code and sample response which i get back. Because its creating distinct documents for nested structure -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-Document-is-flattened-even-with-Field-child-true-annotation-tp4335877p4335891.html Sent from the Solr - User mailing list archive at Nabble.com.