[jira] [Commented] (SOLR-3407) Field names with leading digits cause strange behavior when used with fl param

2012-04-25 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13261605#comment-13261605 ] Luca Cavanna commented on SOLR-3407: I guess this is a side effect coming from SOLR

[jira] [Updated] (LUCENE-3976) Improve error messages for unsupported Hunspell formats

2012-04-24 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-3976: - Attachment: LUCENE-3976.patch First draft patch: I added a check for that specific problem

[jira] [Commented] (LUCENE-3976) Improve error messages for unsupported Hunspell formats

2012-04-24 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13260490#comment-13260490 ] Luca Cavanna commented on LUCENE-3976: -- We found out that some recent dutch

[jira] [Created] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-04-24 Thread Luca Cavanna (JIRA)
Luca Cavanna created LUCENE-4019: Summary: Parsing Hunspell affix rules without regexp condition Key: LUCENE-4019 URL: https://issues.apache.org/jira/browse/LUCENE-4019 Project: Lucene - Java

[jira] [Commented] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-04-24 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13260612#comment-13260612 ] Luca Cavanna commented on LUCENE-4019: -- Robert, with spec I meant exactly your links

[jira] [Commented] (SOLR-3112) after running 'ant test' solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover

2012-03-23 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13236493#comment-13236493 ] Luca Cavanna commented on SOLR-3112: Looks like the test which leaves the test-solr.xml

[jira] [Commented] (SOLR-3156) Check for locks on startup

2012-03-23 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13236628#comment-13236628 ] Luca Cavanna commented on SOLR-3156: Thanks Martijn! Check for locks

[jira] [Updated] (SOLR-3112) after running 'ant test' solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover

2012-03-23 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3112: --- Attachment: SOLR-3112.patch I noticed that TestSolrProperties and TestEmbeddedSolrServer were really

[jira] [Commented] (SOLR-3265) TestSolrEntityProcessorEndToEnd fails if you have a running Solr instance

2012-03-22 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13235642#comment-13235642 ] Luca Cavanna commented on SOLR-3265: Looks like this has already been fixed on trunk

[jira] [Updated] (SOLR-3265) TestSolrEntityProcessorEndToEnd fails if you have a running Solr instance

2012-03-22 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3265: --- Attachment: SOLR-3265.patch Patch against 3.x branch to solve the TestSolrEntityProcessorEndToEnd

[jira] [Commented] (SOLR-3256) Distributed search throws NPE when using fl=score

2012-03-20 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13233381#comment-13233381 ] Luca Cavanna commented on SOLR-3256: Regarding the legacy behavior fl=score which

[jira] [Commented] (LUCENE-3877) Lucene should not call System.out.println

2012-03-16 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231286#comment-13231286 ] Luca Cavanna commented on LUCENE-3877: -- I feel guilty...maybe because I wrote

[jira] [Updated] (SOLR-3207) Add field name validation

2012-03-15 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3207: --- Attachment: SOLR-3207.patch First draft patch. I introduced a new FieldNameValidator class which

[jira] [Commented] (SOLR-3207) Add field name validation

2012-03-15 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13230408#comment-13230408 ] Luca Cavanna commented on SOLR-3207: The first letter should be ok as checked in my

[jira] [Commented] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-03-13 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228302#comment-13228302 ] Luca Cavanna commented on SOLR-2719: Thanks Yonik. I'm of course ok with your patch! I

[jira] [Commented] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-03-12 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13227608#comment-13227608 ] Luca Cavanna commented on SOLR-2719: Since this issue is blocker for 4.0, it would

[jira] [Updated] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-03-06 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-2719: --- Attachment: SOLR-2719.patch Right Yonik, I've been misled by the {code} String field = sp.getId(null

[jira] [Commented] (SOLR-3156) Check for locks on startup

2012-03-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223262#comment-13223262 ] Luca Cavanna commented on SOLR-3156: Anything else I can do to have this committed

[jira] [Created] (SOLR-3207) Add field name validation

2012-03-06 Thread Luca Cavanna (Created) (JIRA)
Add field name validation - Key: SOLR-3207 URL: https://issues.apache.org/jira/browse/SOLR-3207 Project: Solr Issue Type: Improvement Affects Versions: 4.0 Reporter: Luca Cavanna Fix

[jira] [Commented] (SOLR-3207) Add field name validation

2012-03-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223272#comment-13223272 ] Luca Cavanna commented on SOLR-3207: Guys, let me know your thoughts about those rules

[jira] [Updated] (SOLR-3190) SolrEntityProcessor improvements

2012-03-06 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3190: --- Attachment: SOLR-3190.patch New patch, I added also the support for the qt parameter

[jira] [Commented] (SOLR-3190) SolrEntityProcessor improvements

2012-03-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223571#comment-13223571 ] Luca Cavanna commented on SOLR-3190: Thanks Martijn

[jira] [Commented] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-03-05 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222394#comment-13222394 ] Luca Cavanna commented on SOLR-2719: Yonik, I see your point. On the other hand

