Hi.
I have a use case I am trying to solve and stuck with some ideas.
I would need to index one field in my collection with x,y values which
represents how a person is located on an axis based on some characteristics
of him. x and y go from 0 to 1 in 0.1 gaps.

For instance a person can have (0.5,0.1) or (0.7,0.7) etc.  Never negative
values.

I need to achieve to things.
1) When i have a search result. Facet on this field to group them and get
the counts with the same x,y.
    I would need to plot them on SVG file with the plot and count.
2) Draw a box or circle to filter out the results.

Which field should I use to do it?
I see PointType is an option but I can't get results faceting on it.
I am testing LatLonType  or BBbox field but looks like when you try to
search they work with km so they are more geo orientated.

I appreciate any tips.

sergio




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Indexing-x-y-points-representing-characteristics-tp4292928.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to