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 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 .



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

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 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 Tamrakar
*
*


'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 NullPointerException  
will occurs.

Any suggestions will be appreciate .