Getting an IndexReader from a committed IndexWriter
---
Key: LUCENE-1637
URL: https://issues.apache.org/jira/browse/LUCENE-1637
Project: Lucene - Java
Issue Type: Improvement
Componen
Done: https://issues.apache.org/jira/browse/LUCENE-1637.
Jason Rutherglen-2 wrote:
>
> Ok, that makes sense. Can you open an issue?
>
> On Thu, May 14, 2009 at 6:56 PM, Shay Banon wrote:
>
>>
>> I was referring in my original post to the code in trunk. What I am after
>> is
>> a "getCommitt
Ok, that makes sense. Can you open an issue?
On Thu, May 14, 2009 at 6:56 PM, Shay Banon wrote:
>
> I was referring in my original post to the code in trunk. What I am after
> is
> a "getCommittedReader" method similar to getReader that allows to open
> (fast) an IndexReader reflecting the late
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/828/changes
Changes:
[yonik] LUCENE-1596: MultiTermDocs speedup when set with
MultiTermDocs.seek(MultiTermEnum)
[mikemccand] LUCENE-1629: set javadocs encoding to UTF-8
[uschindler] set eol to native
[mikemccand] LUCENE-1629: move CHA
I was referring in my original post to the code in trunk. What I am after is
a "getCommittedReader" method similar to getReader that allows to open
(fast) an IndexReader reflecting the latest committed state (or closed
state) of the IndexWriter. The problem with the getReader method is the fact
th
Hi Shay,
I think IndexWriter.getReader from LUCENE-1516 in trunk is what
you're talking about? It pools readers internally so there's no
need to call IndexReader.reopen, one simply calls IW.getReader
to get new readers containing recent updates.
-J
BTW I replied to the message on java-u...@lucen
Hi,
I just had a look at the job done in IndexWriter in order to get an
IndexReader with all the current ongoing changes done using the IndexWriter.
This feature is very useful, and I was wondering if another feature, which
(I think) is simple to implement (compared to the previous one) might
[
https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved LUCENE-1596.
--
Resolution: Fixed
Fix Version/s: 2.9
Committed.
> optimize MultiTermEnum/MultiTermDocs
[
https://issues.apache.org/jira/browse/LUCENE-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709441#action_12709441
]
Michael McCandless commented on LUCENE-1634:
Patch looks good, thanks Yasuhiro
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709425#action_12709425
]
Uwe Schindler commented on LUCENE-1629:
---
Hi Xiaoping,
Thanks! The code is now commi
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709420#action_12709420
]
Michael McCandless commented on LUCENE-1629:
OK, I just committed that fix (ja
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709416#action_12709416
]
Xiaoping Gao commented on LUCENE-1629:
--
Test successful on my laptop now! Thank all o
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1629:
--
Attachment: LUCENE-1629-encoding-fix.patch
Hi Mike,
a small patch: The HTML files generated by
[
https://issues.apache.org/jira/browse/LUCENE-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher resolved LUCENE-1635.
--
Resolution: Invalid
This isn't a bug. If you're using SimpleAnalyzer, it makes sense that it
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709375#action_12709375
]
Uwe Schindler commented on LUCENE-1636:
---
What do you want to do with an filter witho
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709372#action_12709372
]
Wouter Heijke commented on LUCENE-1636:
---
Whatever cause it was, it was behaving this
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709374#action_12709374
]
Uwe Schindler commented on LUCENE-1636:
---
If you do not use a delegate TokenStream, e
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709371#action_12709371
]
Wouter Heijke commented on LUCENE-1636:
---
Here's an example
before:
private MyFilter
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709369#action_12709369
]
Uwe Schindler commented on LUCENE-1636:
---
Hi Wouter,
I tend to say, this is Won't fix
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1636:
--
Attachment: LUCENE-1636.patch
This patch prevents changing the delegate stream.
> TokenFilter
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709357#action_12709357
]
Michael McCandless commented on LUCENE-1629:
bq. The analyzer (and many more)
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709355#action_12709355
]
Michael McCandless commented on LUCENE-1629:
bq. Should I commit the ArabicAna
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709353#action_12709353
]
Wouter Heijke commented on LUCENE-1636:
---
My own filters and my own tests.
It is just
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709352#action_12709352
]
Uwe Schindler commented on LUCENE-1629:
---
Fine!
Should I commit the ArabicAnalyzer te
[
https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709349#action_12709349
]
Michael McCandless commented on LUCENE-1596:
bq. although this unfortunately
[
https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709348#action_12709348
]
Michael McCandless commented on LUCENE-1636:
Hmm... that's no good.
Can you g
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1629.
Resolution: Fixed
Thanks everyone!
> contrib intelligent Analyzer for Chinese
> -
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709345#action_12709345
]
Michael McCandless commented on LUCENE-1629:
Awesome! I've applied your patch
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1629:
--
Attachment: build-resources-with-folder.patch
This is a second try, again with the resources f
TokenFilters with a null value in the constructor fail
--
Key: LUCENE-1636
URL: https://issues.apache.org/jira/browse/LUCENE-1636
Project: Lucene - Java
Issue Type: Bug
Affects Versions
[
https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1629:
--
Attachment: build-resources.patch
Here another try with Erik's suggestion:
I moved the task t
31 matches
Mail list logo