Re: Subqueries

2017-01-06 Thread Mikhail Khludnev
Denormalising works on small numbers, but it hits ceil quite soon, because it scales hard. People did such snippet enrichment in apps for ages. There is nothing special in it. Probably someone can port it to 4.10 as a plugin. On Sat, Jan 7, 2017 at 12:08 AM, Peter Matthew Eichman wrote: > Thanks

Re: Subqueries

2017-01-06 Thread Peter Matthew Eichman
Thanks, we will look into the feasibility of a Solr upgrade. If not, is there anything in 4.10 that would allow us to do something similar, or would we be stuck with denormalizing our data at index time? -Peter On Fri, Jan 6, 2017 at 4:03 PM, Mikhail Khludnev wrote: > https://issues.apache.org/

Re: Subqueries

2017-01-06 Thread Mikhail Khludnev
https://issues.apache.org/jira/browse/SOLR-8208 is resolved for 6.1. I don't know why 4.10 didn't throw exception on referring to [subquery], which is absent there. On Fri, Jan 6, 2017 at 6:23 PM, Peter Matthew Eichman wrote: > Hi Mikhail, > > I've turned on DEBUG level logging, but I still only

Re: Subqueries

2017-01-06 Thread Peter Matthew Eichman
Hi Mikhail, I've turned on DEBUG level logging, but I still only see the main request logged, and no requests for the subqueries. Could it be a version issue? We are running Solr 4.10. Thanks, -Peter On Fri, Jan 6, 2017 at 1:56 AM, Mikhail Khludnev wrote: > Peter, > Subquery should also log i

Re: Subqueries

2017-01-05 Thread Mikhail Khludnev
Peter, Subquery should also log its' request. Can't you find it in log? On Fri, Jan 6, 2017 at 1:19 AM, Peter Matthew Eichman wrote: > Hello Mikhail, > > I put pcdm_members into the fl, and it is definitely stored. I tried adding > the logParamsList, but all I see in the log is > 183866104 [qtp1

Re: Subqueries

2017-01-05 Thread Peter Matthew Eichman
Hello Mikhail, I put pcdm_members into the fl, and it is definitely stored. I tried adding the logParamsList, but all I see in the log is 183866104 [qtp1778535015-14] INFO org.apache.solr.core.SolrCore – [fedora4] webapp=/solr path=/select params={q=id:"https:// fcrepolocal/fcrepo/rest/pcdm/19/3

Re: Subqueries

2017-01-05 Thread Mikhail Khludnev
Hello, Can you add pcdm_members into fl to make sure it's stored? Also please add the following param members.logParamsList=q,fl,rows,row.pcdm_members, and check logs then. On Thu, Jan 5, 2017 at 9:46 PM, Peter Matthew Eichman wrote: > Hello all, > > I am attempting to use a subquery to enrich

Re: Subqueries... using results from the main query

2012-11-01 Thread Otis Gospodnetic
+ means "required (this must be in the FAQ, please check) Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Thu, Nov 1, 2012 at 3:33 PM, Gustav wrote: > Could you please explain what the "+" operator mean?

Re: Subqueries... using results from the main query

2012-11-01 Thread Gustav
Could you please explain what the "+" operator mean? About the X and Y... i don't have the products_ids related to the results, and i was expecting to make a subquery related to the ids returned from the main query -- View this message in context: http://lucene.472066.n3.nabble.com/Subqueries-u

Re: Subqueries... using results from the main query

2012-10-30 Thread Otis Gospodnetic
Hi, Wouldn't this work for you: q=1234 +product_id:X +product_id:Y Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Tue, Oct 30, 2012 at 9:23 AM, Gustav wrote: > Hello everyone, > > i would like to know i

Re: Subqueries... using results from the main query

2012-10-30 Thread Michael Della Bitta
Not to my knowledge. The closest thing is joins I think. My company hasn't had a need for features like this, so I'm not 100% sure. You're probably going to have to be a bit more patient to get a canonical answer. Michael Della Bitta Appinions 18