I want to apply boost for searching. i want that if 开发者_高级运维a query term occur both in description,name than docs having query term in description field come high in search results. for this i
I have solr schema with certain fields: <field name=\"id\" type=\"integer\" indexed=\"true\" stored=\"true\" required=\"true\" multiValued=\"false\" />
So I\'ve implemented and successfully used Solr 4. I\'ve got to say that Solr 4 is awesome! Anyway I successfully sorted by distan开发者_运维问答ce and used a geofilter to limit the results to a certa
I\'m using SolrNet to access a Solr index where I have a multivalue field called \"tags\".I want to perform the following pseudo-code query:
I want my search results to order by score, which they are doing, but the score is being calculated improperly.This is to say, not necessarily improperly, but differently than expected and I\'m not su
I was browsing the web looking for an indexing and search framework and stumbled upon Solr. A functionality that we absolutely need is to boost results based on what field contained the hit.