qf an pf parameters question

2018-10-16 Thread Kempelen , Ákos
Hello, I use edismax qf and pf parameters, but for some field it would be desired to match ONLY if terms are in the same phrase. However, the qf parameter does not work with phrases, it is just for "filtering", and pf params affects only scoring. For example: qf=fulltext subject pf=fulltext

RE: Result grouping performance

2017-11-23 Thread Kempelen , Ákos
ouping performance Akos, Can you provide your request params? Do you just group and/or count grouped facets? Can you clarify how field collapsing is different from grouping, just make it unambiguous? On Wed, Nov 22, 2017 at 4:13 PM, Kempelen, Ákos < akos.kempe...@wolterskluwer.com> wrote: &g

Result grouping performance

2017-11-22 Thread Kempelen , Ákos
Hello, I am migrating our codebase from Solr 4.7 to 7.0.1 but the performance of result grouping seems very poor using the newer Solr. For example a simple MatchAllDocsQuery takes 5 sec on Solr4.7, and 21 sec on Solr7. I wonder what causes the x4 difference in time? We hoped that newer Solr

migrating XML queryparser from solr 4.7 to 6.6

2017-08-02 Thread Kempelen , Ákos
Hello everybody, We are using the XML queryparser in our application with Solr 4.7, but now we need to migrate to version 6.6. Unfortunately things have changed a bit.. The Filter class is missing, but we are using the FilteredQuery class massively to create complex filters. So we have to find a

document highlights positions

2015-01-10 Thread Kempelen Ákos
We would like to get the highlights position informations when searching within one document. The fulltext field is not stored but it has termVectors, termPositions and termOffsets. The original document is stored in an outside database. As I understand the highlighted text can not be

grouping cache question

2013-08-01 Thread Kempelen Ákos
Hi all, I use result grouping on MatchAllDocsQuery (doc num = 1 million), but the result caching seems not working, the query is still slow second and third time. I tried to set the group.cache.percent parameter, without any effect. If I switch off the grouping, the result is cached ofcourse.