Advice on custom DIH or other solutions

2009-04-29 Thread Wouter Samaey
a solution like the ones above. (webapp drives solr directly, instead of DIH polling) Is there some general advice you can give? I understand every app is different..but this must be an issue many have considered before. Kind regards Wouter Samaey

Performance and number of search results

2009-04-29 Thread Wouter Samaey
Hello, Can someone please comment on the performance impact of the number of search results? Is there a big difference between querying for 1 result, 10, 20 or even 100 ? Thanks in advance Wouter Samaey

Get the field value that caused the result

2009-04-25 Thread Wouter Samaey
for "search", this would be the exact matching tag "search", over the looser tag "search engine" or "web search". There may also be other criteria, causing the post to score. Can this tag value be retrieved? Or do I have to use the debug mode, and calculate the score? Isn't debug mode slow? Speed is obviously crucial. Thanks in advance Wouter Samaey

randomizing search results with even display chance

2009-04-19 Thread Wouter Samaey
Hi, I'm currently new at Lucene and Solr, but I've managed to get some results so far, and like the project very much. For my current project, I need to randomize the search results, but still keep the sorting by relevance. For example, If 3 results have the same score, they can be ordered 1-2-3,