Guys, is it possible to filter documents by field that can have multiple values? I've reflect the object User from DB to schema and indexed and filtered yhese documents with success. The User had a field "profession" and all was good. But now the task is changed. The User can have several prifessions. I have 3 tables in DB now - user, profession and user-profession. (many to many). So the question is can I filter and sort users by one of his profession? And wich way I can do it?
-- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-filter-documents-by-field-that-can-have-multiple-values-tp3486583p3486583.html Sent from the Lucene - General mailing list archive at Nabble.com.