: 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
: > 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
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
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
: 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
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
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:/
: 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
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.
-