[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Patch that fixes the Weight.scoreDocsOutOfOrder method to

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124778#comment-13124778 ] Robert Muir commented on LUCENE-1536: - {noformat} There is no need for Robert's hack

Weird stuff in test framework

2011-10-11 Thread Dawid Weiss
[Don't know if this made it through, I might have sent it from a wrong e-mail address...] As part of working on LUCENE-3492 I've been copy-pasting chunks of existing code. If you can peek at the diff in the attachment some of the things got me thinking...= One seems to be a bug/ overlook (unused

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124787#comment-13124787 ] Robert Muir commented on LUCENE-1536: - Its not even just the specific patch here

[jira] [Commented] (LUCENE-3504) DocValues: deref/sorted bytes types shouldn't return empty byte[] when doc didn't have a value

2011-10-11 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124789#comment-13124789 ] Simon Willnauer commented on LUCENE-3504: - mike let me explain my intention here.

[jira] [Assigned] (LUCENE-3503) DisjunctionSumScorer gives slightly (float iotas) different scores when you .nextDoc vs .advance

2011-10-11 Thread Robert Muir (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-3503: --- Assignee: Robert Muir DisjunctionSumScorer gives slightly (float iotas) different

[jira] [Updated] (LUCENE-3503) DisjunctionSumScorer gives slightly (float iotas) different scores when you .nextDoc vs .advance

2011-10-11 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3503: Fix Version/s: 4.0 3.5 DisjunctionSumScorer gives slightly (float iotas)

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124793#comment-13124793 ] Uwe Schindler commented on LUCENE-1536: --- bq. currently a filter could return

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124799#comment-13124799 ] Robert Muir commented on LUCENE-1536: - {quote} And this also affects choosing scorers

[jira] [Commented] (LUCENE-3504) DocValues: deref/sorted bytes types shouldn't return empty byte[] when doc didn't have a value

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124925#comment-13124925 ] Michael McCandless commented on LUCENE-3504: So this would mean doc values

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124943#comment-13124943 ] Uwe Schindler commented on LUCENE-1536: --- bq. Thats a good point, ill open a bug for

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: (was: LUCENE-1536.patch) if a filter can support random access API, we

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Sorry last patch upload was somehow corrupted, maybe because of

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: (was: LUCENE-1536.patch) if a filter can support random access API, we

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch if a filter can support random access API, we should use

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124947#comment-13124947 ] Uwe Schindler commented on LUCENE-1536: --- Strange things going on. With Google

[jira] [Resolved] (LUCENE-3503) DisjunctionSumScorer gives slightly (float iotas) different scores when you .nextDoc vs .advance

2011-10-11 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3503. - Resolution: Fixed DisjunctionSumScorer gives slightly (float iotas) different scores when

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124959#comment-13124959 ] Robert Muir commented on LUCENE-1536: - you still misunderstand my patch, btw:

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124969#comment-13124969 ] Ted Dunning commented on SOLR-2765: --- {quote} Consider removing

[jira] [Commented] (SOLR-2820) Add both model and state to ZooKeeper layout for SolrCloud

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124980#comment-13124980 ] Mark Miller commented on SOLR-2820: --- Sure, I wouldn't say no. An small impl to compare

[jira] [Commented] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124982#comment-13124982 ] Michael McCandless commented on LUCENE-3496: It's great that rounding up to

[jira] [Commented] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Erik Hatcher (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124992#comment-13124992 ] Erik Hatcher commented on SOLR-1499: Pulkit - be sure check the box to license your

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124993#comment-13124993 ] Uwe Schindler commented on LUCENE-1536: --- Sorry Robert, if that works its fine, but

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124995#comment-13124995 ] Jamie Johnson commented on SOLR-2765: - ZkStateReader.updateCloudState could be used if

[jira] [Commented] (LUCENE-3501) random sampler is not random (and so facet SamplingWrapperTest occasionally fails)

2011-10-11 Thread Doron Cohen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124997#comment-13124997 ] Doron Cohen commented on LUCENE-3501: - Fixed in trunk: r1181760 Shai's comment on

[jira] [Created] (LUCENE-3506) tests for verifying that assertions are enabled do nothing since they ignore AssertionError

2011-10-11 Thread Doron Cohen (Created) (JIRA)
tests for verifying that assertions are enabled do nothing since they ignore AssertionError --- Key: LUCENE-3506 URL: https://issues.apache.org/jira/browse/LUCENE-3506

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125000#comment-13125000 ] Robert Muir commented on LUCENE-1536: - {quote} There is also a second problem: It

[jira] [Commented] (LUCENE-3492) Extract a generic framework for running randomized tests.

2011-10-11 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125001#comment-13125001 ] Dawid Weiss commented on LUCENE-3492: - A word of warning: this will be a longer

[jira] [Commented] (LUCENE-3492) Extract a generic framework for running randomized tests.

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125018#comment-13125018 ] Robert Muir commented on LUCENE-3492: - {quote} I am currently wondering if it's

[jira] [Commented] (LUCENE-3492) Extract a generic framework for running randomized tests.

2011-10-11 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125039#comment-13125039 ] Dawid Weiss commented on LUCENE-3492: - Yeah, I was thinking about that too and I've

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125056#comment-13125056 ] Robert Muir commented on LUCENE-1536: - Also is there a reason why

[jira] [Created] (SOLR-2822) don't run update processors twice

2011-10-11 Thread Yonik Seeley (Created) (JIRA)
don't run update processors twice - Key: SOLR-2822 URL: https://issues.apache.org/jira/browse/SOLR-2822 Project: Solr Issue Type: Sub-task Reporter: Yonik Seeley An update will first go through

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125063#comment-13125063 ] Robert Muir commented on LUCENE-1536: - i see, we would have to negate the bits, maybe

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-11 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: LUCENE-4.0-SNAPSHOT-3440-9.patch LUCENE-3.5-SNAPSHOT-3440-8.patch

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-11 Thread sebastian L. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125074#comment-13125074 ] sebastian L. commented on LUCENE-3440: -- Okay, here we go again. This patch

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-11 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: (was: LUCENE-3.5-SNAPSHOT-3440-7.patch) FastVectorHighlighter:

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-10-11 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: (was: LUCENE-4.0-SNAPSHOT-3440-7.patch) FastVectorHighlighter:

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125086#comment-13125086 ] Mark Miller commented on SOLR-2765: --- Hey jamie - trying to apply the latest patch, but

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125087#comment-13125087 ] Mark Miller commented on SOLR-2765: --- I just hacked in the ClusterState.java class from

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125092#comment-13125092 ] Michael McCandless commented on LUCENE-1536: Uwe, there are tiny (iota) score

[jira] [Commented] (SOLR-1970) need to customize location of dataimport.properties

2011-10-11 Thread Andrea Polci (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125099#comment-13125099 ] Andrea Polci commented on SOLR-1970: +1 to David: the data directory is a better place

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125101#comment-13125101 ] Mark Miller commented on SOLR-2765: --- Since we probably want to do an svn rename to

[jira] [Updated] (LUCENE-3505) BooleanScorer2.freq() doesnt work unless you call score() first.

2011-10-11 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3505: Attachment: LUCENE-3505.patch here's a start to a patch of cleaning up all this

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125111#comment-13125111 ] Jamie Johnson commented on SOLR-2765: - Sorry for not responding faster, I did this

[jira] [Created] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Created) (JIRA)
Improve Memory Consumption for merging DocValues SortedBytes variants - Key: LUCENE-3507 URL: https://issues.apache.org/jira/browse/LUCENE-3507 Project: Lucene - Java Issue

[jira] [Updated] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3507: Attachment: LUCENE-3507.patch here is a patch that merges sorted docvalues without

[jira] [Commented] (LUCENE-3331) consider allowing ScorerContext to specify that you dont need freqs/scores

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125117#comment-13125117 ] Robert Muir commented on LUCENE-3331: - Also i think its a good idea if we do this to

[jira] [Commented] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125115#comment-13125115 ] Michael McCandless commented on LUCENE-1536: Isn't it strange to ask each

[jira] [Assigned] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3507: --- Assignee: Simon Willnauer Improve Memory Consumption for merging DocValues

[jira] [Resolved] (LUCENE-3217) Improve DocValues merging

2011-10-11 Thread Simon Willnauer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3217. - Resolution: Fixed Lucene Fields: New,Patch Available (was: New) moving out see

[jira] [Commented] (LUCENE-2686) DisjunctionSumScorer should not call .score on sub scorers until consumer calls .score

2011-10-11 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125141#comment-13125141 ] Robert Muir commented on LUCENE-2686: - We could add a 'needsNavigation' or similar

[jira] [Created] (LUCENE-3508) Decompounders based on CompoundWordTokenFilterBase cannot be used with custom attributes

2011-10-11 Thread Spyros Kapnissis (Created) (JIRA)
Decompounders based on CompoundWordTokenFilterBase cannot be used with custom attributes Key: LUCENE-3508 URL: https://issues.apache.org/jira/browse/LUCENE-3508

[jira] [Commented] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125153#comment-13125153 ] Michael McCandless commented on LUCENE-3507: Wow very impressive! So now we

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125161#comment-13125161 ] Mark Miller commented on SOLR-2765: --- No worries, just alerting for the sake of anyone

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125167#comment-13125167 ] Jamie Johnson commented on SOLR-2765: - I'll look into the test failures, as well. May

[jira] [Commented] (SOLR-2549) DIH LineEntityProcessor support for delimited fixed-width files

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125170#comment-13125170 ] Pulkit Singhal commented on SOLR-2549: -- @jdyer Can you please post soms samples in the

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125172#comment-13125172 ] Jamie Johnson commented on SOLR-2765: - Yeah I see at least 1 issue, basically

[jira] [Commented] (LUCENE-2686) DisjunctionSumScorer should not call .score on sub scorers until consumer calls .score

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125177#comment-13125177 ] Michael McCandless commented on LUCENE-2686: +1 that's a good idea! Then you

[jira] [Commented] (LUCENE-3331) consider allowing ScorerContext to specify that you dont need freqs/scores

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125179#comment-13125179 ] Michael McCandless commented on LUCENE-3331: +1 consider

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125197#comment-13125197 ] Jamie Johnson commented on SOLR-2765: - So doing these incremental updates is a bit

[jira] [Commented] (SOLR-2382) DIH Cache Improvements

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125207#comment-13125207 ] Pulkit Singhal commented on SOLR-2382: -- @jdyer - Awesome work! @noble.paul - Seems

[jira] [Commented] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125211#comment-13125211 ] Simon Willnauer commented on LUCENE-3496: - bq. I think we need to make this (RAM

[jira] [Issue Comment Edited] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Simon Willnauer (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125211#comment-13125211 ] Simon Willnauer edited comment on LUCENE-3496 at 10/11/11 5:35 PM:

[jira] [Commented] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125224#comment-13125224 ] Pulkit Singhal commented on SOLR-1499: -- @ehatcher - Sure Erik, I'll keep that in mind

[jira] [Commented] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125231#comment-13125231 ] Pulkit Singhal commented on SOLR-1499: -- Searching through {code}svn log -v{code}

[jira] [Commented] (SOLR-2382) DIH Cache Improvements

2011-10-11 Thread James Dyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125230#comment-13125230 ] James Dyer commented on SOLR-2382: -- Noble, I've been meaning to ask you if there is

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125232#comment-13125232 ] Mark Miller commented on SOLR-2765: --- One thing we probably want to consider are the

[jira] [Commented] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125244#comment-13125244 ] Michael McCandless commented on LUCENE-3496: {quote} bq. I think we need to

[jira] [Commented] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125256#comment-13125256 ] Simon Willnauer commented on LUCENE-3496: - bq. That seems good? I think it should

[jira] [Updated] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3507: Attachment: LUCENE-3507.patch next iteration, lots of cleanups code simplification.

[jira] [Created] (LUCENE-3509) Add settings to IWC to optimize IDV indices for CPU or RAM respectivly

2011-10-11 Thread Simon Willnauer (Created) (JIRA)
Add settings to IWC to optimize IDV indices for CPU or RAM respectivly -- Key: LUCENE-3509 URL: https://issues.apache.org/jira/browse/LUCENE-3509 Project: Lucene - Java

[jira] [Commented] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125269#comment-13125269 ] Simon Willnauer commented on LUCENE-3496: - bq. +1 I will create an issue FYI -

[jira] [Commented] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125283#comment-13125283 ] Pulkit Singhal commented on SOLR-1499: -- @Lance - I've fixed the file path errors but

[jira] [Updated] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Pulkit Singhal (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pulkit Singhal updated SOLR-1499: - Attachment: SOLR-1499.core.rev1182017.patch SOLR-1499.tests.rev1182017.patch

[jira] [Updated] (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-10-11 Thread Pulkit Singhal (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pulkit Singhal updated SOLR-1499: - Attachment: (was: SOLR-1499.rev1181269.buggy.patch) SolrEntityProcessor - DIH

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125285#comment-13125285 ] Jamie Johnson commented on SOLR-2765: - Definitely something worth considering. Moving

[jira] [Issue Comment Edited] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125285#comment-13125285 ] Jamie Johnson edited comment on SOLR-2765 at 10/11/11 7:04 PM:

[jira] [Created] (LUCENE-3510) BooleanScorer should not limit number of prohibited clauses

2011-10-11 Thread Michael McCandless (Created) (JIRA)
BooleanScorer should not limit number of prohibited clauses --- Key: LUCENE-3510 URL: https://issues.apache.org/jira/browse/LUCENE-3510 Project: Lucene - Java Issue Type: Improvement

[jira] [Updated] (LUCENE-3510) BooleanScorer should not limit number of prohibited clauses

2011-10-11 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3510: --- Attachment: LUCENE-3510.patch Patch. BooleanScorer should not

[jira] [Commented] (LUCENE-3510) BooleanScorer should not limit number of prohibited clauses

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125309#comment-13125309 ] Michael McCandless commented on LUCENE-3510: I feel bad for Tate:

[jira] [Resolved] (LUCENE-3504) DocValues: deref/sorted bytes types shouldn't return empty byte[] when doc didn't have a value

2011-10-11 Thread Michael McCandless (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3504. Resolution: Won't Fix DocValues: deref/sorted bytes types shouldn't return

[jira] [Created] (SOLR-2823) Re-use of UpdateProcessor configurations in multiple UpdateChains

2011-10-11 Thread Created
Re-use of UpdateProcessor configurations in multiple UpdateChains - Key: SOLR-2823 URL: https://issues.apache.org/jira/browse/SOLR-2823 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-2823) Re-use of UpdateProcessor configurations in multiple UpdateChains

2011-10-11 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125313#comment-13125313 ] Jan Høydahl commented on SOLR-2823: --- This could look like: {code:xml}

[jira] [Commented] (SOLR-2822) don't run update processors twice

2011-10-11 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125317#comment-13125317 ] Jan Høydahl commented on SOLR-2822: --- Nice thought to allow modeling the flow in the

[jira] [Commented] (LUCENE-3510) BooleanScorer should not limit number of prohibited clauses

2011-10-11 Thread Doug Cutting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125350#comment-13125350 ] Doug Cutting commented on LUCENE-3510: -- Using a single bit to track prohibited terms

[jira] [Commented] (LUCENE-3510) BooleanScorer should not limit number of prohibited clauses

2011-10-11 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125358#comment-13125358 ] Michael McCandless commented on LUCENE-3510: Thanks Doug, that makes sense!

[jira] [Commented] (SOLR-2820) Add both model and state to ZooKeeper layout for SolrCloud

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125363#comment-13125363 ] Jamie Johnson commented on SOLR-2820: - Is this task to update /cluster_state with the

[jira] [Commented] (SOLR-2382) DIH Cache Improvements

2011-10-11 Thread Pulkit Singhal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125376#comment-13125376 ] Pulkit Singhal commented on SOLR-2382: -- James, I'm trying to figure out how the

[jira] [Issue Comment Edited] (SOLR-2382) DIH Cache Improvements

2011-10-11 Thread Pulkit Singhal (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125376#comment-13125376 ] Pulkit Singhal edited comment on SOLR-2382 at 10/11/11 8:49 PM:

[JENKINS-MAVEN] Lucene-Solr-Maven-3.x #264: POMs out of sync

2011-10-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-3.x/264/ No tests ran. Build Log (for compile errors): [...truncated 19729 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] [Commented] (SOLR-2820) Add both model and state to ZooKeeper layout for SolrCloud

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125388#comment-13125388 ] Mark Miller commented on SOLR-2820: --- My initial thoughts are (I've got to go re read some

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #262: POMs out of sync

2011-10-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/262/ No tests ran. Build Log (for compile errors): [...truncated 7188 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125393#comment-13125393 ] Ted Dunning commented on SOLR-2765: --- {quote} Do you have any thoughts on the size of this

[jira] [Updated] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-11 Thread Martijn van Groningen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated LUCENE-3496: -- Attachment: LUCENE-3496.patch bq. one thing I noticed about the patch is that

[jira] [Commented] (SOLR-2358) Distributing Indexing

2011-10-11 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125421#comment-13125421 ] Mark Miller commented on SOLR-2358: --- P.S. This lock is simply for auto layout of the

[JENKINS] Lucene-trunk - Build # 1697 - Failure

2011-10-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1697/ No tests ran. Build Log (for compile errors): [...truncated 8894 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: [JENKINS] Lucene-trunk - Build # 1697 - Failure

2011-10-11 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Tue, Oct 11, 2011 at 6:30 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-trunk/1697/ No tests ran. Build Log (for compile errors): [...truncated 8894 lines...]

[jira] [Commented] (SOLR-2765) Shard/Node states

2011-10-11 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125455#comment-13125455 ] Jamie Johnson commented on SOLR-2765: - Sounds good. Mark what additional things do we

[jira] [Issue Comment Edited] (SOLR-2549) DIH LineEntityProcessor support for delimited fixed-width files

2011-10-11 Thread Pulkit Singhal (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125170#comment-13125170 ] Pulkit Singhal edited comment on SOLR-2549 at 10/11/11 10:54 PM:

[JENKINS] Solr-trunk - Build # 1642 - Failure

2011-10-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1642/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.AutoCommitTest Error Message: java.lang.AssertionError: directory of test was not closed, opened from:

  1   2   >