.
-- Jack Krupansky
-Original Message-
From: denl0
Sent: Wednesday, November 21, 2012 4:01 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr defining Schema structure trouble.
isn't it possible to combine the document related values and page related
values at query time?
Book1
isn't it possible to combine the document related values and page related
values at query time?
Book1
Page1 with ref to book1
Page2 with ref to book2
When querying making all pages (page1+book1) and (page2+book1) Or would this
be hard to achieve.
I'm pretty sure they wan't to search on book rel
dies themselves.
-- Jack Krupansky
-Original Message-
From: denl0
Sent: Thursday, November 15, 2012 5:23 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr defining Schema structure trouble.
Yes this is what I'm trying to do. But stuff related to the document like
language/titl
Yes this is what I'm trying to do. But stuff related to the document like
language/title/...(i got way more fields) are stored many times. Each page
has a part of data that's the same is it possible to seperate that data?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr
You can break your books into individual pages, each a separate Solr
"document", with the full page text as one tokenized text field value. Solr
(Lucene) will take care of indexing the individual terms on each page. Then
when you query on terms, Solr will find all pages that have the specified