Fuzzy search testing with Solr Admin Analysis

2011-12-19 Thread Ismo Raitanen
Hi, I try to test fuzzy queries with the Solr Admin Analysis page at /solr/admin/analysis.jsp, but it seems to split query terms with the fuzzy (~) operator to term and distance value, e.g 'ddog~0.5' gets converted to 'ddog' and '0.5'. Obviously that's not what is wanted. Is it possible to test th

Re: TREC-style IR experiments

2011-11-14 Thread Ismo Raitanen
>> I'm planning to do some information retrieval experiments with Solr. > There some existing implementations in Lucene > http://lucene.apache.org/java/3_0_2/api/contrib-benchmark/org/apache/lucene/benchmark/quality/trec/package-summary.html Have you used that with Solr? How? //Ismo

TREC-style IR experiments

2011-11-14 Thread Ismo Raitanen
Hi, I'm planning to do some information retrieval experiments with Solr. I'd like to compare different IR methods. I have a test collection with topics and judgements available. I'm considering using Solr (and not Lemur/Indri etc.) for the tests, because Solr supports several nice methods out-of-t