Hi again,
I would still keep all fields in the original schema of the global Solr, just
for the sake of simplicity.
For custom sort order, you can look at ExternalFileField which is a text file
that you can add to your local Solr index independently of the pre-built index.
However, this only s
Hi,
its would be possible to add that to the main solr but the problem is:
Lets face it (example):
We have kind of 1.5 million documents in the solr master. These Documents are
books.
These books have fields like title, ids, numbers and authors and more.
This solr is global.
Now: The slave solr
Hi,
Index replication in Solr makes an exact copy of the original index.
Is it not possible to add the 6 extra fields to both instances?
An alternative to replication is to feed two independent Solr instances -> full
control :)
Please elaborate on your specific use case if this is not useful answ
Hi,
id like to know if its possible to have a solr Server with a schema and lets
say 10 fields indexed.
I know want to replicate this whole index to another solr server which has a
slightly different schema.
There are additional 6 fields these fields change the sort order for a product
which ba