[jira] [Commented] (SOLR-2548) Multithreaded faceting

2013-09-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762775#comment-13762775 ] David Smiley commented on SOLR-2548: BTW sorry for raising all these supposed

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2013-09-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762930#comment-13762930 ] Dawid Weiss commented on LUCENE-5168: - Ha! Found the regression commit that

[jira] [Created] (SOLR-5229) Update clustering contrib's wiki

2013-09-10 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-5229: - Summary: Update clustering contrib's wiki Key: SOLR-5229 URL: https://issues.apache.org/jira/browse/SOLR-5229 Project: Solr Issue Type: Task Reporter:

[jira] [Updated] (SOLR-5229) Update clustering contrib's wiki

2013-09-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-5229: -- Description: - update resourceDir attribute name change - describe how to load attribute sets exported

[jira] [Commented] (SOLR-2548) Multithreaded faceting

2013-09-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762949#comment-13762949 ] Erick Erickson commented on SOLR-2548: -- bq: sorry for raising all these supposed...

[jira] [Commented] (SOLR-5020) Add finish() method to DelegatingCollector

2013-09-10 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762988#comment-13762988 ] Simon Endele commented on SOLR-5020: It looks like this isn't working in combination

[jira] [Commented] (SOLR-5020) Add finish() method to DelegatingCollector

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762992#comment-13762992 ] Joel Bernstein commented on SOLR-5020: -- Good catch. I'll open a new ticket for this

Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
Hi, I am facing the below issue where in Solr is not retrieving the indexed word for some cases. This happens whenever the indexed word has string - (quotes for clarity) as substring i.e word prefix followed by a space which is followed by '-' again followed by a space and followed by the rest

[jira] [Commented] (SOLR-5224) SolrCmdDistributor flush functions should combine original request params

