Re: Hello and help :)

2013-09-30 Thread Marcelo Elias Del Valle
ttps://issues.apache.org/jira/browse/SOLR-2898 > Thanks, > — Socratees. > > > Date: Fri, 27 Sep 2013 20:32:22 -0300 > > Subject: Re: Hello and help :) > > From: marc...@s1mbi0se.com.br > > To: solr-user@lucene.apache.org > > > > Ssami, > > > >

Re: Hello and help :)

2013-09-30 Thread Marcelo Elias Del Valle
Upayavira, First of all, thanks for the answers. We have considerer the possibily of doing several queries, however in hour case we want a count to show to the user (should take less than 2 seconds) and we could have millions of rows (being million of queries) to get this count. Isn't

Re: Hello and help :)

2013-09-29 Thread Upayavira
If your app and solr aren't far apart, you shouldn't be afraid of multiple queries to solr per user request (I once discovered an app that did 36 hits to solr per user request, and despite such awfulness of design, no user ever complained about speed). You could do a query to solr for q=+user_id:X

Re: Hello and help :)

2013-09-29 Thread Matheus Salvia
Thanks for the anwser. Yes, you understood it correctly. The method you proposed should work perfectly, except I do have one more requirement that I forgot to mention earlier, and I apologize for that. The true problem we are facing is: * find all documents for userID=x, where userID=x has more tha

Re: Hello and help :)

2013-09-27 Thread Upayavira
To phrase your need more generically: * find all documents for userID=x, where userID=x has more than y documents in the index Is that correct? If it is, I'd probably do some work at index time. First guess, I'd keep a separate core, which has a very small document per user, storing just: *

RE: Hello and help :)

2013-09-27 Thread Socratees Samipillai
Also, try the #solr and #solr-dev IRC channels at Freenode http://webchat.freenode.net/ Thanks, — Socratees. > From: ss...@outlook.com > To: solr-user@lucene.apache.org > Subject: RE: Hello and help :) > Date: Fri, 27 Sep 2013 17:23:28 -0700 > > Hi Marcelo, > I hav

RE: Hello and help :)

2013-09-27 Thread Socratees Samipillai
22 -0300 > Subject: Re: Hello and help :) > From: marc...@s1mbi0se.com.br > To: solr-user@lucene.apache.org > > Ssami, > > I work with Matheus and I am helping him to take a look at this > problem. We took a look at result grouping, thinking it could help us, but >

Re: Hello and help :)

2013-09-27 Thread Marcelo Elias Del Valle
luence/display/solr/Result+Grouping> . > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Hello-and-help-tp4092371p4092439.html > Sent from the Solr - User mailing list archive at Nabble.com. >

RE: Hello and help :)

2013-09-27 Thread Socratees Samipillai
Sorry, I take it back. I overlooked that you have two different collections. Thanks, — Socratees. > Date: Fri, 27 Sep 2013 20:03:46 -0300 > Subject: Re: Hello and help :) > From: matheus2...@gmail.com > To: solr-user@lucene.apache.org > > Yes, but how to use result grou

Re: Hello and help :)

2013-09-27 Thread Matheus Salvia
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/Hello-and-help-tp4092371p4092439.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- -- // Matheus Salvia Desenvolvedor Mobile Celular: +55 11 9-6446-2332 Skype: meta.faraday

Re: Hello and help :)

2013-09-27 Thread ssami
If I understand your question right, Result Grouping in Solr might help you. Refer here <https://cwiki.apache.org/confluence/display/solr/Result+Grouping> . -- View this message in context: http://lucene.472066.n3.nabble.com/Hello-and-help-tp4092371p4092439.html Sent from the Solr

Re: Hello and help :)

2013-09-27 Thread Matheus Salvia
Sure, sorry for the inconvenience. I'm having a little trouble trying to make a query in Solr. The problem is: I must be able retrieve documents that have the same value for a specified field, but they should only be retrieved if this value appeared more than X times for a specified user. In pseud

Re: Hello and help :)

2013-09-27 Thread Upayavira
Mattheus, Given these mails form a part of an archive that are themselves self-contained, can you please post your actual question here? You're more likely to get answers that way. Thanks, Upayavira On Fri, Sep 27, 2013, at 04:36 PM, Matheus Salvia wrote: > Hello everyone, > I'm having a problem

Hello and help :)

2013-09-27 Thread Matheus Salvia
Hello everyone, I'm having a problem regarding how to make a solr query, I've posted it on stackoverflow. Can someone help me? http://stackoverflow.com/questions/19039099/apache-solr-count-of-subquery-as-a-superquery-parameter Thanks in advance! -- -- // Matheus Salvia Desenvolvedor Mobile Celu