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
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.
I use solr and dismax reqest han开发者_运维知识库dler. But when I use this handler, some queries as query by field haven\'t worked.
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
A customer of mine is a photo agency specialized in photojournalism (well, and gossip), so many of their customers\' searches revolve around specific people.
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
I\'m trying开发者_运维问答 to use MoreLikeThis to get all similar documents but not documents with a specific contenttype.
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
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