Solr DIH sub entity

2015-09-04 Thread vatuska
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.

Language detection for multivalued field

2013-10-22 Thread vatuska
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

Re: Language detection for multivalued field

2013-10-22 Thread vatuska
*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

Re: Language detection for multivalued field

2013-10-30 Thread vatuska
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

DIH deletedPkQuery seems doesn't work

2013-12-17 Thread vatuska
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: ...