solr-boost
configure dismax requesthandlar for boost a field
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[详细]
2023-03-16 23:00 分类:问答Boost solr results with one word match from multiValued
I have solr schema with certain fields: <field name=\"id\" type=\"integer\" indexed=\"true\" stored=\"true\" required=\"true\" multiValued=\"false\" />[详细]
2023-03-14 08:34 分类:问答How to boost Solr relevancy score by inverse of geodist()
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[详细]
2023-02-04 05:17 分类:问答How to do a constant score query in Solr
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:[详细]
2023-01-30 13:09 分类:问答Solr: fieldNorm different per document, with no document boost
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[详细]
2023-01-04 23:40 分类:问答Boost Solr results based on the field that contained the hit
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.[详细]
2022-12-22 20:09 分类:问答