Suggester for Numbers

2011-12-09 Thread Awasthi, Shishir
Is there a way to make suggester return suggestion for numbers also? My use case is where I have a street address say 123 Street1 When I type 12 it doesn't return any data using suggester. Here is my config

RE: large scale indexing issues / single threaded bottleneck

2011-11-01 Thread Awasthi, Shishir
Roman, How frequently do you update your index? I have a need to do real time add/delete to SOLR documents at a rate of approximately 20/min. The total number of documents are in the range of 4 million. Will there be any performance issues? Thanks, Shishir -Original Message- From: Roman A

RE: Loading data to SOLR first time ( taking too long)

2011-10-25 Thread Awasthi, Shishir
ll save you a lot of exporting time. - make sure your stored procedure can work in incremental mode: e.g. export all records updated after a certain timestamp; then just push the resulting XML into Solr. Alain On Tue, Oct 25, 2011 at 9:56 PM, Awasthi, Shishir wrote: > Hi, > > I recently start

RE: Loading data to SOLR first time ( taking too long)

2011-10-25 Thread Awasthi, Shishir
me machine as Solr!) JRJ -Original Message----- From: Awasthi, Shishir [mailto:shishir.awas...@baml.com] Sent: Tuesday, October 25, 2011 2:57 PM To: solr-user@lucene.apache.org Subject: Loading data to SOLR first time ( taking too long) Hi, I recently started working on SOLR and loaded appro

Loading data to SOLR first time ( taking too long)

2011-10-25 Thread Awasthi, Shishir
Hi, I recently started working on SOLR and loaded approximately 4 million records to the solr using DataImportHandler. It took 5 days to complete this process. Can you please suggest how this can be improved? I would like this to be done in less than 6 hrs. Thanks, Shishir --