Hello. I work with Solr 4.10.
I use DIH and some custom java Transformers to synchronize my Solr index
with the database (MySQL is used)
Is there any way to change the fields in root entity from the sub entity?
I mean something like this
public class MySubEntityTransformer extends
org.apache.solr.
Is there any way to define language for multivalued field?
Seems it doesn't work if there are several values with different languages
in the documents.
*I have multivalued field in schema.xml*
...
...
*And I have configured UpdateRequestProcessorChain*
tag
lang_glob
*Can you elaborate on your comment "There isn't tag indexed". Are you saying
that your multiValued "tag" field is not indexed at all, gone, missing? *
There aren't any tag_... field despite of indexed=true stored=true for
dynamicField
I found the reason, but I don't understand why
If I specify
en
And if I use dynamic fields to split multivalued field on different fields,
can I use this dynamic field in *updateRequestProcessorChain* ? I've tried
this, but seems dynamic values doesn't supported in langid.map.individual.fl
--
View this message in context:
http://lucene.472066.n3.nabble.c
Hello all.
I use Solr 4.6 and I have some problems with delta import from MySQL.
There is an information about deleting documents in logs, but they don't
deleted actually.
Update of documents works fine, so I think commit works.
There is a data-config:
...