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

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.

Re: document indexing

2011-08-10 Thread directorscott
by repeating the least number of values. So in your case that would be book PageID+BookID(uniqueKey), pageID, PageVal1, PageValn, BookID, BookName On 10 August 2011 09:46, directorscott lt;dgul...@gmail.comgt; wrote: Hello, First of all, I am a beginner and i am trying to develop