[jira] Updated: (LUCENE-726) Remove usage of deprecated method Document.fields()

2006-11-23 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-726?page=all ] Michael Busch updated LUCENE-726: - Attachment: deprecation.patch > Remove usage of deprecated method Document.fields() > --- > >

[jira] Created: (LUCENE-726) Remove usage of deprecated method Document.fields()

2006-11-23 Thread Michael Busch (JIRA)
Remove usage of deprecated method Document.fields() --- Key: LUCENE-726 URL: http://issues.apache.org/jira/browse/LUCENE-726 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Updated: (LUCENE-725) NovelAnalyzer - wraps your choice of Lucene Analyzer and filters out all "boilerplate" text

2006-11-23 Thread Mark Harwood (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-725?page=all ] Mark Harwood updated LUCENE-725: Attachment: NovelAnalyzer.java As per comment - a "novel text only" analyzer > NovelAnalyzer - wraps your choice of Lucene Analyzer and filters out all > "boi

[jira] Created: (LUCENE-725) NovelAnalyzer - wraps your choice of Lucene Analyzer and filters out all "boilerplate" text

2006-11-23 Thread Mark Harwood (JIRA)
NovelAnalyzer - wraps your choice of Lucene Analyzer and filters out all "boilerplate" text --- Key: LUCENE-725 URL: http://issues.apache.org/jira/browse/LUCENE-725

Re: LuceneEventListener refresh and new index direcory

2006-11-23 Thread Emmanuel Bernard
Hi Sergei, The short answer is, if you use a recent version, you should be able to write you own DirectoryProvider that can handle such hot swap through JMX or any other event. Let's move the discussion to http://forum.hibernate.org/viewforum.php?f=9 This is more an Hibernate Search (use to be

LuceneEventListener refresh and new index direcory

2006-11-23 Thread Sergei Polzunov
Hi I've got some problems trying to refresh/reinitialize documentBuilders list for new index directory. I have LuceneEventListener mapped to hibernate post-commit-... events. I want to change storage link in runtime (JMX etc.) and I need to refresh documentBuilders list with new content provider