On 8 March 2012 10:40, Abhishek tiwari <abhishek.tiwari....@gmail.com> wrote: > my page have layout in following manner > *All tab* :which will contain all entities (Establishment/Event/Movie) > Establishment: contain Establishment search results > Event tab : will contain Event search results > Movie tab : will contain Movie search results > > please suggest me how to design my schema ? [...]
You will need to think more about your search requirements, and provide more details. E.g., will a search on an Establishment also require results from Movie, such as what movies are showing at the establishment? Similarly, will results from an Event search require a list of Movies showing at the events? As Solr is not a RDBMS, if you need such correlated data, you should typically use a single, flat index, rather than multiple cores. IMHO, a multi-core setup would be unusual for what you are trying to do. However, this is difficult to say for sure without an insight into your search requirements. Regards, Gora