Hi, I have created 2 multivalued fields FirstName, Lastname
In solr the values available are : FirstName": [ "Kim", "Jake","NATALIE", "Tammey"] LastName": [ "Lara", "Sharan","Taylor", "Taylor"] I am trying to search where firstName is Tammey and LastName is Taylor. I should be able to search firstname [4] and lastname [4] and get the record but currently it is searching with the firstname [4] and lastname [3] which shouldn't not happen. Do let me know if more details are needed. Thnx -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-search-for-a-First-Last-of-contact-which-are-stored-in-differnet-arrays-tp4269695.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
