I'm using Solr 3.6 version and in one of my query I need to apply Query and filter Query for some requirement.
Scenario - I want to search one keyword under particular search criteria so I'm putting my keyword as 'q' in Solr Query and applying search criteria as 'fq'.
- is there any way, we can apply multiple criteria / Filter Query for particular search ?
q: "Keyword" fq: "context"
- also can we have OR operation between those criteria ? i.e. Bring me all results matching my "Keyword" from "criteria 1" OR "criteria 2"?
Thanks in advance. Devendra