Hi,
SIREn [1] could help you to solve this task (look at the different
indexing examples). But actually, only a Lucene extension is available.
If you want to use it into Solr, you will have to implement your own
Solr plugin (which should require only a limited amount of work).
[1] http://siren.sindice.com/
--
Renaud Delbru
On 19/01/10 13:14, karthi_1986 wrote:
Hi,
Here is an extract of my data schema in which my user should be able to
issue the following search:
company_description:pharmaceutical AND product_description:cosmetic
[Company profile]
.... Company name
.... Company url
.... Company description
.... Company user rating
[Product profile]
.... Product name
.... Product category
.... Product description
.... Product rating
So, I'm expecting a result where all cosmetic products created by
pharmaceutical companies are returned.
The problem is, I've read in posts a year old that this parent-child
relationship can only be solved by indexing the denormalized data together.
However, I'm dealing with 10,000,000 companies with possibly 10 products
each, so my data requirements are going to be HUGGEE!!
Is there a new feature in Solr which can handle this for me without the need
for de-normalization?