Re: Commit is taking very long time

2009-03-19 Thread mahendra mahendra
e in Lucene is to sync the index files for safety. Are you perhaps running on Linux with the ext3 filesystem? Not sure what's causing the null pointer exception... do you have a stack trace? -Yonik http://www.lucidimagination.com On Fri, Mar 13, 2009 at 9:05 PM, mahendra mahendra wrote: &

Commit is taking very long time

2009-03-13 Thread mahendra mahendra
Hello,   I am experiencing strange problems while doing commit. I am doing indexing for every 10 min to update index with data base values. commit is taking 7 to 10 min approximately and my indexing is failing due to null pointer exception. If first thread is not completed in 10 min the second t

Indexing issue

2009-03-03 Thread mahendra mahendra
Hi,   I have two cores in different machines which are referring to the same data directory. I have implemented this mechanism to have fault tolerance in place, if any of the machines are down the fault tolerance take care to index data from other machine.   Since two cores are referring to the

Re: exceeded limit of maxWarmingSearchers

2009-02-23 Thread mahendra mahendra
From: Shalin Shekhar Mangar Subject: Re: exceeded limit of maxWarmingSearchers To: solr-user@lucene.apache.org Date: Monday, February 23, 2009, 10:35 AM On Mon, Feb 23, 2009 at 10:23 AM, mahendra mahendra < mahendra_featu...@yahoo.com> wrote: > Hi, > > I have scheduled Incremental indexi

exceeded limit of maxWarmingSearchers

2009-02-22 Thread mahendra mahendra
Hi,   I have scheduled Incremental indexing to run for every 2 min. Some times due to more number of records the first instance of the incremental couldn't complete before second instance start. This is causing the below error.   org.apache.solr.common.SolrException: Error opening new searcher. e

wildcard search issue

2009-02-05 Thread mahendra mahendra
Hi,   The case sensitive wild-card search is not working for TextField type. I have tried searching for UserName:cust*, it gave the results, but UserName:Cust* didn't give any results. How can I make it work.. I have defined my TextField in following way.              

Exact match search problem

2009-02-01 Thread mahendra mahendra
Hi, I have indexed my data as "custom123, customer, custom" for the "UserName" field. I need to search the records for exact match, when I am trying to search with UserName:"customer" I am finding the records where UserName is custom123 and custom. As per my understanding solr splits the Alpha

Performance issue

2009-01-26 Thread mahendra mahendra
Hi, I have configured solr in two different servers in different machines. One server I am using for indexing and another server using for searching data. Both servers are pointing to the common data directory (shared drive). When indexer server posting the data to shared drive (data directory),

Index partitioning

2008-10-24 Thread mahendra mahendra
Hi,   I want to partition my index based on category information. Also, while indexing I want to store particular category data to corresponding index partition. In the same way I need to search for category information on corresponding partition..   I found some information on wiki link http:/

Changing dataDir without restatrting server

2008-09-29 Thread mahendra mahendra
Is there any way to change the index location with out restarting the server?   Requirement We want to share the index location by multiple search nodes. As part of my project maintanance we want to shift the current index location to other location and delete the current index location for every

Re: Solr performance for Instance updates

2008-09-26 Thread mahendra mahendra
ser@lucene.apache.org Date: Saturday, September 27, 2008, 2:19 AM Hi, - Original Message ---- > From: mahendra mahendra <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, September 26, 2008 3:52:57 PM > Subject: Solr performance for Instance updates > >

Solr performance for Instance updates

2008-09-26 Thread mahendra mahendra
Hi,   We want to update the index based on TIB listener, whenever database changes happens we want to update my index instantly this may happen very frequently for number of records.   Could anyone please tell me how would be the performance for these scenarios?   Question related linguistic supp