2013-09-10 Thread ludovic Boutros (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763018#comment-13763018 ] ludovic Boutros commented on SOLR-5224: --- This little patch is working. I checked the

[jira] [Updated] (SOLR-5224) SolrCmdDistributor flush functions should combine original request params

2013-09-10 Thread ludovic Boutros (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ludovic Boutros updated SOLR-5224: -- Attachment: SOLR-5224.patch SolrCmdDistributor flush functions should combine original

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763023#comment-13763023 ] Mark Miller commented on SOLR-4816: --- I'd like to commit this soon so I can more easily

[jira] [Comment Edited] (SOLR-5224) SolrCmdDistributor flush functions should combine original request params

2013-09-10 Thread ludovic Boutros (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763018#comment-13763018 ] ludovic Boutros edited comment on SOLR-5224 at 9/10/13 1:18 PM:

[jira] [Commented] (SOLR-5217) CachedSqlEntity fails with stored procedure

2013-09-10 Thread Hardik Upadhyay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763038#comment-13763038 ] Hardik Upadhyay commented on SOLR-5217: --- I have just changed my db-data-config.xml

[jira] [Comment Edited] (SOLR-5217) CachedSqlEntity fails with stored procedure

2013-09-10 Thread Hardik Upadhyay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763038#comment-13763038 ] Hardik Upadhyay edited comment on SOLR-5217 at 9/10/13 1:30 PM:

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Erick Erickson
Try adding debug=query to the url. What I think you'll find is that you're running into a common issue, the difference between query parsing and analysis. when you submit anything with whitespace in it, the query parser will break it up _before_ it gets to the analysis part, you should see

[jira] [Created] (LUCENE-5203) WordDelimiterFilter stemEnglishPossessive option does not work for Tokens ending with a digit

2013-09-10 Thread Rupert Westenthaler (JIRA)
Rupert Westenthaler created LUCENE-5203: --- Summary: WordDelimiterFilter stemEnglishPossessive option does not work for Tokens ending with a digit Key: LUCENE-5203 URL:

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763072#comment-13763072 ] Shawn Heisey commented on SOLR-4816: [~markrmil...@gmail.com] The only reason I thought

[jira] [Commented] (SOLR-3191) field exclusion from fl

2013-09-10 Thread David Morana (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763116#comment-13763116 ] David Morana commented on SOLR-3191: This is exactly one of the features I was looking

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
Thanks Erick for the response. I tried to debug the query. Below is the response in the debug node str name=rawquerystringRahul - kumar/strstr name=querystringRahul - kumar/strstr name=parsedquery+text:Rahul -text:kumar/strstr name=parsedquery_toString+text:Rahul -text:kumar/strlst

[jira] [Commented] (SOLR-3191) field exclusion from fl

2013-09-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763190#comment-13763190 ] Erick Erickson commented on SOLR-3191: -- No body has put up any kind of patch for this,

[jira] [Updated] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4909: -- Attachment: (was: LUCENE-4909.patch) Solr and IndexReader Re-opening on Replication Slave

[jira] [Commented] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763257#comment-13763257 ] ASF subversion and git services commented on SOLR-4909: --- Commit

[jira] [Updated] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4909: -- Attachment: LUCENE-4909.patch Updated patch: I beefed up tests for both nrt/non-NRT case. This is

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763123#comment-13763123 ] Joel Bernstein commented on SOLR-4816: -- Yes, exceptions are thrown with each batch

[jira] [Updated] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4909: -- Attachment: SOLR-4909.patch Solr and IndexReader Re-opening on Replication Slave

[jira] [Commented] (SOLR-3191) field exclusion from fl

2013-09-10 Thread Andrea Gazzarini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763224#comment-13763224 ] Andrea Gazzarini commented on SOLR-3191: Hi, Some days ago I built a working

[jira] [Resolved] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-4909. --- Resolution: Fixed Thank you Michael! Solr and IndexReader Re-opening on Replication

[jira] [Commented] (SOLR-5210) amend example's schema.xml and solrconfig.xml for blockjoin support

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763294#comment-13763294 ] ASF subversion and git services commented on SOLR-5210: --- Commit

[jira] [Commented] (SOLR-4909) Solr and IndexReader Re-opening on Replication Slave

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763292#comment-13763292 ] ASF subversion and git services commented on SOLR-4909: --- Commit

[jira] [Commented] (SOLR-5210) amend example's schema.xml and solrconfig.xml for blockjoin support

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763274#comment-13763274 ] ASF subversion and git services commented on SOLR-5210: --- Commit

[jira] [Created] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2013-09-10 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-5230: Summary: Call DelegatingCollector.finish() during grouping Key: SOLR-5230 URL: https://issues.apache.org/jira/browse/SOLR-5230 Project: Solr Issue Type: New

[jira] [Commented] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763353#comment-13763353 ] Joel Bernstein commented on SOLR-5230: -- Still needs testing. Not sure if the finish()

[jira] [Commented] (SOLR-5020) Add finish() method to DelegatingCollector

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763354#comment-13763354 ] Joel Bernstein commented on SOLR-5020: -- Simon, I uploaded a patch to SOLR-5230. I'll

[jira] [Comment Edited] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763353#comment-13763353 ] Joel Bernstein edited comment on SOLR-5230 at 9/10/13 6:54 PM:

[jira] [Updated] (SOLR-5230) Call DelegatingCollector.finish() during grouping

2013-09-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5230: - Attachment: SOLR-5230.patch Patch Call DelegatingCollector.finish() during

[jira] [Commented] (SOLR-5227) attempting to configured a dynamicField as required, or using a default value, should fail.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763361#comment-13763361 ] ASF subversion and git services commented on SOLR-5227: --- Commit

[jira] [Commented] (SOLR-5227) attempting to configured a dynamicField as required, or using a default value, should fail.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763379#comment-13763379 ] ASF subversion and git services commented on SOLR-5227: --- Commit

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
I'm using Solr 3.4. This bug is causing the 2nd term i.e. kumar to be treated as an exclusion operator? Is it possible to configure the query parser to not treat the '-' as exclusion operator ? If not the only way is to remove the '-' from the query string? Thanks, Prathik On Wed, Sep 11,

[jira] [Resolved] (SOLR-5227) attempting to configured a dynamicField as required, or using a default value, should fail.

2013-09-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5227. Resolution: Fixed Fix Version/s: 5.0 4.5 attempting to configured a

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Phani Chaitanya Vempaty (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763527#comment-13763527 ] Phani Chaitanya Vempaty commented on SOLR-1301: --- I wanted to look at the code

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763602#comment-13763602 ] Mark Miller commented on SOLR-1301: --- bq. Is ivy.xml missed as it is an initial-cut or am

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread wolfgang hoschek (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763618#comment-13763618 ] wolfgang hoschek commented on SOLR-1301: FYI, One things that's definitely off in

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread wolfgang hoschek (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763636#comment-13763636 ] wolfgang hoschek commented on SOLR-1301: By the way, docs and the downstream code

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread wolfgang hoschek (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763644#comment-13763644 ] wolfgang hoschek commented on SOLR-1301: This new solr-mr contrib uses morphlines

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Phani Chaitanya Vempaty (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763690#comment-13763690 ] Phani Chaitanya Vempaty commented on SOLR-1301: --- Thanks Wolfgang. I corrected

[jira] [Updated] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1301: -- Attachment: SOLR-1301.patch Here is another patch. No major changes. I've confirmed it has ivy.xml in

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763718#comment-13763718 ] Mark Miller commented on SOLR-1301: --- Given that my first patch was 963k and the latest is

[jira] [Comment Edited] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763715#comment-13763715 ] Mark Miller edited comment on SOLR-1301 at 9/10/13 11:44 PM: -

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763743#comment-13763743 ] Mark Miller commented on SOLR-1301: --- FYI - [~whoschek] and [~phunt] are the primary

[jira] [Created] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5231: -- Summary: When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?) Key: SOLR-5231 URL:

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763729#comment-13763729 ] Hoss Man commented on SOLR-5231: Start with a completely empty index, using the example

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763752#comment-13763752 ] Robert Muir commented on SOLR-5231: --- The bug is BoolField.BoolDocValues. look at its

lucene index for information retrieval issue

2013-09-10 Thread saibatchu
Hello I'm a student from Texas tech university. I'm having a project to develop an online information retrieval system like Google for my university. Any valid user will be able to upload documents into our cloud memory and retrieve them. I'm planning to use Lucene index for that retrieval of

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763806#comment-13763806 ] ASF subversion and git services commented on SOLR-4816: --- Commit

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763804#comment-13763804 ] ASF subversion and git services commented on SOLR-4816: --- Commit

[jira] [Commented] (SOLR-3249) Allow CloudSolrServer and SolrCmdDistributor to use JavaBin.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763805#comment-13763805 ] ASF subversion and git services commented on SOLR-3249: --- Commit

[jira] [Issue Comment Deleted] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4816: -- Comment: was deleted (was: Commit 1521713 from [~markrmil...@gmail.com] in branch 'dev/trunk' [

[jira] [Resolved] (SOLR-3154) SolrJ CloudServer should be leader and network aware when adding docs

2013-09-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3154. --- Resolution: Duplicate SolrJ CloudServer should be leader and network aware when adding docs

[jira] [Updated] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5231: --- Attachment: SOLR-5231.patch Thanks rob! here's a patch with rob's fix, and a test demonstrating that it

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763826#comment-13763826 ] Yonik Seeley commented on SOLR-5231: Nice tracking that down Hoss... that was

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763839#comment-13763839 ] Yonik Seeley commented on SOLR-5231: Note: the code would be simpler if you just

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763849#comment-13763849 ] Robert Muir commented on SOLR-5231: --- {quote} So it looks like this was caused by

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763877#comment-13763877 ] Yonik Seeley commented on SOLR-5231: bq. Caused by complete lack of unit tests for

[jira] [Issue Comment Deleted] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-5231: --- Comment: was deleted (was: bq. Caused by complete lack of unit tests for BoolField. Go ahead and try

[jira] [Commented] (SOLR-3249) Allow CloudSolrServer and SolrCmdDistributor to use JavaBin.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763940#comment-13763940 ] ASF subversion and git services commented on SOLR-3249: --- Commit

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763941#comment-13763941 ] ASF subversion and git services commented on SOLR-4816: --- Commit

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763939#comment-13763939 ] ASF subversion and git services commented on SOLR-4816: --- Commit

[jira] [Updated] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-09-10 Thread SooMyung Lee (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SooMyung Lee updated LUCENE-4956: - Attachment: lucene-4956.patch Hi Christian, I have sync up and I made some modification. I'm

org.apache.lucene.index.CorruptIndexException: Corrupted: docID=582140, docBase=0, chunkDocs=0, numDocs=649475

2013-09-10 Thread Gagandeep singh
Hi folks I have a Solr (version 4.3) index where i'm getting this exception when i try to run a mapreduce: Caused by: org.apache.lucene.index.CorruptIndexException: Corrupted: docID=582140, docBase=0, chunkDocs=0, numDocs=649475 at

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764015#comment-13764015 ] ASF subversion and git services commented on SOLR-3706: --- Commit

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2013-09-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764022#comment-13764022 ] ASF subversion and git services commented on SOLR-3706: --- Commit