Hi Abhijeet,

On Mon, Aug 22, 2011 at 3:09 PM, abhijit bashetti <abhijitbashe...@gmail.com
> wrote:

>
> 1. Can I update a specific field while re-indexing?
>

Solr doesn't support updating specific fields. You must always create a
complete document with values for all fields while indexing. If you keep the
same value for the unique key field, the new doc will replace the one in the
index.


>
> 2. what are the ways to improve the performance of Indexing?
>

See http://wiki.apache.org/lucene-java/ImproveIndexingSpeed

The above page is for Lucene users but is useful for Solr users as well.


>
> 3. What should be ideal system configuration for solr indexing server?
>
>
This is difficult to answer. It depends on your particular use-case.

-- 
Regards,
Shalin Shekhar Mangar.
  • Solr Queries abhijit bashetti
    • Re: Solr Queries Shalin Shekhar Mangar

Reply via email to