Re: RequestHandler / function Query with Cache-implementation

2010-05-06 Thread Chris Hostetter
: Having a look at the source-codes and the API-documentation, I want to : describe how I would try to implement my function query's prototype. I would take a step back by trying to use ExternalFileField directly -- then if there is something you want to do that is adeviation from it's behavior

Re: RequestHandler / function Query with Cache-implementation

2010-05-06 Thread Chris Hostetter
: > 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 w

Re: RequestHandler / function Query with Cache-implementation

2010-04-30 Thread MitchK
View this message in context: http://lucene.472066.n3.nabble.com/RequestHandler-function-Query-with-Cache-implementation-tp757610p767548.html Sent from the Solr - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev

Re: RequestHandler / function Query with Cache-implementation

2010-04-29 Thread MitchK
an store those statistics which I want to compute at query-time in a map and reuse them for the whole function-query call (I mean for every document). Thank you, Chris. - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/RequestHandler-function-Query-with-Cache-implemen

Re: RequestHandler / function Query with Cache-implementation

2010-04-29 Thread Chris Hostetter
: Yes, it's really a lot. I am not sure whether an ExternalFileField-source : would work faster than a SolrCache (a lot of the needed data is always the : same, so it's okay to store it in an external file). However: is it really : more performant to get the metadata from there? Did you make any e

Re: RequestHandler / function Query with Cache-implementation

2010-04-27 Thread MitchK
tor and returning it I hope this helps understanding my issue a little bit better. Thank you both! Kind regards - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/RequestHandler-function-Query-with-Cache-implementation-tp757610p760582.html Sent from the

Re: RequestHandler / function Query with Cache-implementation

2010-04-27 Thread Grant Ingersoll
in implementing > this functionality in Solr. > > Thank you in advance for every suggestion, reference, idea and thought. > > Kind regards > - Mitch > -- > View this message in context: > http:/

Re: RequestHandler / function Query with Cache-implementation

2010-04-27 Thread Chris Hostetter
: during several thoughts about how to make scoring in Solr better, a lot of : times I wished that I can use precomputed data to influence score. However, : this data could change whenever there occurs a commit. That's why I can't : work with preprocessing while indexing the documents. I hope to s

RequestHandler / function Query with Cache-implementation

2010-04-26 Thread MitchK
ce, idea and thought. Kind regards - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/RequestHandler-function-Query-with-Cache-implementation-tp757610p757610.html Sent from the Solr - Dev mailing list archive at Nabble.com. -