Replication file become very very big
Hi all, I meet a very strange problem . We use a windows server as master serviced for 5 windows slaves and 3 Linux slaves . It has worked normally for 2 months .But today we find one of the Linux slave's index file become very very big (150G! Others is 300M ). And we can't find the index folder under data folder .There is just four files :index.20111203090855 (150G)、index.properties、replication.properties、spellchecker 。 By the way , although this file is 150G , its service is normal and the query is very fast . By the way, our Linux slaves' index will poll from server every 40 minutes and every 15 minutes our program will update these server's solr index. We forbidden AutoCommit in solrconfig.xml . Is this caused the problem via some big transaction ? Any suggestion will be appreciate .
'deltaImportQuery' attribute is not specified for entity : user
Hi,I'm try to build a delta index . I really have a entity calls 'user' in data-config.xml like '
Can I update a specific field in solr?
Hi, I try to update a specific field in solr , but I didn't find anyway to implement this . Anyone who knows how to ? Any suggestions will be appriciate : ) 2011-06-08 ZiLi
Re: Re: Can I update a specific field in solr?
Thanks very much , I'll re-index a whole document : ) 发件人: Chandan Tamrakar 发送时间: 2011-06-08 18:25:37 收件人: solr-user 抄送: 主题: Re: Can I update a specific field in solr? I think You can do that but you need to re-index a whole document again. note that there is nothing like "update" , its usually delete and then add. thanks On Wed, Jun 8, 2011 at 4:00 PM, ZiLi wrote: > Hi, I try to update a specific field in solr , but I didn't find anyway to > implement this . > Anyone who knows how to ? > Any suggestions will be appriciate : ) > > > 2011-06-08 > > > > ZiLi > -- Chandan Tamrakar * *
How to query solr status
Anybody who knows how to query an solr server whether it is optimized or not ? As replication can config slave to pull the indexes after "optimized" ,so I think there must be someway to query that .But I didn't find any document to identify that , anyone knows ? Thanks so much O(n_n)O
When replication finished ,is a repeater server has same version with master?
Hi, I'm using an repeater .As you know ,sometimes the repeater will get a version from master, I wonder when this synchronize finished ,is this two indexes have same version number ? Any suggestions will be appreciate. Thanks so much.