Hi.

I have a solr core with job records and one guy can work in different
companies in
a specific range of "dateini" to "dateend".

<doc>  
  <arr name="companyinimultivaluefield">
        <companyini>IBM10012005<companyini>
        <companyini>APPLE10012005<companyini>
  </arr>  
  <arr name="companyendmultivaluefield">
        <companyend>IBM10012005<companyend>
        <companyend>APPLE10012005<companyend>
  </arr>    
 </doc>  

Is possible to make a range query on a multivalue field over text fields.
For instance something like that.
companyinimultivaluefield['IBM10012005' TO *] AND 
companyendmultivaluefield['IBM10012005' TO *]




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-by-range-in-multivalued-fields-tp3259343p3259343.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to