Re: Lucene indexing throughput (and Mike's lucenebench charts)

2016-04-14 Thread Stephen Green
big concern in practice? > >> > > >> > Thanks, > >> > Otis > >> > -- > >> > Monitoring - Log Management - Alerting - Anomaly Detection > >> > Solr & Elasticsearch Consulting Support Training - > http://sematext.com/ > >> > >> - > >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > >> For additional commands, e-mail: java-user-h...@lucene.apache.org > >> > >> > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Stephen Green http://thesearchguy.wordpress.com

Indexing a document that modifies itself as it's being indexed

2014-03-11 Thread Stephen Green
the iterator is exhausted before any of the processing happens. So, my questions are: Does it make any sense to try to do this? If so, is there an approach that will work without having to rewrite a lot of indexing code? Thanks, Steve Green -- Stephen Green

Re: Indexing a document that modifies itself as it's being indexed

2014-03-11 Thread Stephen Green
, Mar 11, 2014 at 2:33 PM, Stephen Green eelstretch...@gmail.com wrote: I'm working on a system that uses Lucene 4.6.0, and I have a couple of use cases for documents that modify themselves as they're being indexed. For example, we have text classifiers that we would like to run

Re: Lucene Concurrent Search

2013-09-06 Thread Stephen Green
might be better off with Solr. On Thu, Sep 5, 2013 at 6:21 PM, David Miranda david.b.mira...@gmail.comwrote: Did you have a practical example of the use of SearchManager (initialize, use to do research)? Thanks in advance. 2013/9/5 Stephen Green eelstretch...@gmail.com You can

Re: Lucene Concurrent Search

2013-09-06 Thread Stephen Green
Miranda wrote: Why use Solr instead of Lucene for this kind of application? 2013/9/6 Stephen Green eelstretch...@gmail.com Something like: public class SearchListener implements ServletContextListener { @Override public void contextInitialized(ServletContextEvent sce

Re: Lucene Concurrent Search

2013-09-05 Thread Stephen Green
-- Cumprimentos, David Miranda - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org -- Stephen Green http://thesearchguy.wordpress.com