I am new to solr/lucene and this may come across as a very naive question:)

There are 3 dataset over which I would like to implement the search
functionality. The 3 dataset ( lets call it D1, D2 and D3 ) and some fields
in common ( like name, displayname, desc ) and some specific fields ( like
D1 has some additional text fields and so on ). The requirement for the
search is that, upon searching on a term, I would like to show a hybrid
search ( faceting ) containing best results for D1, D2 and D3 and ( also
give users how many specific results are present in D1.. D3 and ability to
narrow down to that set )

Considering the above requirements, I would like to get some help from the
community on what is the best way to design this? 

1) Should I opt for 3 separate cores or an individual core ( with some
mandatory fields and rest optional .. and make faceting easy ? ) 

2) How can I get the faceting work?

3) How can I get spellcheck/morelikethis work ( incase I choose
single/multiple cores )?

PS: I am planning to use SolrJ.

-- 
View this message in context: 
http://www.nabble.com/Solr-MultiCore-query-tp24534383p24534383.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to