[jira] Commented: (LUCENE-1266) IndexWriter.optimize(boolean doWait) ignores doWait parameter

2008-04-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590357#action_12590357 ] Michael McCandless commented on LUCENE-1266: Ugh, you're right. I'll fix it

[jira] Assigned: (LUCENE-1266) IndexWriter.optimize(boolean doWait) ignores doWait parameter

2008-04-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1266: -- Assignee: Michael McCandless IndexWriter.optimize(boolean doWait) ignores

[jira] Resolved: (LUCENE-1266) IndexWriter.optimize(boolean doWait) ignores doWait parameter

2008-04-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1266. Resolution: Fixed Fix Version/s: 2.4 2.3.2 OK committed

Re: Does LUCENE-831) Complete overhaul of FieldCache API provide fieldcache offloading to disk?

2008-04-18 Thread Michael Busch
Chris Hostetter wrote: : But then the FieldCache is just starting to feel alot like column-stride : fields : (LUCENE-1231). that's what i've been thinking ... my goal with LUCENE-831 was to make it easier to manage FieldCache and hopefully the norms[] as well particularly in the case of

[jira] Commented: (LUCENE-1263) NullPointerException in java.util.Hashtable from executing a Query

2008-04-18 Thread Benjamin Pasero (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590377#action_12590377 ] Benjamin Pasero commented on LUCENE-1263: - This seems to be caused by an empty

[jira] Commented: (LUCENE-1263) NullPointerException in java.util.Hashtable from executing a Query

2008-04-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590408#action_12590408 ] Michael Busch commented on LUCENE-1263: --- Benjamin, could you provide more

[jira] Updated: (LUCENE-1263) NullPointerException in java.util.Hashtable from executing a Query

2008-04-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1263: -- Priority: Minor (was: Major) NullPointerException in java.util.Hashtable from executing a

Re: Does LUCENE-831) Complete overhaul of FieldCache API provide fieldcache offloading to disk?

2008-04-18 Thread Michael McCandless
OK so in this approach, a CSF is an on disk format, while the FieldCache represents loading all (or maybe eventually subsets as controlled by a cache policy) into a memory cache. And since they both implement FSV you can swap either in when you need it. This sounds good! Mike Michael

Re: Does LUCENE-831) Complete overhaul of FieldCache API provide fieldcache offloading to disk?

2008-04-18 Thread Michael Busch
Michael McCandless wrote: OK so in this approach, a CSF is an on disk format, while the FieldCache represents loading all (or maybe eventually subsets as controlled by a cache policy) into a memory cache. And since they both implement FSV you can swap either in when you need it. Yes,

[jira] Created: (LUCENE-1267) add numDocs() and maxDoc() methods to IndexWriter; deprecate docCount()

2008-04-18 Thread Michael McCandless (JIRA)
add numDocs() and maxDoc() methods to IndexWriter; deprecate docCount() --- Key: LUCENE-1267 URL: https://issues.apache.org/jira/browse/LUCENE-1267 Project: Lucene - Java

Strange Exception

2008-04-18 Thread eks dev
does anyone have an idea what the reason for this could be? corrupt index? (this is RAMDirectoryloaded from FSDirectory!?) unfortunately I have very limited possibilities to access this system to dig deeper thanks! INFO | jvm 49 | 2008/04/10 11:30:41 | 080410 113041 SEVERE Server

Re: Strange Exception

2008-04-18 Thread Michael McCandless
Some sort of index corruption seems likely. Is it expected that the docs in this index only have 2 fields? The exception is happening because TermBuffer is trying to look up the field name for fieldNumber=3. What version of Lucene is this? How was the index produced? Were there any

Re: Strange Exception

2008-04-18 Thread eks dev
wow, you are fast! Thanks a lot! yes, we detected one NPE in timer Thread some 4 hours before this happened?! Still not clear how these two relate. When I read code, this NPE in TimerThread should have killed the process, no catche (Throwable/Exception) in between... smells like bad memory

Highlighter does not work properly with PhraseQueries

2008-04-18 Thread fsanchez
Hi all, I have found out that the Highlighter that can be found in contrib does not properly highlight phrase queries, instead it highlights the terms found in the query in isolation. Searching the web I found this, https://issues.apache.org/jira/browse/LUCENE-794, but I didn't find the way to

[jira] Assigned: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen reassigned LUCENE-1256: --- Assignee: Doron Cohen Changes.html formatting improvements

[jira] Updated: (LUCENE-1157) Formatable changes log (CHANGES.txt is easy to edit but not so friendly to read by Lucene users)

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1157: Priority: Minor (was: Major) Formatable changes log (CHANGES.txt is easy to edit but not so

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Attachment: LUCENE-1256.patch Hi Doron, I like the Fancy stylesheet now - thanks. Attaching a

[jira] Issue Comment Edited: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590603#action_12590603 ] steve_rowe edited comment on LUCENE-1256 at 4/18/08 1:30 PM: --

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590605#action_12590605 ] Doron Cohen commented on LUCENE-1256: - I just realized that adding the buttons

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590609#action_12590609 ] Doron Cohen commented on LUCENE-1256: - cool, thanks, that was fast! Changes.html

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590610#action_12590610 ] Steven Rowe commented on LUCENE-1256: - I just realized that I didn't save the editor

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590613#action_12590613 ] Doron Cohen commented on LUCENE-1256: - Actually there are now 3 duplicates in

[jira] Issue Comment Edited: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590614#action_12590614 ] doronc edited comment on LUCENE-1256 at 4/18/08 1:54 PM: --

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590614#action_12590614 ] Doron Cohen commented on LUCENE-1256: - :-) second time i a row that I am to slow for

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590617#action_12590617 ] Steven Rowe commented on LUCENE-1256: - One tiny display issue I noticed: the Bugzilla

Re: Flexible indexing design

2008-04-18 Thread Marvin Humphrey
On Apr 17, 2008, at 11:57 AM, Michael McCandless wrote: If I have a pluggable indexer, then on the querying side I need something (I'm not sure what/how) that knows how to create the right demuxer (container) and codec (decoder) to interact with whatever my indexing plugins wrote. So I don't

r611094

2008-04-18 Thread Karl Wettin
I was going to flash my name a bit but the file was deleted in January. r611094 | buschmi | 2008-01-11 08:50:59 +0100 (Fre, 11 Jan 2008) | 1 line Changed paths: M /lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml D

[jira] Commented: (LUCENE-1265) Identify bottleneck associated with not pooling searchers

2008-04-18 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590650#action_12590650 ] Karl Wettin commented on LUCENE-1265: - Otis says: bq. Not sure if this email got