On Sun, Dec 16, 2018 at 09:30:33AM -0800, Erick Erickson wrote: > Have you looked at ComplexPhraseQueryParser here? > https://lucene.apache.org/solr/guide/6_6/other-parsers.html
Sure. However, I am using multi-word synonyms and so far the complexphrase does not handle them. (maybe soon ?) > Depending on how many of these you have, you could do something with > dynamic fields. Rather than use a single MV field, use N fields. You'd > probably have to copyField or some such to a catch-all field for > searches that you wanted to ignore the "mv nature" of the field. Problem with copyField from multiple fields acts as a MV field. So the problem remains: dealing with MV fields. Isn't ? Thanks -- nicolas