Re: Solr architecture diagram

2011-04-10 Thread Lance Norskog
Very cool! "The Life Cycle of the IndexSearcher" would also be a great diagram. The whole dance that happens during a commit is hard to explain. Also, it would help show why garbage collection can act up around commits. Lance On Sun, Apr 10, 2011 at 2:05 AM, Jan Høydahl wrote: >> Looks really go

Re: Solr architecture diagram

2011-04-10 Thread Jan Høydahl
> Looks really good, but two bits that i think might confuse people are > the implications that a "Query Parser" then invokes a series of search > components; and that "analysis" (and the pieces of an analyzer chain) > are what to lookups in the underlying lucene index. > > the first might just

Re: Solr architecture diagram

2011-04-07 Thread Chris Hostetter
: of the components as well as the flow of data and queries. The result is : a conceptual architecture diagram, clearly showing how Solr relates to : the app-server, how cores relate to a Solr instance, how documents enter : through an UpdateRequestHandler, through an UpdateChain and Analysis a

Re: Solr architecture diagram

2011-04-07 Thread David MARTIN
Hi, Thank you for this contribution. Such a diagram could be useful in the official documentation. David On Thu, Apr 7, 2011 at 12:15 PM, Jeffrey Chang wrote: > This is awesome; thank you! > > On Thu, Apr 7, 2011 at 6:09 PM, Jan Høydahl wrote: > > > Hi, > > > > Glad you liked it. You'd like t

Re: Solr architecture diagram

2011-04-07 Thread Jeffrey Chang
This is awesome; thank you! On Thu, Apr 7, 2011 at 6:09 PM, Jan Høydahl wrote: > Hi, > > Glad you liked it. You'd like to model the inner architecture of SolrJ as > well, do you? Perhaps that should be a separate diagram. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.comin

Re: Solr architecture diagram

2011-04-07 Thread Jan Høydahl
Hi, Glad you liked it. You'd like to model the inner architecture of SolrJ as well, do you? Perhaps that should be a separate diagram. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 6. apr. 2011, at 12.06, Stevo Slavić wrote: > Nice, thank you! > > Wish there wa

Re: Solr architecture diagram

2011-04-06 Thread Stevo Slavić
Nice, thank you! Wish there was something similar or extra to this one depicting where do SolrJ's CommonsHttpSolrServer and EmbeddedSolrServer fit in. Regards, Stevo. On Wed, Apr 6, 2011 at 11:44 AM, Jan Høydahl wrote: > Hi, > > At Cominvent we've often had the need to visualize the internal ar