Contribute 4.0 NRT source

2012-05-30 Thread Nagendra Nagarajayya
Hi! I would like to contribute a more granular NRT implementation as to soft-commit (enabled with the realtime tag). This does not close the SolrIndexSearcher instances but keeps passing the NRT reader as a parameter to the searcher maintaining the searcher paradigm of being lean and

Re: Contribute 4.0 NRT source

2012-05-30 Thread David Smiley (@MITRE.org)
Nagendra, Simply open a JIRA issue and attach a patch. Lucene/Solr development largely centers around JIRA issues via the comments. Ideally you should provide tests as part of your patch; it certainly won't be committed if sufficient tests are never furnished. If your NRT implementation really

Re: Contribute 4.0 NRT source

2012-05-30 Thread Nagendra Nagarajayya
David: There is no commit with this approach, hence no closing of the SolrIndexSearcher object. Regarding the cache invalidation, there are some thoughts on selective dynamic update nothing has been implemented yet. The desired cache is disabled for now depending on the search needs.