thanks for your reply.
So on point
1 - I have been able to enter the data in the database and query them
correctly. For now the result remain to strict.
2 - ok but not enough strict.
3 - here is my set of data. From an sgbd I have the folowing scema :
Feature name => Diameter
Feature value => 20
feature name => color
feautre value => blue
etc...
There is numbers of feature name with different feature values.
While importing the data in Solr, I made a multivalues field features
with "feature name : feature value" ( I suppose this is not the right
manner to proceed).
Feature name are of 200 and change/add often.
And I wish to be able to request the 5 most popular "feature name" with
all the different features values and for each feature values the number
of match (facets)
request => cat:"swimming pool " facets=true fq=feature??????????
expected result => 40 product found
list of product
Facets => - Width
- height
- with liner
- color
width => 6m (10)
9m (15)
12m(24)
50m(1)
height => .....
where the number between parenthesis is the number of product.
regards
Le 06/04/2013 18:26, Gora Mohanty a écrit :
On 6 April 2013 20:58, contact_pub...@mail-impact.com
<contact_pub...@mail-impact.com> wrote:
Hello,
Is somebody kind enough to help me, at least by giving some direction for my
research.
Your questions are too broad, and lack sufficient detail for someone
to be able to help you without asking more questions about each area.
It would help if you provided more details, e.g., what are the relationships
between various entities, and what the various fields mean. Ideally, you
would tell us what you have tried, and what is not working for you.
Please provide details about the schema, and what queries you are
making, and what the expected results should be.
On the face of it 1-3 should be straightforward with Solr, but I am
unable to make sense out of 4.
Regards,
Gora