Re: injecting fields looked up from DB at the runtime - Solr/Lucene question

2006-11-06 Thread Yonik Seeley
On 11/6/06, Vladimir Olenin <[EMAIL PROTECTED]> wrote: So, if I'll be using Solr, what's the right strategy? Is it possible to redefine SolrDocument class through configuration? There isn't currently a SolrDocument class... it's all hypothetical. But yes, I imagine it would work by allowing one

RE: injecting fields looked up from DB at the runtime - Solr/Lucene question

2006-11-06 Thread Vladimir Olenin
:36 AM To: java-user@lucene.apache.org Subject: Re: injecting fields looked up from DB at the runtime - Solr/Lucene question On 11/5/06, Vladimir Olenin <[EMAIL PROTECTED]> wrote: > - when the Hits objects are returned from IndexSearcher (as a result of some search), 'inject'

Re: injecting fields looked up from DB at the runtime - Solr/Lucene question

2006-11-05 Thread Yonik Seeley
On 11/5/06, Vladimir Olenin <[EMAIL PROTECTED]> wrote: - when the Hits objects are returned from IndexSearcher (as a result of some search), 'inject' 'info' fields into the 'Hit' objects at runtime by looking the values up in the DB. The main purpose is to avoid storing 'info' fields in the in