Hi,
I do not have a good idea about No. 1, but No. 2 is clear.
> 2. Delta indexing of xml file.
> We would be provided with an xml file and that would be imported to Solr
> using full-import during the first import. Subsequently we would be
> provided with changes made to the xml file (will be pr
And (as an additive comment),
You may want to index into a completely separate collection and then
do alias switching to point to it when done. That indexing could even
be on a separate machine.
Regards,
Alex.
On 18 May 2018 at 08:47, Emir Arnautović wrote:
> Hi Darko,
> There is no updating
Hi Darko,
There is no updating data in Solr. It is always written into new segment and if
some existing document has the same ID it will be flagged as deleted but will
not be removed until that segment is merged. While merging it will keep old
segments until new is done and searcher updated. So
Thank you for your input. With your help I was able to solve my problem.
Although I could find no good example of how to handle multivalued fields
with a custom transformer online your comments helped me to find a solution.
Here is the code that handles both multi-valued and single valued fields.
Nothing jumps out on a quick look. So I'd try a couple of things:
1> you can debug this via "remote debugging" in an IDE, see if
your code is a> reached and b> does what you expect.
2> Look at your logs. Anything coming out that's unexpected?
3> Try some simple logging, maybe dump out the docu
Also here is my schema
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Import-Handler-Custom-Transformer-not-working-tp3978746p3978748.html
Sent from the Solr - User mailing list archive at Nabble.com.