Re: Grouping queries

2012-03-23 Thread Martijn v Groningen
> > Where is Join documented? I looked at > http://wiki.apache.org/solr/Join and see no reference to "fromIndex". > Also does this work in a distributed environment? > The "fromIndex" isn't documented in the wiki It is mentioned in the issue and you can find in the Solr code: https://issues.ap

Re: Grouping queries

2012-03-23 Thread Jamie Johnson
On Fri, Mar 23, 2012 at 6:37 AM, Martijn v Groningen wrote: > On 22 March 2012 03:10, Jamie Johnson wrote: > >> I need to apologize I believe that in my example I have too grossly >> over simplified the problem and it's not clear what I am trying to do, >> so I'll try again. >> >> I have a situat

Re: Grouping queries

2012-03-23 Thread Martijn v Groningen
On 22 March 2012 03:10, Jamie Johnson wrote: > I need to apologize I believe that in my example I have too grossly > over simplified the problem and it's not clear what I am trying to do, > so I'll try again. > > I have a situation where I have a set of access controls say user, > super user and

Re: Grouping queries

2012-03-21 Thread Jamie Johnson
well on large indices if you use filters >>> queries well. >>> (E.g. 100M travel offers, but during searching only interrested in in >>> travel offers to specific destinations or in a specific period of time). >>> Best way to find this out, is to just try it ou

Re: Grouping queries

2012-03-21 Thread Jamie Johnson
ind this out, is to just try it out. >> >> On 21 March 2012 22:34, Jamie Johnson wrote: >> >>> I was wondering how much more intensive grouping queries are in >>> general.  I am considering using grouping queries as my primary query >>> because I have

Re: Grouping queries

2012-03-21 Thread Jamie Johnson
ut during searching only interrested in in > travel offers to specific destinations or in a specific period of time). > Best way to find this out, is to just try it out. > > On 21 March 2012 22:34, Jamie Johnson wrote: > >> I was wondering how much more intensive grouping queries ar

Re: Grouping queries

2012-03-21 Thread Martijn v Groningen
ore intensive grouping queries are in > general. I am considering using grouping queries as my primary query > because I have the need to store a document as pieces with varying > access controls, for instance a portion of a document a user can see > but an admin can see the entire thing

Grouping queries

2012-03-21 Thread Jamie Johnson
I was wondering how much more intensive grouping queries are in general. I am considering using grouping queries as my primary query because I have the need to store a document as pieces with varying access controls, for instance a portion of a document a user can see but an admin can see the

Re: Why is query result set caching disabled for grouping queries?

2011-12-21 Thread astubbs
intermediate step? I'm looking at: QueryComponent#process Grouping#execute SolrIndexSearcher#search and getDocList Cheers for the info. Antony. -- View this message in context: http://lucene.472066.n3.nabble.com/Why-is-query-result-set-caching-disabled-for-grouping-queries-tp3604540p3604696.htm