[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-20 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973135#action_12973135 ] Michael Busch commented on LUCENE-2814: --- {quote} OK I committed to trunk. I'll let

running solr tests in eclipse

2010-12-20 Thread adeelmahmood
I am not sure if I am able to run the unit tests for solr in eclipse .. If i just ran the build.xml with test arg .. it runs all the tests and shows that they are successful and all that .. very few fail though .. but more importantly if i wanna run a single testcase by

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-12-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973161#action_12973161 ] Michael McCandless commented on LUCENE-1410: OK I committed pfor2 onto the

[jira] Resolved: (LUCENE-2820) CMS fails to cleanly stop threads

2010-12-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2820. Resolution: Fixed Take 2! CMS fails to cleanly stop threads

Re: strange problem of PForDelta decoder

2010-12-20 Thread Li Li
I think random test is not sufficient. for normal situation, some branches are not executed. I tested http://code.google.com/p/integer-array-compress-kit/ with many random int arrays and it works. But when I use it in real indexing, when in optimize stage, it corrupted. Because PForDelta

[jira] Created: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Robert Muir (JIRA)
FSDirectory.open should return MMap on 64-bit Solaris - Key: LUCENE-2825 URL: https://issues.apache.org/jira/browse/LUCENE-2825 Project: Lucene - Java Issue Type: Improvement

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973181#action_12973181 ] Uwe Schindler commented on LUCENE-2825: --- Is it slower on Linux-64 because you only

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973183#action_12973183 ] Robert Muir commented on LUCENE-2825: - In the case of Linux-64 and Mac OS X, Mike was

[jira] Updated: (SOLR-2287) (SolrCloud) Allow users to query by multiple collections

2010-12-20 Thread Soheb Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Soheb Mahmood updated SOLR-2287: Component/s: (was: clients - java) SolrCloud (SolrCloud) Allow users to query

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973213#action_12973213 ] Uwe Schindler commented on LUCENE-2825: --- bq. Doesn't MMap automatically consume a

[jira] Updated: (LUCENE-2694) MTQ rewrite + weight/scorer init should be single pass

2010-12-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2694: Attachment: LUCENE-2694.patch here is a new patch with a slightly different

running solr unit tests in eclipse

2010-12-20 Thread Adeel Qureshi
I am not sure if I am able to run single unit tests for solr in eclipse .. If i just ran the build.xml with test arg .. it runs all the tests and shows that they are successful and all that .. very few fail though .. but more importantly if i wanna run a single testcase by e.g.

Re: strange problem of PForDelta decoder

2010-12-20 Thread Michael McCandless
On Mon, Dec 20, 2010 at 5:49 AM, Li Li fancye...@gmail.com wrote:   I think random test is not sufficient.   for normal situation, some branches are not executed. I tested http://code.google.com/p/integer-array-compress-kit/ with many random int arrays and it works. But when I use it in real

Re: strange problem of PForDelta decoder

2010-12-20 Thread Li Li
OK we should have a look at that one still.  We need to converge on a good default codec for 4.0.  Fortunately it's trivial to take any int block encoder (fixed or variable block) and make a Lucene codec out of it! I suggests you not to use this one, I fixed dozens of bugs but it still failed

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973260#action_12973260 ] Yonik Seeley commented on LUCENE-2825: -- There could be a number of things that could

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973264#action_12973264 ] Robert Muir commented on LUCENE-2825: - bq. There could be a number of things that

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-12-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973286#action_12973286 ] Paul Elschot commented on LUCENE-1410: -- In the 1410e patch here are test cases that

[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973291#action_12973291 ] Michael McCandless commented on LUCENE-2814: bq. Man, you guys really ruined

[jira] Commented: (LUCENE-2694) MTQ rewrite + weight/scorer init should be single pass

2010-12-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973295#action_12973295 ] Simon Willnauer commented on LUCENE-2694: - mike - do you mind if I take this?

[jira] Updated: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2723: Attachment: LUCENE-2723_bulkvint.patch attached is a silly codec, but i think useful when

[jira] Updated: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2312: - Attachment: LUCENE-2312-FC.patch Simple patch that's added a new CachedArray setValue

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973389#action_12973389 ] Robert Muir commented on LUCENE-2723: - also the payloads pointer... we need this out

[jira] Resolved: (LUCENE-2826) LineDocSource should assign stable IDs; docdate field should be NumericField

2010-12-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2826. Resolution: Fixed Fix Version/s: 4.0 3.1 LineDocSource

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12973396#action_12973396 ] Jason Rutherglen commented on LUCENE-2312: -- For TermOrdValComparator we'll have

[jira] Updated: (SOLR-2052) Allow for a list of filter queries and a single docset filter in QueryComponent

2010-12-20 Thread Stephen Green (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Green updated SOLR-2052: Attachment: SOLR-2052-3.patch A patch that works against trunk. Allow for a list of filter