Hi,

Whenever we add a document to the repository, the indexing and extraction
seems to happen in the same thread. Due to this, the addition takes around 8
secs for a 2.5 MB document.

We would like to make this extraction and indexing to be done on a
background thread.

I have the following configuration for searchIndex in the repository.xml

<SearchIndex
                        
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        

                        
                        
                </SearchIndex>

Please let us know if any configuraion changes needs to be made.


Thanks
Ajai G
-- 
View this message in context: 
http://www.nabble.com/How-to-do-Indexing-and-Extraction-in-Background-threads-tp24823548p24823548.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Reply via email to