Replication file become very very big

2011-12-15 Thread ZiLi
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

When replication finished ,is a repeater server has same version with master?

2011-08-01 Thread ZiLi
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.

How to query solr status

2011-07-25 Thread ZiLi
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

Can I update a specific field in solr?

2011-06-08 Thread ZiLi
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?

2011-06-08 Thread ZiLi
, its usually delete and then add. thanks On Wed, Jun 8, 2011 at 4:00 PM, ZiLi dangld...@163.com 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

'deltaImportQuery' attribute is not specified for entity : user

2011-06-02 Thread ZiLi
Hi,I'm try to build a delta index . I really have a entity calls 'user' in data-config.xml like 'entity name=user query= deltaQuery=select p.UserId *** ' but when the index building starts, it always told me failed , when I check the tomcat's log ,it told me that warning then then a java's