dismax
How to boost fields in solr
I already have the boost determined before hand. I have a field in the solr index called boost1开发者_如何学JAVA . This boost field will have a value from 1 to 10 similar to google PR rank. This is th[详细]
2023-04-12 05:45 分类:问答Querying Solr indexes in order, stopping when you get a match?
I have a setup in which I have two indexes in solr: product_code and title. product_code uses a StrField and title uses a TextField with DoubleMetaphone.[详细]
2023-03-23 09:01 分类:问答Some queries don't work with dismax solr
I use solr and dismax reqest han开发者_运维知识库dler. But when I use this handler, some queries as query by field haven\'t worked.[详细]
2023-03-19 15:46 分类:问答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 分类:问答"protected phrase" in Solr
A customer of mine is a photo agency specialized in photojournalism (well, and gossip), so many of their customers\' searches revolve around specific people.[详细]
2023-02-12 05:26 分类:问答dismax query syntax
The query for standard开发者_开发百科 request handler is as follows field1:(keyword1 OR keyword2) OR field2:(keyword1 OR keyword2) OR field3:(keyword1 OR keyword2) AND field4:(keyword3 OR keyword4) AN[详细]
2023-02-07 04:29 分类:问答Limiting the output from MoreLikeThis in Solr
I\'m trying开发者_运维问答 to use MoreLikeThis to get all similar documents but not documents with a specific contenttype.[详细]
2023-01-26 12:03 分类:问答Querying Solr using dismax, field not showing up in debug score
I\'m storing a set of products in solr as documents. I\'m separating out name, description, keywords, and product category name into separate fields so that I can boost them independently using the di[详细]
2023-01-22 22:45 分类:问答Get images from a URL and retrieve them all to select the one which is the biggest
I want to open a URL and RegEx all the image\'s URLs from the page. Then I want to cURL all of them and check what size they have. In the end I 开发者_运维知识库want to get the biggest one. How do I d[详细]
2022-12-23 19:52 分类:问答