Proper way to deal with shared indexer exception

2011-02-25 Thread Jason Tesser
AlreadyClosedException ace OR ClosedChannelException OR IOException what would be the best to do with my shared searcher * * 2. is reopen enough? or should I get a brand new searcher? Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422

Is it safe to use reopen on IndexReader

2010-03-31 Thread Jason Tesser
= new IndexSearcher(ir.reopen(true)); if(ir != indexSearcher.getIndexReader()){ ir.close(); } Is the if(ir != indexSearcher.getIndexReader()){ check needed? Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422

Re: Question about many fields within a single index

2009-12-31 Thread Jason Tesser
right we do analyze a number of fields. We use the WHiteSpace whenever we have a text field. So maybe 5 on average per guy. Can be more of course. Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422 On Wed, Dec 30, 2009 at 10:44 PM, Tom Hill wrote: > Hi - > > One

Question about many fields within a single index

2009-12-30 Thread Jason Tesser
hoping not to have to have many indexes under the covers if I can avoid it but I don't want performance to suffer either. Any thoughts? Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422 - To unsubscribe, e