Re: solr way to exclude terms

2013-07-08 Thread Jack Krupansky
What is the actual use case? In other words, why is the list so long? Maybe exclusion by keyword is not the proper solution... but we need what the underlying problem is. Is this for document access control? -- Jack Krupansky -Original Message- From: Angela Zhu Sent: Monday, July 0

Re: solr way to exclude terms

2013-07-08 Thread Roman Chyla
One of the approaches is to index create a new field based on the stopwords (ie accept only stopwords :)) - ie. if the documents contains them, you index 1 - and use a q=apple&fq=bad_apple:0 This has many limitations (in terms of flexibility), but it will be superfast roman On Mon, Jul 8, 2013 a