[
https://issues.apache.org/jira/browse/LUCENE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799056#action_12799056
]
Steven Rowe commented on LUCENE-2181:
-
+1, once again, tests all pass, and "ant collat
[
https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated LUCENE-2204:
---
Attachment: LUCENE-2204.patch
A patch attached. It includes reset methods for Tokenizer that
[
https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated LUCENE-2204:
---
Summary: FastVectorHighlighter: some classes and members should be publicly
accessible to im
FastVectorHighlighter:
---
Key: LUCENE-2204
URL: https://issues.apache.org/jira/browse/LUCENE-2204
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/highlighter
Affects Versions: 3.0, 2.9.1
[
https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated LUCENE-2204:
---
Summary: FastVectorHighlighter: some classes and members should be publicly
accessible (was
[
https://issues.apache.org/jira/browse/LUCENE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798957#action_12798957
]
Uwe Schindler commented on LUCENE-2203:
---
The revision no. in the "svn co" works exac
Maybe the default can be conditional on the platform like NIOFSDirectory.
On Mon, Jan 11, 2010 at 1:25 PM, Marvin Humphrey wrote:
> On Mon, Jan 11, 2010 at 03:20:17PM -0500, Grant Ingersoll wrote:
>> Should we really still be defaulting to true for setUseCompoundFile? Do
>> people still run out
On Mon, Jan 11, 2010 at 03:20:17PM -0500, Grant Ingersoll wrote:
> Should we really still be defaulting to true for setUseCompoundFile? Do
> people still run out of file handles?
Yep. You're going to smack up against that limit pretty quick on Mac OS X:
mar...@smokey:~ $ ulimit -n
256
+1. I never liked having the compound format be the default, since increasing
the max # of open file handles is a well documented thing, at least in the UNIX
world.
Otis
--
Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch
- Original Message
> From: Grant Ingersoll
> To: j
+1
I think we should make it Version dependent...
Mike
On Mon, Jan 11, 2010 at 3:20 PM, Grant Ingersoll wrote:
> Should we really still be defaulting to true for setUseCompoundFile? Do
> people still run out of file handles? If so, why not have them turn it on,
> instead of everyone else ha
Should we really still be defaulting to true for setUseCompoundFile? Do people
still run out of file handles? If so, why not have them turn it on, instead of
everyone else having to turn it off.
-Grant
-
To unsubscribe, e-m
[
https://issues.apache.org/jira/browse/LUCENE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798800#action_12798800
]
Robert Muir commented on LUCENE-2203:
-
Simon, these files are large (70MB) but so is t
[
https://issues.apache.org/jira/browse/LUCENE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798795#action_12798795
]
Simon Willnauer commented on LUCENE-2203:
-
Robert, those test seem to be very exte
[
https://issues.apache.org/jira/browse/LUCENE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2181:
Attachment: LUCENE-2181.patch
Steven thanks, in addition to your comments I also changed the confi
[
https://issues.apache.org/jira/browse/LUCENE-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798748#action_12798748
]
Robert Muir commented on LUCENE-2201:
-
all tests from LUCENE-2203 pass with this patch
[
https://issues.apache.org/jira/browse/LUCENE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798737#action_12798737
]
Robert Muir commented on LUCENE-2203:
-
its worth mentioning for the two broken languag
[
https://issues.apache.org/jira/browse/LUCENE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2203:
Attachment: LUCENE-2203.patch
attached is a patch that does an svn checkout of rev 500 (which is w
improved snowball testing
-
Key: LUCENE-2203
URL: https://issues.apache.org/jira/browse/LUCENE-2203
Project: Lucene - Java
Issue Type: Test
Components: contrib/analyzers
Reporter: Robert Muir
[
https://issues.apache.org/jira/browse/LUCENE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798679#action_12798679
]
Steven Rowe commented on LUCENE-2181:
-
+1, tests all pass, and "ant collation" produce
[
https://issues.apache.org/jira/browse/LUCENE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2181:
Attachment: LUCENE-2181.patch
corrected this testReadTokens(), it tests by adding up token freq ac
[
https://issues.apache.org/jira/browse/LUCENE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798655#action_12798655
]
Robert Muir commented on LUCENE-2181:
-
bq. I just ran the contrib/benchmark tests, and
Also, if the only reason why you're committing is so a reader can see
the changes (ie, you don't need so much "safety"), you should use
IndexWriter.getReader instead.
commit is really only needed for safety (ie known recovery points on
crash), or, for cases where the reader must be opened in a dif
Then I wouldn't need it and can still improve performance by using
periodic commits, nice!
thanks for explaining this,
Sanne
On Mon, Jan 11, 2010 at 10:57 AM, Michael McCandless
wrote:
> On Sun, Jan 10, 2010 at 6:13 PM, Sanne Grinovero
> wrote:
>> Even if it's not strictly needed anymore, could
On Sun, Jan 10, 2010 at 6:13 PM, Sanne Grinovero
wrote:
> Even if it's not strictly needed anymore, could it improve performance?
I think there should be no real performance gains/losses one way or another.
The current updateDocument call basically boils down to delete then add.
> Right now I n
24 matches
Mail list logo