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

Put enough information in Solr to fetch the document as necessary,
often people don't put the entire file in Solr especially if it's,
say, a PDF or Word etc.

Best,
Erick

On Tue, Jun 26, 2018 at 5:21 AM, Peter Gylling Jørgensen
<peter.jorgen...@findwise.com> wrote:
> Hi,
>
> I would create a search alias, that contains the latest versions of the 
> different collections.
>
> See:
> https://lucene.apache.org/solr/guide/7_3/collections-api.html#collections-api
>
> Then you use this alias to search for results
>
> You get better results if you define the same schema for all collections
>
> Best Regards
> Peter Gylling Jørgensen
> Findability Consultant
> Mail: peter.jorgen...@findwise.com<mailto:peter.jorgen...@findwise.com>
> Mobile: +45 42442890
>
>
> Den 26. jun. 2018 kl. 13.55 skrev angeladdati 
> <angeladd...@gmail.com<mailto:angeladd...@gmail.com>>:
>
> Hi:
>
> I have two sources to indexing:
> Database: MetadataDB1, MetadataDB2, File Url...
> Files: MetadataF1, MetadataF2, File Url, Contain...
>
> I index the data base and the files. When I search, I need search and show
> the merge result: Database + Files (MetadataDb1, MetadataDB2, MetadataF1,
> MetadataF2, File Url, Contain, ...).
>
>
> Is it possible?
>
> Regards!
>
> Angel
>
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to