Re: Search for term except within phrase

2020-07-06 Thread Emir Arnautović
Hi Stavros, I didn’t check what’s supported in ComplexPhraseQueryParser but that is wrapper around span queries, so you should be able to do what you need: https://lucene.apache.org/solr/guide/7_6/other-parsers.html#complex-phrase-query-parser

Search for term except within phrase

2020-07-06 Thread Stavros Macrakis
(Sorry for sending this with the wrong subject earlier.) How can I search for a term except when it's part of certain phrases? For example, I might want to find documents mentioning "pepper" where it is not part of the phrases "chili pepper", "hot pepper", or "pepper sauce". It does not work to