document indexing

2011-08-10 Thread directorscott
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

Re: document indexing

2011-08-10 Thread directorscott
etter. lee carroll wrote: > > It really does depend upon what you want to do in your app but from > the info given I'd go for denormalizing by repeating the least number > of values. So in your case that would be book > > PageID+BookID(uniqueKey), pageID, PageVal1,

query

2011-08-24 Thread directorscott
Hello, In my application, users prepare documents and they can share them with friends. Friendships between users are persisted in database. When a user issues a search, system should bring only those documents which are prepared by friends of the user who makes the search. Can anyone please show