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,
> >
> >
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
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
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
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:
*
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
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
>
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.
>
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
> --
> 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
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
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
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 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
14 matches
Mail list logo