Hello, First of all, I am a beginner and i am trying to develop a sample application using SolrNet.
I am struggling about schema definition i need to use to correspond my needs. In database, i have Books(bookId, name) and Pages(pageId, bookId, text) tables. They have master-detail relationship. I want to be able to search in Text area of Pages but list the books. Should i use a schema for Pages (with pageid as unique key) or for Books (with bookId as unique key) in this scenario? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p3241832.html Sent from the Solr - User mailing list archive at Nabble.com.