Re: split document or not

2013-05-29 Thread Hard_Club
Do I need first search whole document Id and next between its paragraphs stored in separated docs? -- View this message in context: http://lucene.472066.n3.nabble.com/split-document-or-not-tp4066170p4066751.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: split document or not

2013-05-29 Thread Hard_Club
But in this case phrase frequence per whole document will be not taken into accout because document is splitted by subdocuments. Or it is not true? -- View this message in context: http://lucene.472066.n3.nabble.com/split-document-or-not-tp4066170p4066734.html Sent from the Solr - User mailing

Re: split document or not

2013-05-28 Thread Jason Hellman
tched the request. I need it > because paragraphs are binded to some extra data that I need to output on > result page. So I need to know paragraphs is'd. How to bind such attribute > to multivalued field? > > > > -- > View this message in context: > http://lucene.4

Re: split document or not

2013-05-28 Thread Hard_Club
ntext: http://lucene.472066.n3.nabble.com/split-document-or-not-tp4066170p4066629.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: split document or not

2013-05-26 Thread Upayavira
On Sun, May 26, 2013, at 10:41 PM, Oleksiy Druzhynin wrote: > I have document divider by paragraphs. How better to add it to Solr? > As single str field: > > > paragraph1 > paragraph2 > paragraph3 > > > Or multivalued fields: > paragraph1 > paragraph2 > paragraph3 Depends what

Re: split document or not

2013-05-26 Thread Alexandre Rafalovitch
That depends on what you are trying to search. Start your schema design from your _search_ requirements, not your document requirements. See the presentation by Gilt on how they went through different iterations on their document schema design: http://www.slideshare.net/trenaman/lucene-revolution-

split document or not

2013-05-26 Thread Oleksiy Druzhynin
I have document divider by paragraphs. How better to add it to Solr? As single str field: paragraph1 paragraph2 paragraph3 Or multivalued fields: paragraph1 paragraph2 paragraph3