[ 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()
> ---
>
>
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:
[ 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
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
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
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