[jira] [Commented] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-03-05 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222443#comment-13222443 ] Luca Cavanna commented on SOLR-2719: How about trying to achieve both? I mean

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

2012-03-04 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221855#comment-13221855 ] Luca Cavanna commented on SOLR-3191: Thanks for your feedbacks! I had thought about

[jira] [Created] (SOLR-3189) Removing a field using TemplateTransformer

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
- DataImportHandler Reporter: Luca Cavanna Priority: Minor While importing documents through DataImportHandler I need to remove some fields from the final SolrDocument before it's submitted to Solr. My usecase: the import query returns an A column which I use to fill in the B field

[jira] [Updated] (SOLR-3189) Removing a field using TemplateTransformer

2012-03-02 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3189: --- Attachment: SOLR-3189.patch Attached patch. It works like this: {code} entity name=row field column

[jira] [Created] (SOLR-3190) SolrEntityProcessor improvements

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
Reporter: Luca Cavanna I'm working on a couple of SolrEntityProcessor improvements: 1) ability to provide a specific HttpClient instance to make authentication, https connections and so on. 2) introduce consistency between solr parameters and parameters used from SolrEntityProcessor to query Solr

[jira] [Updated] (SOLR-3190) SolrEntityProcessor improvements

2012-03-02 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3190: --- Attachment: SOLR-3190.patch Attached patch. Added overridable getHttpClient method which allows

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

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
field exclusion from fl --- Key: SOLR-3191 URL: https://issues.apache.org/jira/browse/SOLR-3191 Project: Solr Issue Type: Improvement Reporter: Luca Cavanna Priority: Minor I think it would

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

2012-03-02 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221006#comment-13221006 ] Luca Cavanna commented on SOLR-3191: I previously left a comment on the SOLR-2444

[jira] [Updated] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-02-29 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-2719: --- Attachment: SOLR-2719.patch My patch isn't a fix but just a starting point: it adds

[jira] [Issue Comment Edited] (SOLR-2719) REGRESSION ReturnFields incorrect parse fields with hyphen - breaks existing fl=my-field-name type usecases

