Essentially I am trying to link a user type to a price for a product.
So a product is a document in the index, and each document has multiple prices, one for each user type.
And i am essentially trying to check the price for that usertype
e.g. where user type = 2 and price > 10
But each product can have a varying number of different user types each with an individual price.
I need a way to say user type = x and that user types price > 10
I am using solr version 1.4.1 and cant seem to see a way to create a field that works in this way.
As i am writing a schema.xml file for this document so I dont have the option to create individual fields for each usertype I need a universal solution for however many user types I that are required.
thanks in advance google and bing have given me nothing and im banging my head against a wall