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
= 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
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
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