2012-02-29 Thread Luca Cavanna (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219545#comment-13219545 ] Luca Cavanna edited comment on SOLR-2719 at 2/29/12 9:06 PM

[jira] [Commented] (SOLR-2444) Update fl syntax to support: pseudo fields, AS, transformers, and wildcards

2012-02-29 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219553#comment-13219553 ] Luca Cavanna commented on SOLR-2444: When I wrote the last comment I didn't realize

[jira] [Updated] (SOLR-3156) Check for locks on startup

2012-02-28 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3156: --- Attachment: SOLR-3156.patch Hi Hoss, thanks for your feedback. {quote} the one thing i might

[jira] [Commented] (SOLR-3171) Sorting Problem

2012-02-28 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13218064#comment-13218064 ] Luca Cavanna commented on SOLR-3171: Hi, I think this kind of questions should be sent

[jira] [Created] (SOLR-3160) Division by zero in StatsComponent with date field always missing

2012-02-24 Thread Luca Cavanna (Created) (JIRA)
Affects Versions: 3.5 Reporter: Luca Cavanna Assignee: Luca Cavanna Priority: Minor Fix For: 3.6, 4.0 Using the StatsComponent with a date field that never has a value you'll get {code} java.lang.ArithmeticException: / by zero

[jira] [Updated] (SOLR-3160) Division by zero in StatsComponent with date field always missing

2012-02-24 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3160: --- Attachment: SOLR-3160.patch Attached patch containing some new test methods and a fix within

[jira] [Commented] (SOLR-3160) Division by zero in StatsComponent with date field always missing

2012-02-24 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13215589#comment-13215589 ] Luca Cavanna commented on SOLR-3160: Thanks Erick! Catch is not mine, it comes from

[jira] [Updated] (SOLR-3156) Check for locks on startup

2012-02-24 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3156: --- Attachment: SOLR-3156.patch Attached the first draft patch with a new test class. I've changed my

[jira] [Commented] (SOLR-1178) Retrieve CoreContainer from EmbeddedSolrServer

2012-02-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13201158#comment-13201158 ] Luca Cavanna commented on SOLR-1178: Is there something else I can do to have

[jira] [Commented] (SOLR-1178) Retrieve CoreContainer from EmbeddedSolrServer

2012-02-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13201238#comment-13201238 ] Luca Cavanna commented on SOLR-1178: Thanks Simon! Retrieve

[jira] [Commented] (SOLR-2444) Update fl syntax to support: pseudo fields, AS, transformers, and wildcards

2012-02-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13201292#comment-13201292 ] Luca Cavanna commented on SOLR-2444: Hi all, are there any plan to support

[jira] [Commented] (SOLR-566) Incorporate Lucene's CheckIndex tool into Solr

2012-01-17 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187543#comment-13187543 ] Luca Cavanna commented on SOLR-566: --- Thanks for your answer Hoss, I created a specific

[jira] [Updated] (SOLR-1178) Retrieve CoreContainer from EmbeddedSolrServer

2012-01-16 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-1178: --- Attachment: SOLR-1178.patch I've had problems applying the original attached patch, so I added my own

[jira] [Commented] (SOLR-1178) Retrieve CoreContainer from EmbeddedSolrServer

2012-01-10 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183347#comment-13183347 ] Luca Cavanna commented on SOLR-1178: I just had the some problem with Solr 3.5. I think

[jira] [Updated] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-12-13 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-3586: - Attachment: LUCENE-3586.patch Choose a specific Directory implementation running

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-12-13 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13168290#comment-13168290 ] Luca Cavanna commented on LUCENE-3586: -- Hi Michael, {quote} Actually I don't like

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-12-13 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13168545#comment-13168545 ] Luca Cavanna commented on LUCENE-3586: -- Cool, thanks to you Michael

[jira] [Updated] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-12-12 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-3586: - Attachment: LUCENE-3586.patch Good eye! Thanks Michael for your feedback. I attached a new

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

2011-12-09 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166047#comment-13166047 ] Luca Cavanna commented on SOLR-1499: bq. I see the ThreadedEntityProcessorWrapper

[jira] [Commented] (SOLR-566) Incorporate Lucene's CheckIndex tool into Solr

2011-12-09 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166138#comment-13166138 ] Luca Cavanna commented on SOLR-566: --- I'm working on a new handler called CheckIndexHandler

[jira] [Updated] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-12-07 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-3586: - Attachment: LUCENE-3586.patch New patch against trunk according to Michael's hints. It's now

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

2011-12-06 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13163441#comment-13163441 ] Luca Cavanna commented on SOLR-1499: Does someone have the time to have a look at my

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-30 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13159894#comment-13159894 ] Luca Cavanna commented on LUCENE-3586: -- {quote} Hmm, I don't think we should add

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-28 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13158309#comment-13158309 ] Luca Cavanna commented on LUCENE-3586: -- Hey Simon, looks better! I thought I wasn't

[jira] [Updated] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-25 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-3586: - Attachment: LUCENE-3586.patch Here is the first version of my patch, please let me know your

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-25 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157226#comment-13157226 ] Luca Cavanna commented on LUCENE-3586: -- Forgot to mention that the patch applies

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-23 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13155894#comment-13155894 ] Luca Cavanna commented on LUCENE-3586: -- Hi Uwe, I'm working with lucene 3.4 and jvm

[jira] [Issue Comment Edited] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-23 Thread Luca Cavanna (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13155894#comment-13155894 ] Luca Cavanna edited comment on LUCENE-3586 at 11/23/11 2:23 PM

[jira] [Created] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-22 Thread Luca Cavanna (Created) (JIRA)
Issue Type: Improvement Reporter: Luca Cavanna Priority: Minor It should be possible to choose a specific Directory implementation to use during the CheckIndex process when we run it from its main. What about an additional main parameter? In fact, I'm experiencing some

[jira] [Commented] (SOLR-566) Incorporate Lucene's CheckIndex tool into Solr

2011-11-22 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13155174#comment-13155174 ] Luca Cavanna commented on SOLR-566: --- I would be willing to work on this. I agree

[jira] [Assigned] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-22 Thread Luca Cavanna (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna reassigned LUCENE-3586: Assignee: Luca Cavanna Choose a specific Directory implementation running

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-22 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13155195#comment-13155195 ] Luca Cavanna commented on LUCENE-3586: -- Cool! Thanks, tomorrow I'll add a patch

[jira] [Commented] (LUCENE-3586) Choose a specific Directory implementation running the CheckIndex main

2011-11-22 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13155285#comment-13155285 ] Luca Cavanna commented on LUCENE-3586: -- Hi Uwe, hi all, you're right, I know

Backup multiple cores through the ReplicationHandler

2011-11-11 Thread Luca Cavanna
Hello, I would like to make daily backups using the Solr ReplicationHandler. I work with multiple cores and I need to backup all of them, so I'm writing a java main to dinamically retrieve the core list through SolrJ. Then I run the backup command for each core. After, I need to move the backups

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

2011-11-07 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13145855#comment-13145855 ] Luca Cavanna commented on SOLR-1499: You're of course right. There's also a comment

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

2011-11-04 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-1499: --- Attachment: SOLR-1499.patch I attached a new version of the patch. I cleaned up the code and added

[jira] [Updated] (SOLR-2591) Remove commitLockTimeout option from solrconfig.xml

2011-11-01 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-2591: --- Attachment: SOLR-2591.patch I think this unused option can be misleading, so why not remove it? I

[jira] [Issue Comment Edited] (SOLR-2591) Remove commitLockTimeout option from solrconfig.xml

2011-11-01 Thread Luca Cavanna (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141203#comment-13141203 ] Luca Cavanna edited comment on SOLR-2591 at 11/1/11 2:32 PM: - I

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

2011-10-30 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-1499: --- Attachment: SOLR-1499.patch I tried the last 3.x patch and I've found a bug: I had 230 documents

<    1   2