In Nutch I'm using Solr as a search server.
I would like to perform something query like
(hillary AND clinton) OR (barack AND obama) OR (..)
How to do it?
For me single OR ...
I am a newbie to nutch and solr. Well relatively much newer to Solr than Nutch :)
I have been using nutch for past two weeks, and I wanted to know if ...
my java program does search query to nutch index. the index is pre-existing, generated by nutch 1.2 few months ago. however many classes used for programmatic query to nutch index (hit, ...
The scene:
I have indexed many websites using Nutch and Solr. I've implemented result grouping by site. My results output includes the page title, highlight snippets and URL. My issue ...