You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2010/05/06 20:54:52 UTC

Re: RequestHandler / function Query with Cache-implementation

: > ExternalFileField reads the data from the file once (per searcher) and 
: > then stores it in an internal data structure just like hte FieldCache - so 

: And if Solr instantiates a new searcher, the FieldCache would be
: automatically regenerated?

technically they are loaded on demand, but warming usually takes care of 
them being generated on newSearcher

: Hm, how would you access data, normally offered by the statsComponent,
: without the SolrJ?

ignore my SolrJ comment ... i was talking about custom logic you might 
implement in a solr plugin -- in that case you don't need/want to use 
SolrJ to internaly manipulate the caches.  You can/should absolutely use 
SolrJ from your client to "query" the index and the stats we're tlaking 
aout once they are generated.


-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org