| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
205 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: local 3x test failure - Lucene - [mail # dev]
|
|
...Thanks for noticing this! I should have checked the tests better before I committed this! I also get random failures here running the test with -Dtests.iter: ant test -Dtestcase=TestSolrEnti...
|
|
|
Author: Martijn v Groningen,
2011-12-16, 14:11
|
|
|
Re: Setting group.ngroups=true considerable slows down queries - Solr - [mail # user]
|
|
...I'd not make a subtaks onder SOLR-236 b/c it is related to a completely different implementation which was never committed. SOLR-2205 is related to general result grouping and think should b...
|
|
|
Author: Martijn v Groningen,
2011-12-12, 13:52
|
|
|
Re: Setting group.ngroups=true considerable slows down queries - Solr - [mail # user]
|
|
...Hi! As as I know currently there isn't another way. Unfortunately the performance degrades badly when having a lot of unique groups. I think an issue should be opened to investigate ho...
|
|
|
Author: Martijn v Groningen,
2011-12-12, 12:57
|
|
|
Re: Setting group.ngroups=true considerable slows down queries - Solr - [mail # user]
|
|
...Hi Micheal, On what field type are you grouping and what version of Solr are you using? Grouping by string field is faster. Martijn On 9 December 2011 12:46, Michael Jakl &...
|
|
|
Author: Martijn v Groningen,
2011-12-09, 16:41
|
|
|
Re: Field collapsing results caching - Solr - [mail # user]
|
|
...There is no cross query cache for result grouping. The only caching option out there is the group.cache.percent option: http://wiki.apache.org/solr/FieldCollapsing#Request_Parameters M...
|
|
|
Author: Martijn v Groningen,
2011-12-09, 16:37
|
|
|
Re: Stats per group with StatsComponent? - Lucene - [mail # dev]
|
|
...Hi Morten, You can also take a look at: https://issues.apache.org/jira/browse/LUCENE-3444 That is also a second pass collector. It collects all unique terms for a specified field...
|
|
|
Author: Martijn v Groningen,
2011-12-03, 09:50
|
|
|
Re: Stats per group with StatsComponent? - Lucene - [mail # dev]
|
|
...Hi Morten, This class is meant for collecting top N documents inside a group. The reason it is abstract is because it can get its group values from different source like indexed terms,...
|
|
|
Author: Martijn v Groningen,
2011-12-02, 10:46
|
|
|
Re: Stats per group with StatsComponent? - Lucene - [mail # dev]
|
|
...Looks fine! Martijn On 30 November 2011 15:25, Morten Lied Johansen wrote: Met vriendelijke groet, Martijn van Groningen ...
|
|
|
Author: Martijn v Groningen,
2011-11-30, 14:51
|
|
|
Re: Stats per group with StatsComponent? - Lucene - [mail # dev]
|
|
...Hi Morten, I missed your question on the user mailing list. Here is my answer: With the StatsComponent this isn't possible at the moment. The StatsComponent will give you the min...
|
|
|
Author: Martijn v Groningen,
2011-11-30, 13:58
|
|
|
Re: Grouping on Long type uses function query? - Lucene - [mail # dev]
|
|
...Actually DocTermsIndex entry can take quite some memory. I believe in the case when you have a lot of unique strings more memory is used for DocTermsIndex then if you have a small number of ...
|
|
|
Author: Martijn v Groningen,
2011-11-30, 07:44
|
|
|
|