The company I work for us currently using a google mini. I would like to migrate to solr for several features solr has over the mini.
One problem I have run into deals with relevance of text in the search results. I wrote a simple app to crawl our website and submit the data to the solr index. I can preform a search, but the results are not in an acceptable order. When I search for Nike, my first 20 items are all non-nike products where someone has mentioned a nike product in the review. The term Nike in a product title should have a lot higher relevance, than the term Nike somewhere in a product review. I would like to keep indexing the reviews, but I need to specify the title at a much higher rate. Is that possible? I can split the values into their own fields if that helps. Thanks Robin