[
https://issues.apache.org/jira/browse/LUCENE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590357#action_12590357
]
Michael McCandless commented on LUCENE-1266:
Ugh, you're right. I'll fix it o
[
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 do
[
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
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 reopen
[
https://issues.apache.org/jira/browse/LUCENE-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590377#action_12590377
]
Benjamin Pasero commented on LUCENE-1263:
-
This seems to be caused by an empty spa
[
https://issues.apache.org/jira/browse/LUCENE-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590408#action_12590408
]
Michael Busch commented on LUCENE-1263:
---
Benjamin,
could you provide more informati
[
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 Q
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
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, e
add numDocs() and maxDoc() methods to IndexWriter; deprecate docCount()
---
Key: LUCENE-1267
URL: https://issues.apache.org/jira/browse/LUCENE-1267
Project: Lucene - Java
Is
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 handl
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 ot
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 chi
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
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doron Cohen updated LUCENE-1256:
Attachment: LUCENE-1256.patch
Patch looks great!
One minor issue the dynamically inserted buttons
[
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
> -
[
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 fr
[
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 new
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590603#action_12590603
]
steve_rowe edited comment on LUCENE-1256 at 4/18/08 1:30 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590605#action_12590605
]
Doron Cohen commented on LUCENE-1256:
-
I just realized that adding the buttons statica
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590609#action_12590609
]
Doron Cohen commented on LUCENE-1256:
-
cool, thanks, that was fast!
> Changes.html fo
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590610#action_12590610
]
Steven Rowe commented on LUCENE-1256:
-
I just realized that I didn't save the editor b
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590613#action_12590613
]
Doron Cohen commented on LUCENE-1256:
-
Actually there are now 3 duplicates in ChangesF
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590614#action_12590614
]
doronc edited comment on LUCENE-1256 at 4/18/08 1:54 PM:
--
Sec
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590614#action_12590614
]
Doron Cohen commented on LUCENE-1256:
-
:-) second time i a row that I am to slow for y
[
https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590617#action_12590617
]
Steven Rowe commented on LUCENE-1256:
-
One tiny display issue I noticed: the Bugzilla
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 t
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
/lucene/java/trunk/src/site/src/documentation/content
[
https://issues.apache.org/jira/browse/LUCENE-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590650#action_12590650
]
Karl Wettin commented on LUCENE-1265:
-
Otis says:
bq. Not sure if this email got answ
29 matches
Mail list logo