Everyday Developer
Wednesday, March 13, 2013
Minimum Match per index field: SOLR Ranking and Relevance improvement
›
With SOLR minimum match parameter (mm), the constraint is applied on all the fields used in the matching (qf) collecti...
1 comment:
Monday, February 18, 2013
SOLR: Unordered exact match - Restrict matching based on token count
›
If your use cases demands strict matching here is an example of how you can restrict matching based on token count. In the example...
Thursday, February 16, 2012
SOLR: Improve relevancy by boosting exact and phrase match
›
Once we have the index ready for searching, the next implicit step is to improve the relevancy of the search index. SOLR of course provides ...
18 comments:
Saturday, February 11, 2012
Adding Ranking Support using SOLR SearchComponent
›
While working on adding ranking support based on region in one of our search index, the SOLR SearchComponent hook came in pretty handy and w...
3 comments:
Thursday, May 26, 2011
JMeter setup for QPS evaluation
›
Jmeter is a feature rich tool to load test and analyze your system. Here I plan to share the steps of setting up a simple Jmeter test to eva...
Monday, March 29, 2010
Unix - find and remove files
›
Since rm command does not support searching of files we need to use find and rm command in combination. While working with searching and rem...
›
Home
View web version