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
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
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