Re: Solrj similarity setting

2017-01-22 Thread Will Martin
solr-user@lucene.apache.org> Subject: Solrj similarity setting Is there a way to set the similarity in Solrj query search like we do for lucene IndexSearcher e.g. searcher.setSimilarity(sim); I need to define a custom similarity and at the same time get the fields provided by SolrInputDocument in the returne

RE: Solrj similarity setting

2017-01-21 Thread Markus Jelsma
bject: Solrj similarity setting > > Is there a way to set the similarity in Solrj query search like we do for > lucene IndexSearcher e.g. searcher.setSimilarity(sim); > I need to define a custom similarity and at the same time get the fields > provided by SolrInputDocument

Solrj similarity setting

2017-01-21 Thread Farida Sabry
Is there a way to set the similarity in Solrj query search like we do for lucene IndexSearcher e.g. searcher.setSimilarity(sim); I need to define a custom similarity and at the same time get the fields provided by SolrInputDocument in the returned results by SolrDocumentList results = QueryRespons