Re: Approach for Merge Database and Files

2018-06-27 Thread Angel Addati
> > In general, you should always consider doing as much pre-processing at > index time as you can on the theory that what you want is fast > searches and you'll search over a doc many, many more times than you > index it. > > Best, > Erick > > > On Tue, Jun 26,

Re: Approach for Merge Database and Files

2018-06-26 Thread Angel Addati
Thank both. *"From your problem description, it looks like you want to gather the data from the DB and filesystem and combine them into a Solr document at index time, then index that document. " * Exactly. I don't know if the best approach is combine in index time or in query time. But I need sea